codewhale 0.8.41 → 0.8.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # codewhale
2
2
 
3
- Install and run the `codewhale` and `codewhale-tui` binaries from GitHub release artifacts.
3
+ Install and run CodeWhale, a DeepSeek-first agentic terminal for open coding
4
+ models, from GitHub release artifacts.
4
5
 
5
6
  > Previously published as `deepseek-tui`. See `docs/REBRAND.md` in the upstream
6
7
  > repository for the migration notes; the legacy `deepseek-tui` npm package
7
- > still exists as a deprecation shim for one release cycle.
8
+ > remains a deprecation shim through the v0.8.x transition.
8
9
 
9
10
  ## Install
10
11
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "codewhale",
3
- "version": "0.8.41",
4
- "codewhaleBinaryVersion": "0.8.41",
5
- "description": "Install and run the codewhale CLI dispatcher and codewhale-tui terminal UI from GitHub release artifacts.",
3
+ "version": "0.8.42",
4
+ "codewhaleBinaryVersion": "0.8.42",
5
+ "description": "Install and run CodeWhale, a DeepSeek-first agentic terminal for open coding models, from GitHub release artifacts.",
6
6
  "author": "Hmbown",
7
7
  "license": "MIT",
8
8
  "homepage": "https://github.com/Hmbown/CodeWhale",