Claude Code v2.1.105
Released Apr 13, 2026 (4 months ago).
69 issues reference this build
4 still open
65 resolved (94%)
"References this build" means the issue body mentions running 2.1.105 (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.105
Ranked by community engagement (reactions and comments).
- [BUG] login with pasting auth code doesn't work
- [BUG] CLI login fails to allow pasting the code from the browser when terminal paste bracketing is enabled
- [BUG] claude login paste not working in code input field (regression in 2.1.105+)
- Post-mortem 2026-04-28: 12 multi-agent coordination bugs surfaced across a single autonomous-overnight cycle
- [BUG][WSL2] Paste broken at OAuth prompt in v2.1.105 (regression from v2.1.104)
- [Bug] Severe latency in Claude Code with long-context sessions (20min+ turn times)
- Sessions using the advisor() tool become permanently unrecoverable — "Advisor tool result content could not be processed" 400 on every subsequent prompt and on /compact
- Team shutdown_request acknowledged but teammates never terminate; TeamDelete blocked until session ends
- [BUG] OAuth login paste input completely broken after upgrading to 2.1.105 over SSH
- [Bug] Unexpected rapid token consumption with 5x plan
- Paste into login OAuth code field is broken (works fine in main chat prompt, same terminal)
- [BUG] `/clear` bleeds into the next session (what also breaks cache)
- [BUG] OAuth token exchange fails on ARM64 (Raspberry Pi)
- [BUG] Bypassed global settings to read secret keys
- Multiline paste broken in v2.1.105 on Windows (mintty/Git Bash)
- [Feature Request] Add planModel setting to automatically switch models between plan and execute modes
- Chrome extension service worker never initiates MCP bridge connection (Linux/AUR)
- [BUG] v2.1.105 shell snapshot contains 'set -o onecmd', causing all Bash tool calls to produce no output
- [BUG] Telegram plugin: frequent HTTP 401 authentication errors mid-session
- [Bug] Claude Code process exits with code 1 in Cowork environment
- [Bug] Anthropic API Error: 500 Internal Server Error
- 500 errors
- API Error: 500 req_011Ca5jqeWFH9NFeuCYgEf6d
- [MODEL] Opus 4.6: sloppy-read → premature-conclusion → user-retry-demand failure loop
- [Feature Request] Add Vim visual mode support (v/V/Ctrl+V) to input editor
- [Bug] Agent enters unnecessary deep exploration instead of following explicit instructions/
- [BUG] [BUG] Supabase MCP OAuth token not persisting between sessions on Windows - Claude Code Desktop
- [DOCS] MCP docs omit Esc interrupt behavior for stdio tool calls
- [BUG] Claude Desktop file sidepane refuses to render plan files in ~/.claude/plans/ ("outside session folder")
- [BUG] Keybinding null binding for alt+left is applied inconsistently — key slips through after 2-3 presses
Changelog
What's changed
- Added
pathparameter to theEnterWorktreetool to switch into an existing worktree of the current repository - Added PreCompact hook support: hooks can now block compaction by exiting with code 2 or returning
{"decision":"block"} - Added background monitor support for plugins via a top-level
monitorsmanifest key that auto-arms at session start or on skill invoke /proactiveis now an alias for/loop- Improved stalled API stream handling: streams now abort after 5 minutes of no data and retry non-streaming instead of hanging indefinitely
- Improved network error messages: connection errors now show a retry message immediately instead of a silent spinner
- Improved file write display: long single-line writes (e.g. minified JSON) are now truncated in the UI instead of paginating across many screens
- Improved
/doctorlayout with status icons; pressfto have Claude fix reported issues - Improved
/configlabels and descriptions for clarity - Improved skill description handling: raised the listing cap from 250 to 1,536 characters and added a startup warning when descriptions are truncated
- Improved
WebFetchto strip<style>and<script>contents from fetched pages so CSS-heavy pages no longer exhaust the content budget before reaching actual text - Improved stale agent worktree cleanup to remove worktrees whose PR was squash-merged instead of keeping them indefinitely
- Improved MCP large-output truncation prompt to give format-specific recipes (e.g.
jqfor JSON, computed Read chunk sizes for text) - Fixed images attached to queued messages (sent while Claude is working) being dropped
- Fixed screen going blank when the prompt input wraps to a second line in long conversations
- Fixed leading whitespace getting copied when selecting multi-line assistant responses in fullscreen mode
- Fixed leading whitespace being trimmed from assistant messages, breaking ASCII art and indented diagrams
- Fixed garbled bash output when commands print clickable file links (e.g. Python
rich/logurulogging) - Fixed alt+enter not inserting a newline in terminals using ESC-prefix alt encoding, and Ctrl+J not inserting a newline (regression in 2.1.100)
- Fixed duplicate "Creating worktree" text in EnterWorktree/ExitWorktree tool display
- Fixed queued user prompts disappearing from focus mode
- Fixed one-shot scheduled tasks re-firing repeatedly when the file watcher missed the post-fire cleanup
- Fixed inbound channel notifications being silently dropped after the first message for Team/Enterprise users
- Fixed marketplace plugins with
package.jsonand lockfile not having dependencies installed automatically after install/update - Fixed marketplace auto-update leaving the official marketplace in a broken state when a plugin process holds files open during the update
- Fixed "Resume this session with..." hint not printing on exit after
/resume,--worktree, or/branch - Fixed feedback survey shortcut keys firing when typed at the end of a longer prompt
- Fixed stdio MCP server emitting malformed (non-JSON) output hanging the session instead of failing fast with "Connection closed"
- Fixed MCP tools missing on the first turn of headless/remote-trigger sessions when MCP servers connect asynchronously
- Fixed
/modelpicker on AWS Bedrock in non-US regions persisting invalidus.*model IDs tosettings.jsonwhen inference profile discovery is still in-flight - Fixed 429 rate-limit errors showing a raw JSON dump instead of a clean message for API-key, Bedrock, and Vertex users
- Fixed crash on resume when session contains malformed text blocks
- Fixed
/helpdropping the tab bar, Shortcuts heading, and footer at short terminal heights - Fixed malformed keybinding entry values in
keybindings.jsonbeing silently loaded instead of rejected with a clear error - Fixed
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFICin one project's settings permanently disabling usage metrics for all projects on the