CodeWhale
[live]
PR#3201fix: revive cost tracking for non-DeepSeek models with an expanded pricing tab· 36mISS#3066Cost tracking is dead for all non-DeepSeek models — pricing table needs expans· 38mISS#3200v0.8.60: Make long-running shell and verifier work truly non-blocking· 3hPR#2808feat(runtime-api): add session save, undo/retry, and snapshot endpoints for GU· 7hPR#3199feat(runtime-api): add PUT /v1/sessions endpoint for engine-based session save· 7hISS#3198`cargo install codewhale-tui` fails· 8hPR#3197[codex] Rename DeepSeek blue consumers to whale accent· 8hPR#3196feat(tui): Ctrl+P / Ctrl+N navigate slash-command autocomplete· 8hPR#3195fix(telegram): keep polling while turns stream· 11hISS#3154v0.8.60 EPIC: Agent Fleet control plane for always-running verifiable work· 15hISS#3194v0.8.61: Audit helper command hints and add friendly tips for hidden shortcuts· 15hISS#2890Contribution gate workflow allowlist follow-up (restored from #2086)· 16hPR#3201fix: revive cost tracking for non-DeepSeek models with an expanded pricing tab· 36mISS#3066Cost tracking is dead for all non-DeepSeek models — pricing table needs expans· 38mISS#3200v0.8.60: Make long-running shell and verifier work truly non-blocking· 3hPR#2808feat(runtime-api): add session save, undo/retry, and snapshot endpoints for GU· 7hPR#3199feat(runtime-api): add PUT /v1/sessions endpoint for engine-based session save· 7hISS#3198`cargo install codewhale-tui` fails· 8hPR#3197[codex] Rename DeepSeek blue consumers to whale accent· 8hPR#3196feat(tui): Ctrl+P / Ctrl+N navigate slash-command autocomplete· 8hPR#3195fix(telegram): keep polling while turns stream· 11hISS#3154v0.8.60 EPIC: Agent Fleet control plane for always-running verifiable work· 15hISS#3194v0.8.61: Audit helper command hints and add friendly tips for hidden shortcuts· 15hISS#2890Contribution gate workflow allowlist follow-up (restored from #2086)· 16h
v0.8.58·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.