16 lines
488 B
Markdown
16 lines
488 B
Markdown
# deepseek-tui (deprecated)
|
|
|
|
This package has been renamed to **codewhale**. Install that instead:
|
|
|
|
```bash
|
|
npm uninstall -g deepseek-tui
|
|
npm install -g codewhale
|
|
```
|
|
|
|
`codewhale` ships the same `codewhale` and `codewhale-tui` binaries plus
|
|
deprecation shims under the old `deepseek` / `deepseek-tui` names so existing
|
|
scripts keep working through one transition release.
|
|
|
|
See [docs/REBRAND.md](https://github.com/Hmbown/CodeWhale/blob/main/docs/REBRAND.md)
|
|
for the full migration story.
|