Claude Code v2.1.14
Released Jan 20, 2026 (7 months ago).
92 issues reference this build
4 still open
88 resolved (96%)
"References this build" means the issue body mentions running 2.1.14 (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.14
Ranked by community engagement (reactions and comments).
- [BUG] Windows: cmd (Command Prompt) rendering issue - text overlapping and garbled display since v2.1.3~v2.1.5
- Up/Down arrows jump to history instead of moving cursor through wrapped multi-line prompt input (all platforms; regressed ~2.1.15)
- typescript-lsp plugin fails on Windows: spawn ENOENT for npm global binaries
- [BUG] Nano editor displays "unknown sequence" error on Ctrl/Esc key input
- Claude Code CLI Bug Report: Bash Tool Returns No Output on macOS 26
- [BUG] Claude Desktop Local mode rejects folders outside C:\Users on Windows, even with valid MCP config
- [BUG] Update available! Run: winget upgrade Anthropic.ClaudeCode
- [Feature Request] Multi-account/profile support with CLI flags
- API stream hangs mid-response on complex generation tasks (all models: Opus, Sonnet, Haiku)
- [BUG] context_window metrics not updated after /compact until next API interaction
- [Bug] Excessive memory consumption during session index initialization
- [BUG]
- STOP DUMBING DOWN YOUR MODELS WHEN YOU ARE MAKING UPGRADES OR CHANGES! THIS IS DANGEROUS...AT LEAST LET THE USERS KNOW!
- Update notification shows when already on latest Homebrew version
- [BUG] tengu_scratch field when set to true causes claude to fail launching and freeze CLI
- [BUG] Tool search fails when MCP tool names exceed 64 chars
- [Bug] Subagent outputs include verbose API metadata causing session slowdown
- [BUG] Image base64 size error persists
- [BUG] Claude Code interactive TUI in Konsole 23.08.5 — overwrites existing screen output instead of starting at current cursor position
- [Bug] Claude Code generates repetitive "mass" output instead of intended text
- [BUG] Background tasks from closed session persist indefinitely and cannot be stopped
- [BUG] Failure when there's over 100 images
- [BUG] Bash tool fails to capture stdout from shell scripts on Windows MINGW/Git Bash
- [BUG] claude code "current_usage" is broken for statusline
- [Bug] Incorrect Atlassian MCP setup command in documentation
- [BUG] Claude >=147 crashes on RHEL8, <= 145 works fine
- [BUG] Claude Agent in Xcode downloads ARM64 binary on Intel Macs, x64 binary rejected due to code signing
- [BUG] Statusline symbols get rendered in the message stream
- IDE disconnected during long-running commands
- [Bug] Private marketplace plugins not available in slash commands across repos
Changelog
What's changed
- Added history-based autocomplete in bash mode (
!) - type a partial command and press Tab to complete from your bash command history - Added search to installed plugins list - type to filter by name or description
- Added support for pinning plugins to specific git commit SHAs, allowing marketplace entries to install exact versions
- Fixed a regression where the context window blocking limit was calculated too aggressively, blocking users at ~65% context usage instead of the intended ~98%
- Fixed memory issues that could cause crashes when running parallel subagents
- Fixed memory leak in long-running sessions where stream resources were not cleaned up after shell commands completed
- Fixed
@symbol incorrectly triggering file autocomplete suggestions in bash mode - Fixed
@-mention menu folder click behavior to navigate into directories instead of selecting them - Fixed
/feedbackcommand generating invalid GitHub issue URLs when description is very long - Fixed
/contextcommand to show the same token count and percentage as the status line in verbose mode - Fixed an issue where
/config,/context,/model, and/todoscommand overlays could close unexpectedly - Fixed slash command autocomplete selecting wrong command when typing similar commands (e.g.,
/contextvs/compact) - Fixed inconsistent back navigation in plugin marketplace when only one marketplace is configured
- Fixed iTerm2 progress bar not clearing properly on exit, preventing lingering indicators and bell sounds
- Improved backspace to delete pasted text as a single token instead of one character at a time
- [VSCode] Added
/usagecommand to display current plan usage