Claude Code v2.1.131
Released May 6, 2026 (3 months ago).
102 issues reference this build
5 still open
97 resolved (95%)
"References this build" means the issue body mentions running 2.1.131 (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.131
Ranked by community engagement (reactions and comments).
- Gateway model discovery silently fails when auth comes from apiKeyHelper
- [FEATURE] VS Code extension should honor remoteControlAtStartup (or expose claudeCode.remoteControlAtStartup)
- [BUG] CLAUDE_CODE_EXTRA_BODY thinking config breaks WebSearch and WebFetch on Opus 4.7 [1m]
- [Bug] Skill descriptions truncated due to context budget constraints
- Bug Report: Background subagent state sync — zombie 'running' agents cause stop hook infinite loop after all subagents have terminated
- [BUG] Claude Code hangs with Unable to connect to API (ECONNRESET) on every prompt — both CLI and in-app, persists across networks and clean reinstall
- [BUG] Claude Code plugin update — stale `gitCommitSha`
- VS Code extension 2.1.131 silently ignores `claudeCode.initialPermissionMode` and `claudeCode.claudeProcessWrapper` (regression vs 2.1.128)
- [BUG] MCP server: pull_request_read.get_review_comments omits thread node id, making resolve_review_thread unusable
- [Bug] Anthropic API Error: 529 Overloaded - Server Unavailable
- [BUG] Approving a plan via "Plan Approved" UI button drops session into `default` mode instead of restoring prior permission mode
- Image paste (Ctrl+V) still broken on Windows in Claude Code v2.1.131
- [BUG] Confident hallucinations and gaslighting on user-described systems — getting worse since Opus 4.7
- [BUG] /usage no longer renders visual horizontal bar graphs in TUI
- Resume of session with synthetic assistant tail (UUID message.id) sends invalid previous_message_id → API 400
- [Bug] Agent suggests destructive commands without safety warnings
- Add opt-out flag for auto-synced claude.ai connector MCP servers
- Docs: clarify or restore documented way to disable auto-updates
- [BUG] CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY env var failing edge case
- [Bug] Anthropic API Error: 500 Internal Server Error
- [Bug] Anthropic API Error: Invalid `data` in `redacted_thinking` block
- [BUG] Sandbox allowRead glob patterns silently fail when any directory contains a symlink loop
- [Bug] MDM settings not loading from Windows registry
- [BUG] Auto Mode not appearing in Shift+Tab cycle or /permissions despite being enabled
- [错误]Claude Code session becomes permanently unrecoverable after 424 error "Invalid data in redacted_thinking block"
- [FEATURE] Allow user override of sandbox auto-deny on .claude/skills/ (currently hard-coded in 2.1.x)
- Claude Code agent harness writes broken per-worktree core.hooksPath
- stdio MCP server tools dropped when initialize exceeds probe timeout
- [BUG] claude -p silently exits with no output on Windows 11 (v2.1.131)
- [BUG] /plugin lists user-scope plugins under "Project" tab, blocks disable without --scope user
Changelog
What's changed
- Fixed VS Code extension failing to activate on Windows due to a hardcoded build path in the bundled SDK (
createRequirepolyfill bug) - Fixed Mantle endpoint authentication failing with missing
x-api-keyheader