Official2026-05-29
CodeWhale v0.8.47 Moves Config to ~/.codewhale
CodeWhale v0.8.47 is now latest, while the current README and Docker docs switch the primary config and volume path to `.codewhale` with `.deepseek` kept only as a legacy fallback.
What changed upstream
- GitHub Releases now marks
v0.8.47as latest on the canonicalHmbown/CodeWhalerepository, dated May 27, 2026. - The rebrand contract is still explicit:
codewhale/codewhale-tuiremain canonical, while legacydeepseek/deepseek-tuibinaries are temporary deprecation shims scheduled to disappear in v0.9.0. - The primary user config home has moved: the current README says user config is now
~/.codewhale/config.toml, with~/.deepseek/config.tomlonly as a legacy fallback. - The project-overlay path moved too: workspace overrides now live at
<workspace>/.codewhale/config.toml, while<workspace>/.deepseek/config.tomlis legacy compatibility only. - Docker persistence moved with the rename: current README examples mount a named
codewhale-homevolume to/home/codewhale/.codewhale, not/home/codewhale/.deepseek. - Skill discovery and bundled system skills now document the new home explicitly: global lookup includes
~/.codewhale/skills, with~/.deepseek/skillsstill listed as legacy compatibility.
Practical setup guidance
- The stable reference point should now be v0.8.47, not v0.8.43.
- Setup pages should teach
~/.codewhaleas the primary config and skill home, while labeling~/.deepseekas a fallback for older installs. - Docker examples should mount
codewhale-home:/home/codewhale/.codewhaleso credentials, sessions, and config persist in the current path. - Pages that explain DeepSeek TUI as a reusable developer environment should mention the new home-directory migration, not only the CodeWhale rename.