Claude Code v2.1.32
Released Feb 5, 2026 (6 months ago).
117 issues reference this build
1 still open
116 resolved (99%)
"References this build" means the issue body mentions running 2.1.32 (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.32
Ranked by community engagement (reactions and comments).
- [BUG] Opus 4.6 with [1m] context window returns "long context beta not available" on Max subscription
- [BUG][bedrock] Opus 4.6 [1m] selection writes invalid model id → 400 "The provided model identifier is invalid"
- [Bug Report] Spinner Status Words feel unprofessional and dismissive
- [BUG] Agent Teams tools not injected despite CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1
- Bug: Claude Code 2.1.32 regression - allocates ~11GB RAM on launch, freezes terminal (2.1.30 works fine)
- Team agents fail to start: tmux send-keys race condition with shell initialization
- [Feature Request] Add diff view for PLAN.md changes to highlight modifications instead of reprinting entire plan
- teammateMode: "tmux" does not create iTerm2 split panes despite all prerequisites met
- Xcode MCP tools requiring Automation permission hang indefinitely for CLI clients without bundle identifiers
- Agent Teams: Teammates don't poll inbox — messages never delivered (tmux backend, macOS)
- [BUG] aude in Chrome browser extension not connecting from Claude Code on Windows despite correct configuration
- [BUG] Claude Desktop shows black/blank window on restore (Windows) - React #418 still occurring on v1.1.2156 Body:
- [BUG] Usage limit discrepancy: Claude Code blocked at 100% while claude.ai shows 73% on the same account
- Subagent results silently overflow context, causing unrecoverable session crash
- [BUG] delegate mode cascades to teammates
- Agent teams: tmux-backed agents never receive initial prompt or messages (v2.1.32)
- Sessions spanning 5-hour rate-limit windows cause inflated usage attribution at window start
- [BUG] Claude code 2.1.32 chat typing is not working every run, locking the chat
- Skill File Validator Incorrectly Flags Valid Attributes
- Feature Request: Enable Agent Teams on all plans
- [BUG] Tmux-based team agents spawn Claude Code sessions but never receive initial prompt via mailbox
- [BUG] In mass agent work, prompt is too long
- Windows: Silent crash due to unbounded screen buffer with blit=0 (100% full redraws) on CMD + Windows Terminal
- Unable to process - no bug report provided. Please share the issue details you'd like me to convert into a GitHub issue title.
- [BUG] Custom statusline OSC 8 hyperlinks don't render inside tmux
- [BUG] Agent Teams crashes with "Cannot read properties of undefined (reading 'length')"
- [BUG] Spawning agent team in one terminal crashes other running instances
- HTTP 429 Rate Limiting Causes All Sessions to Crash Simultaneously
- [BUG] Billing : Had a Monthly Limit set to 50$ still it didn't stopped there and consumed more.
- [BUG]
Changelog
What's changed
- Claude Opus 4.6 is now available!
- Added research preview agent teams feature for multi-agent collaboration (token-intensive feature, requires setting CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1)
- Claude now automatically records and recalls memories as it works
- Added "Summarize from here" to the message selector, allowing partial conversation summarization.
- Skills defined in
.claude/skills/within additional directories (--add-dir) are now loaded automatically. - Fixed
@file completion showing incorrect relative paths when running from a subdirectory - Updated --resume to re-use --agent value specified in previous conversation by default.
- Fixed: Bash tool no longer throws "Bad substitution" errors when heredocs contain JavaScript template literals like
${index + 1}, which previously interrupted tool execution - Skill character budget now scales with context window (2% of context), so users with larger context windows can see more skill descriptions without truncation
- Fixed Thai/Lao spacing vowels (สระ า, ำ) not rendering correctly in the input field
- VSCode: Fixed slash commands incorrectly being executed when pressing Enter with preceding text in the input field
- VSCode: Added spinner when loading past conversations list