Claude Code v2.1.3
Released Jan 9, 2026 (7 months ago).
129 issues reference this build
5 still open
124 resolved (96%)
"References this build" means the issue body mentions running 2.1.3 (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.3
Ranked by community engagement (reactions and comments).
- [BUG] Project skill display in slash command but plugin skill doesn't
- [BUG] Alt + M mode switch not working on Windows 11 since 2.1.3
- [BUG] Random colored text fragments in terminal output
- [BUG] Nested skills dont return to invoking skill context on finishing but to main context
- [BUG] Armenian script generation broken - outputs "delays" instead of Armenian characters
- Alt+M keyboard shortcut to toggle auto-accept mode not working on Windows (since v2.1.3)
- [BUG] Allowed write commands (e.g. mkdir) still prompt for permission
- Sandbox (bubblewrap) fails in git worktrees due to .git file structure
- [BUG] File path suggestions are truncated with ... in Claude Code autocomplete even when sufficient screen space is available
- [BUG] Claude Code - LSP Tool Returns Empty Results Despite Server Responding Correctly (Windows)
- limit hit super quickly
- ⎿ API Error: 500 {"type":"error","error":{"type":"api_err...
- [Suspicious Behavior]: Hidden <system-reminder> 10,000+ injections consuming 15%+ of context window without user knowledge or consent
- EACCES permission denied on /tmp/claude/* on Android/Termux
- Plan mode missing from mode cycle on Windows - Shift+Tab only toggles to auto-accept
- [BUG] `installMethod` config setting ignored when `~/.local/bin/` exists
- [BUG] Completed background commands are being treated as answers
- [Bug] Arc browser incompatibility with Claude with Chrome
- [Bug] Claude Code ignoring attribution disable setting and manually adding itself to commits
- Marketplace installation doesn't clone git submodules
- [Bug] Input cancelled when pressing N key
- [BUG] Background task completion notification blocks ESC key from interrupting agent
- [BUG] Can not type letter `n` when set language preference
- [Bug] Console jumps to random position during long prompt input and freezes, /resume fails to recover unsaved changes
- [Bug Report] Cannot intterupt claude execution
- [BUG] Claude Code usage increases immediately upon launch without user input
- [BUG] Prompt hooks cause exponential payload growth and infinite retry loop, generating 800MB+ debug logs
- [Bug] Feedback window self-closes/cancels while typing in v2.1.3
- Memory leak: Claude process using 304GB+ memory
- [BUG] "Help improve Claude" popup reappears after declining (regression in 2.1.3)
Changelog
What's changed
- Merged slash commands and skills, simplifying the mental model with no change in behavior
- Added release channel (
stableorlatest) toggle to/config - Added detection and warnings for unreachable permission rules, with warnings in
/doctorand after saving rules that include the source of each rule and actionable fix guidance - Fixed plan files persisting across
/clearcommands, now ensuring a fresh plan file is used after clearing a conversation - Fixed false skill duplicate detection on filesystems with large inodes (e.g., ExFAT) by using 64-bit precision for inode values
- Fixed mismatch between background task count in status bar and items shown in tasks dialog
- Fixed sub-agents using the wrong model during conversation compaction
- Fixed web search in sub-agents using incorrect model
- Fixed trust dialog acceptance when running from the home directory not enabling trust-requiring features like hooks during the session
- Improved terminal rendering stability by preventing uncontrolled writes from corrupting cursor state
- Improved slash command suggestion readability by truncating long descriptions to 2 lines
- Changed tool hook execution timeout from 60 seconds to 10 minutes
- [VSCode] Added clickable destination selector for permission requests, allowing you to choose where settings are saved (this project, all projects, shared with team, or session only)