Claude Code v2.1.27
Released Jan 30, 2026 (7 months ago).
135 issues reference this build
5 still open
130 resolved (96%)
"References this build" means the issue body mentions running 2.1.27 (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.27
Ranked by community engagement (reactions and comments).
- [BUG] Critical memory regression in 2.1.27 - OOM crash on simple input
- [BUG] Copy/paste from terminal has new lines instead of wrapping properly
- BUG: classifyHandoffIfNeeded is not defined - SubagentStop hook failure
- [BUG] Claude Code 2.1.27 freezes after first message - regression from 2.1.25
- v2.1.27 hangs at 100% CPU after first response (v2.1.25 works)
- CLI hangs at 99% CPU on startup with large session .jsonl files
- [BUG] TUI copy/paste includes trailing whitespace padding and ANSI escapes — Ink renderer uses space-padding instead of \x1b[K
- [BUG] Bug Report - Claude Code 2.1.27 hangs on startup
- [BUG] Past Conversations not showing in VSCode extension despite valid sessions-index.json
- [BUG] Claude enters plan mode automatically without waiting for user approval
- [BUG] CLAUDE_CODE_ADDITIONAL_DIRECTORIES_CLAUDE_MD not loading CLAUDE.md if additionalDirectories is specified in settings.json
- v2.1.23+ causes 100% CPU hang with multiple parallel instances and hooks
- Scroll back + Color bleaching + Memory leak fix -- npm i -g claudefix --- Cons: Plugs myself and runs an ad, makes claude immutable so it stays locked --- Slowly adding more festures to ennhance UX, youre a bot if youre bitching about safety in the comments.. Linux only
- [BUG] Edit/Write tools bypass permissions.ask rules (regression of #11226)
- Sessions not added to sessions-index.json, invisible to resume
- [BUG] v2.1.27: --resume and --continue freeze on macOS (regression from 2.1.26)
- [BUG] Claude Code 2.1.27 spikes to 100% CPU and becomes unresponsive; .claudeignore not respected
- [BUG] `argument-hint` YAML frontmatter with brackets causes React error #31 and unrecoverable TUI hang
- [Bug] Extreme memory usage peak (13GB) in v2.1.27 with plan mode and screenshots
- [Bug] Context indicator wraps character-by-character in narrow terminals
- /plugin command causes 100% CPU freeze (v2.1.27)
- 2.1.27: 100% CPU infinite loop on --continue / --resume / session listing
- Session resume freezes with 100% CPU due to redundant progress events in session files
- [BUG] Session cannot be resumed - hangs on load (2.1.27)
- [BUG] Memory leak: API clients created repeatedly instead of reused (8-9 GB memory usage)
- v2.1.27 regression: Event loop stuck (CPU 90%+ spin) on startup when stale lock exists or another session is running
- [BUG] Regression in 2.1.27: Infinite CPU loop on project startup
- [BUG] v2.1.27 VSCode extension has critical memory leak
- Session metadata corrupted on /exit - loses conversation context on resume
- [Bug] CPU spinning when idle or blocked on I/O
Changelog
What's changed
- Added tool call failures and denials to debug logs
- Fixed context management validation error for gateway users, ensuring
CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1avoids the error - Added
--from-prflag to resume sessions linked to a specific GitHub PR number or URL - Sessions are now automatically linked to PRs when created via
gh pr create - Fixed /context command not displaying colored output
- Fixed status bar duplicating background task indicator when PR status was shown
- VSCode: Enabled Claude in Chrome integration
- Permissions now respect content-level
askover tool-levelallow. Previouslyallow: ["Bash"], ask: ["Bash(rm *)"]allowed all bash commands, but will now permission prompt forrm. - Windows: Fixed bash command execution failing for users with
.bashrcfiles - Windows: Fixed console windows flashing when spawning child processes
- VSCode: Fixed OAuth token expiration causing 401 errors after extended sessions