Official2026-05-28
CodeWhale v0.8.43 Keeps the New Install Path
GitHub Releases now marks CodeWhale v0.8.43 as latest, keeps `codewhale` canonical, and leaves the DeepSeek local-deployment and Claude Code tracks unchanged enough to skip publishing new guide claims there.
What changed upstream
- GitHub Releases now marks
v0.8.43as latest on the canonicalHmbown/CodeWhalerepository. - The rebrand contract is still explicit:
codewhale/codewhale-tuiremain the canonical dispatcher/runtime pair, while legacydeepseek/deepseek-tuibinaries are still temporary deprecation shims scheduled to disappear in v0.9.0. - The canonical Docker path advanced too: the release page now shows
ghcr.io/hmbown/codewhale:v0.8.43, so guide pages should move that pinned example instead of leaving the older 0.8.42 tag in place. - The current README still keeps the practical developer hooks visible: skills discovery order, GitHub-installable skill packs, and self-hosted provider knobs such as
SGLANG_BASE_URLandVLLM_BASE_URLremain part of the documented surface. That matters because DeepSeek TUI is still easiest to rank for when the page explains concrete developer workflows rather than only the rename story.
Practical setup guidance
- The stable reference point should now be v0.8.43, not v0.8.42.
- Canonical install, auth, and doctor examples should lead with
codewhale, not a legacy shim command. - Docker users should see the pinned
ghcr.io/hmbown/codewhale:v0.8.43example. - TUI pages that mention skills or self-hosted runners can safely keep that framing, because the current README still documents both.