Claude Code v2.1.59
Released Feb 26, 2026 (6 months ago).
178 issues reference this build
5 still open
173 resolved (97%)
"References this build" means the issue body mentions running 2.1.59 (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.59
Ranked by community engagement (reactions and comments).
- [Bug] Remote Control unavailable despite Pro plan authentication
- [BUG] Remote control (/rc) not supported in VS Code extension
- Race condition: .claude.json corruption when running multiple instances concurrently
- [BUG] Conversation history is lost in VSCode extension
- Claude Code Chrome integration fails to connect when Claude Desktop (Cowork) is also installed
- [BUG] .claude.json race condition — reported 8 times since June 2025, all closed without resolution
- [BUG] Claude Max 20x subscription not recognized — account shows Free Plan, Claude Code requires Pro/Max
- .claude.json corrupted by race condition when multiple CLI sessions run concurrently on Windows
- [BUG] Claude Code hangs silently after trust dialog on Windows — regression in 2.1.59–2.1.69 (2.1.58 stable works)
- [BUG] No conversation status displayed: regression in VSCode conversations list
- Terminal tab title shows static 'claude code' instead of conversation topic
- Remote Control unavailable on Max plan (v2.1.59)
- [Bug] Remote control infinite loading loop on mobile client
- 2.1.59 regression: corruption detection cascade amplifies .claude.json corruption from Task tool subagents
- additionalDirectories setting does not grant Read tool access to files outside project
- Remote Control mobile: text input overlaps last line of response
- [BUG] Claude Code login fails due to phantom unpaid invoice
- Remote Control not available despite active Pro plan
- 🐛 [Bug] Credits drained continuously after closing Claude Code session — $39.07 lost overnight with auto-reload DISABLED
- [BUG] Docker-based MCP server containers not stopped when session ends
- [Feature Request] Add screen redraw keybinding (Ctrl+L) for terminal display corruption
- Windows: .claude.json falsely detected as corrupted on exit, wiping onboarding state
- [BUG] Feature flag tengu_claudeai_mcp_connectors pushed server-side without consent
- [Bug] Incorrect token usage calculation for Max Plan sessions
- Race condition: .claude.json corruption on Windows with concurrent sessions loses all session settings
- [Bug] Prompt Caching Not Working - Rapid Token Usage Depletion
- [BUG] Critical regression: .claude.json corruption from concurrent sessions - unacceptable for production use
- [BUG] Fast mode forcibly disabled when using ANTHROPIC_BASE_URL (custom API endpoint)
- [BUG] VSCode extension does not enforce permissions from ~/.claude/settings.json -
- [Bug] Code tab only displays GitHub connection screen after remote session exit
Changelog
What's changed
- Claude automatically saves useful context to auto-memory. Manage with /memory
- Added
/copycommand to show an interactive picker when code blocks are present, allowing selection of individual code blocks or the full response. - Improved "always allow" prefix suggestions for compound bash commands (e.g.
cd /tmp && git fetch && git push) to compute smarter per-subcommand prefixes instead of treating the whole command as one - Improved ordering of short task lists
- Improved memory usage in multi-agent sessions by releasing completed subagent task state
- Fixed MCP OAuth token refresh race condition when running multiple Claude Code instances simultaneously
- Fixed shell commands not showing a clear error message when the working directory has been deleted