| 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` and `codew` commands. Historical |
| 12 | `deepseek` / `deepseek-tui` command shims existed only in v0.8.x and were |
| 13 | removed in v0.9.0. |
| 14 | |
| 15 | See [docs/REBRAND.md](https://github.com/Hmbown/CodeWhale/blob/main/docs/REBRAND.md) |
| 16 | for the full migration story. |
| 17 |