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)
This commit is contained in:
Hunter Bown
2026-05-24 00:37:53 -05:00
parent d757505d9f
commit 8a0c875d75
11 changed files with 82 additions and 32 deletions
+4 -4
View File
@@ -62,16 +62,16 @@ Anything that targets the DeepSeek provider API stays exactly as it was:
will be flipped to the new names in a follow-up.
- **Docker image**: `ghcr.io/hmbown/codewhale`.
## Deprecation shims (one release cycle)
## Deprecation shims (through v0.8.x)
To keep existing shell aliases, scripts, and CI working through the rename,
v0.8.41 ships **deprecation shims** for one cycle:
v0.8.41 and later v0.8.x releases ship **deprecation shims**:
- A `deepseek` binary that prints a one-line warning to stderr and forwards
argv to `codewhale`.
- A `deepseek-tui` binary that does the same for `codewhale-tui`.
- An `npm` package at `deepseek-tui@0.8.41` with no `bin` and a postinstall
that prints a clear "rename" notice.
- An `npm` package at `deepseek-tui@0.8.x` with no `bin` and a postinstall
that prints a clear rename notice.
These shims will be removed in **v0.9.0**. Please migrate before then.