chore(release): sync 0.8.43 version pins

- Workspace version: 0.8.42 → 0.8.43
- All internal codewhale-* deps: 0.8.42 → 0.8.43
- npm codewhale: 0.8.42 → 0.8.43
- npm deepseek-tui shim: 0.8.42 → 0.8.43
- Crate descriptions: open-model-first positioning
- npm descriptions: open-source and open-weight language
- Cargo.lock regenerated
This commit is contained in:
Hunter Bown
2026-05-24 03:12:18 -05:00
parent b94ccd3897
commit 04d2e4af1f
14 changed files with 820 additions and 625 deletions
+13 -3
View File
@@ -1,10 +1,20 @@
{
"name": "codewhale",
"version": "0.8.42",
"codewhaleBinaryVersion": "0.8.42",
"description": "Install and run CodeWhale, a DeepSeek-first agentic terminal for open coding models, from GitHub release artifacts.",
"version": "0.8.43",
"codewhaleBinaryVersion": "0.8.43",
"description": "Install and run CodeWhale, the agentic terminal for open-source and open-weight coding models, from GitHub release artifacts.",
"author": "Hmbown",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/Hmbown"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/hmbown"
}
],
"homepage": "https://github.com/Hmbown/CodeWhale",
"repository": {
"type": "git",
+13 -3
View File
@@ -1,9 +1,19 @@
{
"name": "deepseek-tui",
"version": "0.8.42",
"description": "Deprecated. Renamed to `codewhale`. Run `npm install -g codewhale` instead.",
"version": "0.8.43",
"description": "Legacy compatibility package. Renamed to `codewhale`; run `npm install -g codewhale` for new installs.",
"author": "Hmbown",
"license": "MIT",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/Hmbown"
},
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/hmbown"
}
],
"homepage": "https://github.com/Hmbown/CodeWhale/blob/main/docs/REBRAND.md",
"repository": {
"type": "git",
@@ -13,7 +23,7 @@
"url": "https://github.com/Hmbown/CodeWhale/issues"
},
"keywords": [
"deprecated",
"compatibility",
"deepseek",
"codewhale"
],