Claude Code v2.1.204
Released Jul 8, 2026 (1 month ago).
189 issues reference this build
100 still open
89 resolved (47%)
"References this build" means the issue body mentions running 2.1.204 (from the
bug-report template). It reflects report volume, not a proven defect count — an issue may mention a
version without being caused by it. First-party data from the anthropics/claude-code tracker.
Top issues reported on v2.1.204
Ranked by community engagement (reactions and comments).
- [BUG] Task tools (TaskCreate/TaskGet/TaskList/TaskUpdate) silently disabled on Opus 4.8 / Sonnet 5 / Fable 5 by model-id gate `tengu_vellum_ash` — no error, no override, ToolSearch reports them as nonexistent
- [Bug] Fable 5 safeguards overly broad, flagging routine coding tasks
- [BUG] `claude --resume` opens non-interactive session manager UI
- [BUG] Agents view opened by bare `claude --resume` / `-r` / `--continue` ignores all keyboard input (v2.1.203–204)
- [BUG] `claude --resume` (cold start) renders a screen that accepts no keyboard input on WSL2
- [BUG] Agent view: Ctrl+X delete on Completed sessions doesn't persist — rows reappear at bottom of Completed; sessions double-rendered (2.1.204)
- [BUG] claude --resume causes complete terminal freeze on v2.1.204
- [BUG] resuming sessions impossible after latest claude update
- claude -r / --resume opens agent-view (FleetView) home that accepts no keyboard input — total input hang (iTerm2, v2.1.204)
- [BUG] Unable to connect to API (ConnectionRefused) on macOS — persists after full reinstall, safe-mode, and reboot (v2.1.204)
- VS Code Extension 2.1.204 hangs for 90+ seconds every 30-40 min (macOS ARM64) — native process correctly idle in kevent64
- [BUG] VSCode extension: plan approval with "Yes, and auto-accept edits" enters acceptEdits instead of Auto mode (terminal enters Auto mode)
- [Bug] --resume flag broken: unable to select chat session in v2.1.204
- [Bug] Text before tool calls in same turn not displayed to user
- [Bug] ESC key dismisses question dialog instead of /btw panel when both are open
- [BUG] Atlassian Rovo MCP connector fails to (re)authenticate — consent rejected due to unregistered townsquare scopes
- UserPromptSubmit hook systemMessage does not render in the Desktop app (or VS Code extension)
- claude -r / Agent View hangs indefinitely and stops responding to keyboard input (Esc included) after "trust this folder" confirmation
- claude --resume hangs indefinitely on startup — account-level connector discovery stalls with no timeout, unkillable via SIGINT
- Feature request: Google Docs MCP needs write/edit for existing docs (capability gap vs. competing agents)
- [BUG] Windows drive-letter case not canonicalized in project keys — duplicate .claude.json / installed_plugins.json entries; VS Code trust silently dropped
- v2.1.204: failed self-update deletes live background agents' worktrees; completed agents can't be removed (Ctrl+X no-op) and reappear after restart
- [BUG] Auto theme's light/dark palettes don't match the standalone Light Mode / Dark Mode themes
- [BUG] Headless --json-schema: model serializes an array property as XML text inside a string property, then either retry-exhausts (error_max_structured_output_retries) or silently accepts a placeholder
- [Bug] Session custom titles not displayed in --resume picker despite correct disk storage
- [BUG] 在一次很长的会话中,助手在工具调用之间输出的简短状态文字(如"部署""deploy")陷入重复,连续刷屏数百遍才被打断。实际工具命令并没有重复执行,只是文字生成卡在了重复循环里。
- EXCESSIVE consumption
- Bash tool: grep→ugrep shim children not killed on timeout; runaway memory (100+ GB) on long-line files
- [BUG] 2.1.204.0 Just opens Bun instead of claude
- `claude -r` picker accepts no keyboard input in 2.1.204 (works in 2.1.202)
Changelog
What's changed
- Fixed hook events not streaming during SessionStart hooks in headless sessions, which could cause remote workers to be idle-reaped mid-hook