CodeWhale
[live]
ISS#1104deepseek-cn供应商无效· 1hISS#2438Kimi Coding Plan: tool schema rejected — type should be defined in anyOf items· 2hPR#2437fix: use effective_model_for_budget instead of raw model in compactio…· 2hISS#2436Support custom URL for search provider· 3hISS#2435Opened in wrong repository; moved to fork· 3hPR#1865Add Pro Plan mode for Pro planning/review and Flash execution· 3hPR#2434feat(hooks): harvest message_submit transform hooks· 3hPR#2433docs: document layered PR process· 3hPR#2318feat(hooks): allow message_submit to transform submitted text· 4hPR#2432style: fix clippy warnings and run fmt· 4hPR#2333feat(hooks): add UnixSocketHookSink for real-time event streaming· 4hPR#2430feat(hooks): add opt-in Unix socket event sink· 4hISS#1104deepseek-cn供应商无效· 1hISS#2438Kimi Coding Plan: tool schema rejected — type should be defined in anyOf items· 2hPR#2437fix: use effective_model_for_budget instead of raw model in compactio…· 2hISS#2436Support custom URL for search provider· 3hISS#2435Opened in wrong repository; moved to fork· 3hPR#1865Add Pro Plan mode for Pro planning/review and Flash execution· 3hPR#2434feat(hooks): harvest message_submit transform hooks· 3hPR#2433docs: document layered PR process· 3hPR#2318feat(hooks): allow message_submit to transform submitted text· 4hPR#2432style: fix clippy warnings and run fmt· 4hPR#2333feat(hooks): add UnixSocketHookSink for real-time event streaming· 4hPR#2430feat(hooks): add opt-in Unix socket event sink· 4h
v0.8.46·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.

Today's dispatch2026-05-26
V4-Flash · 6h