CodeWhale
[live]
PR#3221fix(exec): honour DEEPSEEK_BASE_URL and DEEPSEEK_MODEL env vars· 46mPR#3220Limit mobile event history to prevent freezes· 4hISS#3147Bug: MSBuild FileTracker Fails to Initialize — `cmake --build` Unusable in Cod· 4hISS#3208codewhale-linux-x64 vs codewhale-linux-x64.tar.gz· 5hISS#3192Put it up for agentclientprotocol/registry· 5hISS#3207codewhale: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (re· 5hISS#3216v0.8.61: Make multi-agent fanout durable and nonblocking before shipping swarm· 5hISS#2029v0.8.60: Sub-agent checkpoint and continue child work across turns· 5hISS#1806Subject: Sub-agent 120s API timeout renders agent_open nearly unusable (v0.8.3· 5hISS#2211bug(tui): sub-agent fanout plus hidden worktrees can saturate the TUI during r· 5hISS#3218v0.8.61: Gate /swarm until goal mode and durable worker fanout are ready· 5hISS#3217v0.8.61: Give workers role-based tool profiles, permissions, and model routes· 5hPR#3221fix(exec): honour DEEPSEEK_BASE_URL and DEEPSEEK_MODEL env vars· 46mPR#3220Limit mobile event history to prevent freezes· 4hISS#3147Bug: MSBuild FileTracker Fails to Initialize — `cmake --build` Unusable in Cod· 4hISS#3208codewhale-linux-x64 vs codewhale-linux-x64.tar.gz· 5hISS#3192Put it up for agentclientprotocol/registry· 5hISS#3207codewhale: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (re· 5hISS#3216v0.8.61: Make multi-agent fanout durable and nonblocking before shipping swarm· 5hISS#2029v0.8.60: Sub-agent checkpoint and continue child work across turns· 5hISS#1806Subject: Sub-agent 120s API timeout renders agent_open nearly unusable (v0.8.3· 5hISS#2211bug(tui): sub-agent fanout plus hidden worktrees can saturate the TUI during r· 5hISS#3218v0.8.61: Gate /swarm until goal mode and durable worker fanout are ready· 5hISS#3217v0.8.61: Give workers role-based tool profiles, permissions, and model routes· 5h
v0.8.60·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.