Claude Code v2.1.111
Released Apr 16, 2026 (4 months ago).
247 issues reference this build
10 still open
237 resolved (96%)
"References this build" means the issue body mentions running 2.1.111 (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.111
Ranked by community engagement (reactions and comments).
- Thinking summaries missing on Opus 4.7 — harness doesn't set display: "summarized"
- [BUG] Opus 4.7 thinking summaries not rendered in VS Code extension
- [Bug] Command delete removes all prompt lines instead of current line only
- [Bug] Regression: malware reminder on every Read still causes subagent refusals in v2.1.111 (fix from #47027 / v2.1.92 did not hold)
- [FEATURE] Option to disable Launch preview panel auto-open on Write/Edit
- [BUG] claude binary re-registers as new app in macOS Privacy & Security on every version update (versioned install path, not code signing)
- API Error: Stream idle timeout - partial response received
- [BUG] Claude Code in Claude Desktop is Missing Project Level Folders
- [BUG] 1.3036.0 (cf521c): All Cowork sessions crash with "exited with code 1" on macOS - Desktop-to-SDK spawn failure, SDK 2.1.111
- Desktop Code tab doesn't honor `remoteControlAtStartup` from ~/.claude/settings.json
- Agent Teams: subagent permission request crashes the Bun process (2.1.111)
- advisor() tool inflates reported input tokens by forwarding full transcript, triggering premature auto-compaction on extended context models
- [Bug] Anthropic API Error: Model claude-opus-4-7 temporarily unavailable, blocking safety classifier
- [Bug] Anthropic API Error: Image exceeds dimension limit for many-image requests (2000px)
- Claude Desktop Task mode: "Failed to create bridge sockets after 5 attempts" on macOS 26.4
- session-env dir locks and requires manual rmdir to unstick Bash tool on Windows
- [BUG] Cowork crashes with "Claude Code process exited with code 1" on macOS - all new sessions affected
- Desktop (Windows): remote SSH session loses UI message history after reboot
- [Bug] Claude Desktop webview hangs on session switch with concurrent MCP server operations
- [BUG] Large paste is silently trimmed — only partial content reaches the input
- Bug: Remote Control initialization fails with "Remote Control failed to connect: Remote Control initialization failed"
- [Bug] Opus 4.7 metering: cache_read_input_tokens consuming 5-hour bucket at input-token rate (Max $100)
- [Bug] Agent teams crash when team members request permission: getAppState is not a function
- [BUG] Claude code doesn't work with opus 4.7 in bedrock
- [BUG] [BUG] SSH-Remote ccd-cli 2.1.128 still exits with code 1 on initialize with hookCallbackIds — regression of #50698
- [Feature Request] Do not include slash command output in conversation context (/release-notes takes 10% of context alone).
- Team-lead Claude Code crashes with stack overflow in rQ7/permission-explainer after teammate permission request
- Opus 4.7 on Bedrock fails with "invalid beta flag" - Claude Code sends unsupported beta headers
- [BUG] Cowork: "Claude Code process exited with code 1" on every session — macOS Apple Silicon, clean reinstall, no fix
- [BUG] [BUG] Claude Desktop Cowork: download pipeline corrupts 2.1.111/linux-arm64/claude.zst — CDN file is intact, app's HTTP client breaks it
Changelog
What's changed
- Claude Opus 4.7 xhigh is now available! Use /effort to tune speed vs. intelligence
- Auto mode is now available for Max subscribers when using Opus 4.7
- Added
xhigheffort level for Opus 4.7, sitting betweenhighandmax. Available via/effort,--effort, and the model picker; other models fall back tohigh /effortnow opens an interactive slider when called without arguments, with arrow-key navigation between levels and Enter to confirm- Added "Auto (match terminal)" theme option that matches your terminal's dark/light mode — select it from
/theme - Added
/less-permission-promptsskill — scans transcripts for common read-only Bash and MCP tool calls and proposes a prioritized allowlist for.claude/settings.json - Added
/ultrareviewfor running comprehensive code review in the cloud using parallel multi-agent analysis and critique — invoke with no arguments to review your current branch, or/ultrareview <PR#>to fetch and review a specific GitHub PR - Auto mode no longer requires
--enable-auto-mode - Windows: PowerShell tool is progressively rolling out. Opt in or out with
CLAUDE_CODE_USE_POWERSHELL_TOOL. On Linux and macOS, enable withCLAUDE_CODE_USE_POWERSHELL_TOOL=1(requirespwshon PATH) - Read-only bash commands with glob patterns (e.g.
ls *.ts) and commands starting withcd <project-dir> &&no longer trigger a permission prompt - Suggest the closest matching subcommand when
claude <word>is invoked with a near-miss typo (e.g.claude udpate→ "Did you meanclaude update?") - Plan files are now named after your prompt (e.g.
fix-auth-race-snug-otter.md) instead of purely random words - Improved
/setup-vertexand/setup-bedrockto show the actualsettings.jsonpath whenCLAUDE_CONFIG_DIRis set, seed model candidates from existing pins on re-run, and offer a "with 1M context" option for supported models /skillsmenu now supports sorting by estimated token count — presstto toggleCtrl+Unow clears the entire input buffer (previously: delete to start of line); pressCtrl+Yto restoreCtrl+Lnow forces a full screen redraw in addition to clearing the prompt input- Transcript view footer now shows
[(dump to scrollback) andv(open in editor) shortcuts - The "+N lines" marker for truncated long pastes is now a full-width rule for easier scanning
- Headless
--output-format stream-jsonnow includesplugin_errorson the init event when plugins are demoted for unsatisfied dependencies - Added
OTEL_LOG_RAW_API_BODIESenvironment variable to emit full API request and response bodies as OpenTelemetry log events for debugging - Suppressed spurious decompression, network, and transient error messages that could appear in the TUI during normal operation
- Reverted the v2.1.110 cap on non-streaming fallback retries — it traded long waits for more outright failures during API overload
- Fixed terminal display tearing (random characters, drifting input) in iTerm2 + tmux setups when terminal notifications are sent
- Fixed
@file suggestions re-scanning the entire project on every turn in non-git working directories, and showing only config files in freshly-initialized git repos with no tracked files - Fixed LSP diagnostics from before an edit appearing after it, causing the model to re-read files it just edited
- Fixed tab-completing
/resumeimmediately resuming an arbitrary titled session instead of showing the session picker - Fixed
/contextgrid rendering with extra blank lines between rows - Fixed
/cleardropping the session name set by/rename, causing statusline output to losesession_name - Improved plugin error handling: dependency errors now distinguish conflicting, invalid, and overly complex version requirements; fixed stale resolved versions after
plugin update;plugin installnow recovers from interrupted prior installs - Fixed Claude calling a non-existent
commitskill and showing "Unknown skill: commit" f