| 1 | # deepseek-tui (deprecated) |
| 2 | |
| 3 | This package has been renamed to **codewhale**. Install that instead: |
| 4 | |
| 5 | ```bash |
| 6 | npm uninstall -g deepseek-tui |
| 7 | npm install -g codewhale |
| 8 | ``` |
| 9 | |
| 10 | This legacy npm package is deprecated and receives no further releases. |
| 11 | `codewhale` ships the canonical `codewhale`, `codew`, and `codewhale-tui` |
| 12 | binaries. Compatibility-only deprecation shims under the old `deepseek` / |
| 13 | `deepseek-tui` binary names are available in v0.8.x and are scheduled for |
| 14 | removal in v0.9.0. |
| 15 | |
| 16 | See [docs/REBRAND.md](https://github.com/Hmbown/CodeWhale/blob/main/docs/REBRAND.md) |
| 17 | for the full migration story. |
| 18 |