Claude Code v2.1.132
Released May 6, 2026 (3 months ago).
142 issues reference this build
5 still open
137 resolved (96%)
"References this build" means the issue body mentions running 2.1.132 (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.132
Ranked by community engagement (reactions and comments).
- [Bug] Custom themes diff overrides not applying
- [BUG] Claude Code web session loses GitHub push access mid-project
- Mobile remote control fails with 'GitHub repository access check failed' for private repositories
- [BUG] Max Account downgraded from Max to Free Plan mid-subscription
- [Bug] Rate limits reached prematurely with 5x max plan tier
- [BUG] Windows 11 Pro 24H2: segmentation fault during PowerShell install, and also when launching `claude.exe` after WinGet install
- [BUG] Severe memory leak — claude/node process reaches 108GB on M5 Max macOS
- [BUG] Log/events exporter emits nothing while metrics work fine (Windows native v2.1.159)
- MCP server "ide" connection fails immediately on startup - IntelliJ IDEA plugin 0.1.14-beta
- [BUG] RTL paragraph alignment regressed in terminal CLI: right-aligned in 2.1.132 → left-aligned since 2.1.138
- [BUG] Sonnet 4.6 blocked by forced 1M context mode requiring additional credits on Pro plan
- session usage jumped 30% per prompt in less then 1 minute of entering the prompt
- [Bug] Anthropic API Error: Stream idle timeout - partial response received
- [BUG] Clickable file links in chat no longer open files (regression in VS Code extension)
- [BUG] claude -p rejected with "out of extra usage" while Max plan 5h limit shows 35% remaining (not the HERMES.md trigger)
- [BUG] Plugin marketplace sync error "Claude GitHub App is not installed on this repository" despite app being correctly installed
- Ctrl-G external editor spawn regression introduced between 2.1.132 and 2.1.138 (Windows + Cygwin/MSYS2)
- [BUG] Sub-agent permission mode inheritance broken — permissionMode frontmatter and parent acceptEdits both ineffective for Edit tool calls
- MCP OAuth token exchange omits client_id in body, breaks public PKCE clients (Wrike)
- [Bug] Ctrl+C not interrupting frozen agent, 'x to stop' input not functional
- [Bug] Claude generates hallucinated content without grounding in provided context
- [Bug] Claude GitHub App authentication fails on specific personal repositories despite valid installation
- [BUG] Claude consistently makes unverified technical assertions that cascade into incorrect development decisions
- [BUG] Opus 4.7 (1M) intermittently emits empty-string values for tool_use.input fields, killing the session
- [BUG] CLI hangs indefinitely on stuck streaming response — UI swallows input but redraws on SIGWINCH; only external kill recovers
- settings.json "model" field: alias with [1m] suffix rejected by UI but works in CLI
- `matcher: "PowerShell"` works but is not documented as a supported value on tool events
- [BUG] MCP server tools unavailable after /clear in VS Code extension
- Copying text from CLI in iTerm2 inserts hard line breaks at terminal wrap boundaries
- Resume picker shows no sessions when cwd is inside a git submodule
Changelog
What's changed
- Added
CLAUDE_CODE_SESSION_IDenvironment variable to the Bash tool subprocess environment, matching thesession_idpassed to hooks - Added
CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1env var to opt out of the fullscreen alternate-screen renderer and keep the conversation in the terminal's native scrollback - Added a "Pasting…" footer hint while a Ctrl+V image paste is being read from the clipboard
- Fixed external SIGINT (e.g. IDE stop button,
kill -INT) not running graceful shutdown — terminal modes are now restored and the--resumehint is printed instead of an abrupt exit - Fixed an uncaught exception when the terminal is closed or SSH disconnects mid-session under the native build
- Fixed
--resumefailing withno low surrogate in stringwhen a tool error truncation split an emoji; pre-corrupted sessions are sanitized on load - Fixed
--permission-modeflag being ignored when resuming a plan-mode session with-p --continue/--resume, and plan mode not being re-applied afterExitPlanModewithin the same session - Fixed fullscreen mode showing a blank screen after laptop sleep/wake or Ctrl+Z/
fguntil the next keystroke or stream output - Fixed cursor landing mid-grapheme on Ctrl+E/A/K/U/arrow keys when an Indic conjunct or ZWJ emoji wraps across lines
- Fixed vim operators corrupting text containing decomposed (NFD) accented characters
- Fixed pasting text starting with
/silently swallowing the input or triggering an unknown-command reply - Fixed pasting dumping stray escape sequences into the prompt when focus events or mouse-tracking reports interleave with the bracketed paste
- Fixed mouse wheel scrolling being too fast in Cursor and VS Code 1.92–1.104 due to an upstream xterm.js bug
- Fixed scroll-wheel handling in JetBrains IDE 2025.2 terminals (spurious arrow keys, wrong-direction events, runaway acceleration)
- Fixed
/usageCtrl+S hanging when copying the stats screenshot to the clipboard on Linux/X11 - Fixed
/terminal-setupshowing a contradictory error in Windows Terminal — Shift+Enter is natively supported there - Fixed
/effortpicker not reflecting theCLAUDE_CODE_EFFORT_LEVELenv var override - Fixed
/statusshowing the wrong default model for some users - Fixed slash command autocomplete popup being capped at ~3–5 visible commands instead of scaling with terminal height
- Fixed statusline
context_windowtoken counts reflecting cumulative session totals instead of current context usage - Fixed Alt+T (thinking toggle) not working on macOS terminals without "Option as Meta" enabled (iTerm2, Terminal.app defaults)
- Fixed dead keyboard input on Windows after re-opening a background session from
claude agents - Fixed unbounded memory growth (10GB+ RSS) when a stdio MCP server writes non-protocol data to stdout
- Fixed MCP servers that connect but fail
tools/listsilently showing 0 tools — they now retry once and show "connected · tools fetch failed" in/mcp - Fixed unauthorized claude.ai MCP connectors showing as "failed" instead of "needs auth", and headless
-pmode retrying non-transient 4xx connection failures - Improved visual consistency in slash command dialogs and
/login,/upgrade,/extra-usagedialog spacing - Updated the
/tui fullscreenstartup banner to describe additional renderer benefits (lower memory usage, mouse support, auto-copy on select) - Fixed Bedrock and Vertex 400 errors when
ENABLE_PROMPT_CACHING_1His set