CodeWhale
[live]
PR#2837fix(whaleflow): reject unknown workflow references· 7mPR#2762v0.9.0 stewardship integration· 7mPR#2836docs(runtime): document read-only VS Code Agent View APIs· 13mISS#2787TUI status bar displays mcp count error , v0.9.0-stewardship· 14mPR#2835fix(tui): count workspace MCP servers in status surfaces· 15mPR#2834feat(config): add provider TLS skip verify· 28mPR#1893feat: make TLS certificate verification configurable· 28mISS#2683Deprecate legacy subagent tool names and keep only agent_open/eval/close canon· 36mISS#2682Deprecate model-visible todo_* aliases in favor of checklist_*· 37mISS#2719v0.9.0: Decompose overgrown files (config.rs, ui.rs, main.rs)· 39mISS#2681Tool surface diet: define v0.8.53 deprecation policy and active catalog budget· 39mPR#2833feat(whaleflow): add memo telemetry counters· 41mPR#2837fix(whaleflow): reject unknown workflow references· 7mPR#2762v0.9.0 stewardship integration· 7mPR#2836docs(runtime): document read-only VS Code Agent View APIs· 13mISS#2787TUI status bar displays mcp count error , v0.9.0-stewardship· 14mPR#2835fix(tui): count workspace MCP servers in status surfaces· 15mPR#2834feat(config): add provider TLS skip verify· 28mPR#1893feat: make TLS certificate verification configurable· 28mISS#2683Deprecate legacy subagent tool names and keep only agent_open/eval/close canon· 36mISS#2682Deprecate model-visible todo_* aliases in favor of checklist_*· 37mISS#2719v0.9.0: Decompose overgrown files (config.rs, ui.rs, main.rs)· 39mISS#2681Tool surface diet: define v0.8.53 deprecation policy and active catalog budget· 39mPR#2833feat(whaleflow): add memo telemetry counters· 41m
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.