Claude Code v2.1.215
Released Jul 19, 2026 (1 month ago).
294 issues reference this build
205 still open
89 resolved (30%)
"References this build" means the issue body mentions running 2.1.215 (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.215
Ranked by community engagement (reactions and comments).
- [BUG] Fable 5 prompts 'usage credits required' on Max plan from 2026-07-20, the day it became standard on Max (saved model claude-fable-5[1m])
- [BUG] Fable 5 gated behind usage credits dialog on Max when authenticated via claude setup-token (inference-only scope cannot read entitlements)
- Any way to let Claude run /verify and /code-review on its own again?
- [Bug] Fable 5 incorrectly requires usage credits on Max 20x plan despite available weekly allowance
- Assistant text emitted before a tool call in the same turn (esp. AskUserQuestion) is intermittently never rendered to the user
- [Bug] Agent unable to invoke /code-review skill from custom skills
- [Bug] Plan mode incorrectly requests permissions for non-destructive operations like explore and Bash commands
- [BUG] Desktop app Browser pane: read tools blocked with "requires per-action approval" even though domain is in launchPreviewAllowedOrigins, restart does not clear it
- [FEATURE] Setting to disable automatic editor group locking in the VS Code extension
- `claude-api` skill dumps entire ~784KB SKILL.md into context for a simple usage-limit question, burning huge Pro-plan usage
- /copy writes the clipboard as latin-1, so non-ASCII output pastes as mojibake (still broken in 2.1.215)
- Desktop app: support custom themes / accent colors (parity with CLI custom theme system)
- [Feature Request] Official support for Claude Desktop on Arch Linux and derivatives
- [BUG] Model continues past end of turn, emitting a fabricated user turn and a fabricated system-reminder block inside its own assistant message
- Workflow tool: ~180s per-agent no-progress kill is hard-coded — ignores CLAUDE_STREAM_IDLE_TIMEOUT_MS / CLAUDE_ASYNC_AGENT_STALL_TIMEOUT_MS; please make it configurable
- Claude Code (VS Code extension) prompts for usage credits on Fable 5 despite Max plan showing full entitlement
- [BUG] Claude Code sessions freeze locally until another session receives input — Desktop app & VS Code only (not web)
- [BUG] macOS: locked login keychain silently breaks auth — /login falsely reports "Login successful", and entering the password at the keychain prompts still leaves the session logged out
- Cross-session message delivered to transcript but receiving session never processes it
- [Bug] Unexpected spike in token usage (25% weekly quota in minutes)
- [BUG] Issues are labeled as duplicates without referencing the original issue
- [Feature Request] Add subagent-scoped effort control (CLAUDE_CODE_SUBAGENT_EFFORT env var and settings key)
- [Bug] Claude Fable 5 incorrectly consumes usage credits on Claude Code 2.1.215 with 20x Max subscription
- Session .jsonl rewritten to metadata-only stub (zero user/assistant records) at resume time; subagent transcripts survive — 27 sessions affected, 2.1.21x
- [MODEL] Same-session events described as "yesterday" — relative-time references fabricated from turn count, despite correct absolute date in system prompt
- [BUG] VS Code extension exits with code 1 on first daily launch: org verification runs with expired OAuth token, no refresh attempt before fatal 401
- Cowork / Claude in Chrome extension navigated a real Chrome tab to an unrelated external site (aisle.wedding) without any prompt requesting it
- [Feature Request] Increase concurrent workflow agent limit for hosted sandboxes
- [Bug] claude-api skill consumes entire context window on Haiku model
- [Feature Request] Add option to disable EndConversation tool
Changelog
What's changed
- Claude no longer runs the
/verifyand/code-reviewskills on its own; invoke them with/verifyor/code-reviewwhen you want them