Files
codewhale/npm/deepseek-tui/README.md
T
Hunter Bown 8a0c875d75 docs: clarify Fin and model auto-routing
- Separate model auto-routing from Plan/Agent/YOLO TUI modes across all
  READMEs and docs/MODES.md
- Introduce Fin as the fast thinking-off deepseek-v4-flash seam for
  routing, summaries, RLM child calls, and coordination work
- Document /goal as current session tracking (not a TUI mode), with note
  that a future Goal work surface should stay distinct from --model auto
- Extend deprecation shim timeline from 'one release cycle' to
  through v0.8.x in REBRAND.md and npm READMEs
- Fix selection_to_text test to expect inline thinking preview
  (short completed thinking now renders inline without Ctrl+O
  affordance)
2026-05-24 00:37:53 -05:00

487 B

deepseek-tui (deprecated)

This package has been renamed to codewhale. Install that instead:

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 the v0.8.x transition.

See docs/REBRAND.md for the full migration story.