CodeWhale
[live]
PR#2895fix(config): add separate siliconflow_cn provider config field with fallback· 28mPR#2894feat(i18n): localize composer surface (16 MessageIds)· 48mISS#2893siliconflow provider config error· 1hPR#2892feat(i18n): localize sandbox elevation dialog across 7 locales· 4hPR#2874feat(cache): slim runtime_prompt to minimal tag, move policy descriptions to s· 4hPR#2877fix(cache): set temp spillover root in cache_inspect test to survive nix sandb· 4hPR#2107feat(tui): FauxStep::Factory for live request-shape assertions· 5hPR#2236feat: read global AGENTS.md from ~/.agents/ as vendor-neutral fallback· 5hPR#2891feat(i18n): localize approval dialog surface across 7 locales· 5hISS#1177输入缓存命中率太低了· 5hISS#1556deepseek 在 macOS 下的 ghostty 下 会一直闪屏。· 5hISS#1620思考过程巨慢无比,一个字吐半天,哪个环节出了问题?· 5hPR#2895fix(config): add separate siliconflow_cn provider config field with fallback· 28mPR#2894feat(i18n): localize composer surface (16 MessageIds)· 48mISS#2893siliconflow provider config error· 1hPR#2892feat(i18n): localize sandbox elevation dialog across 7 locales· 4hPR#2874feat(cache): slim runtime_prompt to minimal tag, move policy descriptions to s· 4hPR#2877fix(cache): set temp spillover root in cache_inspect test to survive nix sandb· 4hPR#2107feat(tui): FauxStep::Factory for live request-shape assertions· 5hPR#2236feat: read global AGENTS.md from ~/.agents/ as vendor-neutral fallback· 5hPR#2891feat(i18n): localize approval dialog surface across 7 locales· 5hISS#1177输入缓存命中率太低了· 5hISS#1556deepseek 在 macOS 下的 ghostty 下 会一直闪屏。· 5hISS#1620思考过程巨慢无比,一个字吐半天,哪个环节出了问题?· 5h
v0.8.53·MIT·DeepSeek V4 native

Terminal coding agent for DeepSeek V4.

CodeWhale wraps DeepSeek V4 in a harness — a written Constitution that ranks every source of authority for each turn, live tool output fed back as evidence between turns, and V4's prefix cache making that Constitution cheap to reference recursively, so the model stays oriented through long tool-using sessions instead of drifting.

Planread-only·Agentwith approval·YOLOauto-approve
# Recommended: npm — no Rust toolchain
$ npm install -g codewhale
$ codewhale --model auto

# Or Cargo / Homebrew / direct download — see /install
config lives at ~/.codewhale/all methods →
How it works

A written Constitution makes authority arbitrable, and a feedback loop makes drift correctable.

Every turn, the agent has to arbitrate between the user's intent, the project's rules, system defaults, live tool output, and stale memory. CodeWhale answers that with a written Constitution that ranks nine sources of authority explicitly (current user message above stale project instructions, live tool output above assumptions, verification above confidence), and uses V4's prefix cache to keep that Constitution almost free to reference recursively — roughly 100× cheaper per turn than a cold read — so the model spends a long session reading an open book rather than guessing from memory.

The feedback half closes itself: non-zero exit codes, type errors that rust-analyzer reports between edits, and sandbox denials come back into the context as correction vectors, so the model uses its own drift to self-correct. When you run with --model auto, CodeWhale spends a cheap Flash call at the start of each turn to route — keeping short conversations on Flash, and escalating coding, debugging, and architecture work to Pro at higher thinking depth.