CodeWhale
[live]
PR#3038fix(tui): make Ctrl+B directly background the active foreground shell· 13mPR#3046fix(reasoning): add Moonshot/Kimi to reasoning-content provider and model supp· 17mISS#1679SSE多智能体并行在windows11下依旧45s超时,并且还出现了UI错乱的问题· 18mISS#2964v0.8.56: Ship DigitalOcean + Telegram remote-workbench setup· 21mPR#3044feat(remote-smoke): bump to v0.8.57, add gh CLI, swapfile, agent-session.sh, a· 22mPR#3043feat(docs): agent-task issue template, labels, and runner protocol· 22mPR#3041fix: harvest error-message fixes from PR #2933 — better tool denial + subagent· 22mPR#3039feat(tui): OSC 8 out-of-band hyperlink infrastructure· 26mISS#3031v0.8.58: Compact tool-call transcript rendering by default — collapse boilerpl· 34mPR#3037fix(tui): compact tool-call transcript rendering — suppress boilerplate· 34mPR#3036fix(tui): hide internal IDs from normal UI — stable labels for turns and agent· 40mPR#3035fix(tui): throttle AgentProgress redraws to prevent freeze under subagent load· 50mPR#3038fix(tui): make Ctrl+B directly background the active foreground shell· 13mPR#3046fix(reasoning): add Moonshot/Kimi to reasoning-content provider and model supp· 17mISS#1679SSE多智能体并行在windows11下依旧45s超时,并且还出现了UI错乱的问题· 18mISS#2964v0.8.56: Ship DigitalOcean + Telegram remote-workbench setup· 21mPR#3044feat(remote-smoke): bump to v0.8.57, add gh CLI, swapfile, agent-session.sh, a· 22mPR#3043feat(docs): agent-task issue template, labels, and runner protocol· 22mPR#3041fix: harvest error-message fixes from PR #2933 — better tool denial + subagent· 22mPR#3039feat(tui): OSC 8 out-of-band hyperlink infrastructure· 26mISS#3031v0.8.58: Compact tool-call transcript rendering by default — collapse boilerpl· 34mPR#3037fix(tui): compact tool-call transcript rendering — suppress boilerplate· 34mPR#3036fix(tui): hide internal IDs from normal UI — stable labels for turns and agent· 40mPR#3035fix(tui): throttle AgentProgress redraws to prevent freeze under subagent load· 50m
v0.8.57·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.