Claude Code v2.1.211
Released Jul 15, 2026 (1 month ago).
208 issues reference this build
145 still open
63 resolved (30%)
"References this build" means the issue body mentions running 2.1.211 (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.211
Ranked by community engagement (reactions and comments).
- Background sessions dispatched from a non-git directory can never be deleted from the agents view: "worktree could not be removed (no git root for the worktree)"
- Background agents drop queued SendMessages and skip completion notifications
- [BUG] API ignores explicit thinking display:"summarized" for Opus 4.8 / Sonnet 5 since 2026-07-16 — empty thinking blocks; server-side (request verified delivered)
- [BUG] Repo-committed extraKnownMarketplaces + enabledPlugins never processed in claude.ai/code cloud sandboxes (hooks from the same settings.json work)
- [BUG] macOS: Claude Code locks itself out of its own keychain credential → endless "security wants to access Claude Code-credentials" password prompts
- [BUG] GitHub proxy 403s release-asset downloads in cloud sessions, breaking builds
- [Bug] Internal command shadowed by plugin skill with same name
- Expose model-scoped weekly usage buckets (Fable / Opus / Sonnet) in the statusLine JSON payload
- Background auto-mode sessions execute Bash calls matching ask rules (and PreToolUse hook ask decisions) without any prompt (2.1.215)
- [BUG] Windows Desktop integrated terminal hardcodes powershell.exe → "Shell exited" (CreateProcess error 1260) when PowerShell 5.1 is blocked by policy
- Atomic write to ~/.claude/settings.json fails with EROFS/EACCES when the file is a symlink-to-a-symlink
- Native binary approach breaks Claude Code on QNX and BSD platforms
- `disabledMcpServers` in `~/.claude.json` project entry has no effect on user-scope MCP servers (still connect, tools + instructions loaded)
- [Feature Request] Add strict mode flag to error on unrecognized commands instead of starting session
- [Feature Request] Add configurable concurrency limiter for parallel agents with lower default
- [BUG] Login failure
- [BUG] Orphaned cowork-svc.exe locks the MSIX package → app won't launch until Windows "Repair" (AppX error 0x80073D02)
- [BUG] Windows/Git-Bash: valid shell snapshots fail in host bash -c wrapper (recurrence of #68337)
- Locally-configured stdio MCP server connects ("Connected" in claude mcp list) but its tools never surface in the session
- [Feature Request] Add advisor auto mode for autonomous agent operations
- [BUG] Desktop: zoom shortcuts bound to physical US key positions — wrong keys on non-US (Norwegian) layout
- Vertex/Bedrock: /model picker collapses the Opus family to a single row because 2.1.211 seeds ANTHROPIC_DEFAULT_OPUS_MODEL itself
- [Bug] Draft input discarded when toggling transcript view with Ctrl-O
- [BUG] claude agents view: dispatch prompt has no undo (chat:undo), unlike the main REPL
- [BUG] The Claude Code CLI updated more than 15 times within two hours and kept downloading updates nonstop.
- [BUG] Claude Code login not working in dev containers in VS Code
- statusLine: cost and duration reset after navigating to agents view and back
- [BUG] SessionEnd hook stdin pipe not closed for /clear events
- [BUG] Resource not accessible by integration" 403, GitHub
- [Bug] Claude Fable 5 returns usage credit error while Claude 4.8 Opus works normally in both claude.ai and claude code
Changelog
What's changed
- Added
--forward-subagent-textflag andCLAUDE_CODE_FORWARD_SUBAGENT_TEXTenvironment variable to include subagent text and thinking in stream-json output - Fixed permission previews relayed to chat channels not neutralizing bidirectional-override, zero-width, and look-alike quote characters, so tool inputs cannot visually alter the approval message
- Fixed auto mode overriding a PreToolUse hook's
askdecision for unsandboxed Bash — a hookasknow floors the decision at a prompt - Fixed parallel Claude Code sessions all logging out simultaneously after wake-from-sleep when many sessions share one credential store
- Fixed plugin MCP servers not reconnecting after an idle web session woke, leaving MCP calls failing until the next message
- Fixed Claude Code on Vertex and Bedrock attempting the default Opus model at startup and printing a spurious fallback notice when a model is explicitly configured
- Fixed subagents spawned with an explicit model override reverting to the parent's model when resumed or sent a follow-up message
- Fixed nested
.claude/rules/*.mdfiles loading even when setting sources exclude project settings - Fixed file upload validation: filenames ending in a DOS device suffix (
.prn) or trailing dot are now accepted, and files with multiple hard links are refused - Fixed file uploads to Claude in Chrome from remote and CLI sessions
- Fixed edits that leave the input as "?" being silently swallowed and toggling the shortcuts panel
- Fixed a startup hang when the Claude in Chrome extension is enabled but Chrome is not running
- Fixed a 300ms delay revealing async content (Settings tabs, Stats, diff views, and other loading states)
- Fixed reopening a just-stopped background session from the agents view starting a blank conversation under the same session id
- Fixed
/loophiding the session from/resumeafter a single use - Fixed screen reader users losing the audible terminal bell after
/terminal-setupor onboarding terminal setup - Fixed background jobs on LLM gateway auth (
ANTHROPIC_AUTH_TOKEN+ANTHROPIC_BASE_URL) coming back "Not logged in" after the daemon respawns them - Fixed
claude agentsjobs becoming permanently undeletable when git no longer recognizes their worktree — the row now shows why the delete was refused instead of silently reappearing - Fixed
/clearnot resetting the session cost counter — the statusline's cost now starts at $0 after/clear - Fixed Claude in Chrome setup pages failing to open in the browser on Windows
- Fixed headless print-mode sessions on Windows crashing or silently exiting when stdin is unreadable
- Fixed background session titles in the agents view showing the naming model's refusal text when the prompt contains a link
- Fixed background agents killed by the user auto-respawning, and revived agents re-running stale prompts from old sessions
- Fixed routines with no schedule reporting a next run time in the year 1
- Hardened synced skill/plugin directory naming on Windows and kept CCR web fetch/search proxies working after
/clear - Improved terminal layout and rendering performance
- Improved background agent result reporting — Claude now reports the status of still-running agents and waits for the real completion instead of fabricating results
- Improved the memory index over-limit warning to measure only loaded content, excluding frontmatter and HTML comments
- Updated integer environment variables (timeouts, token budgets, retry counts) to accept scientific notation and digit-separator spellings like
1e6and64_000 - Updated documentation links to the current docs sites
- Changed "always allow" permission rules to save at the repository root, so approvals granted in a git worktree persist across sessions and worktrees
- Changed
/usage-creditsto ask for confirmation before sending a request to organization admins - Changed Vim mode
sandS(substitute char/line) to work in NORMAL mode, matching vim behavior
-