Claude Code v2.1.90
Released Apr 1, 2026 (5 months ago).
253 issues reference this build
8 still open
245 resolved (97%)
"References this build" means the issue body mentions running 2.1.90 (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.90
Ranked by community engagement (reactions and comments).
- [BUG] API Error: Stream idle timeout - partial response received - multiple time today
- [Critical UX Regression] No way to access conversation history — alternate screen buffer kills all scrollback (v2.1.89+)
- [BUG] OAuth redirect_uri uses localhost instead of 127.0.0.1, violating RFC 8252 Section 7.3
- [BUG] Plan mode broken - "Auto mode is unavailable for your plan" blocks all input
- [BUG] Silent context degradation — tool results cleared without notification on 1M context sessions this issue documents three separate mechanisms (microcompact, cached microcompact, session memory compact)
- [BUG] Auto-mode ignores permissions.ask
- [BUG] Misplaced native terminal cursor in dialog boxes with tabs
- [Bug] Auto mode unavailable error persists despite mode change in session
- [Bug] MCP authentication prompt hangs when pressing enter to continue
- [BUG] Remote Control returns "disabled by your organization's policy" on Team plan despite admin toggle being ON
- [BUG] Unable to view Claude's thinking process as of newest "claude code for VS code" version 2.1.141
- [BUG] [CLAUDE_CODE_NO_FLICKER] Ctrl-G external editor: raw keycodes logged to terminal, input frozen after editor closes
- [BUG] v2.1.90 removed full session scroll history in terminal
- [BUG] Tool output from earlier in conversation gets trimmed/truncated in terminal UI
- [BUG] buddy broken in 2.1.90
- [BUG] [VSCode Extension] MCP Authenticate button does not open browser on macOS
- [BUG]Token compensation request — Auto Mode classifier outage
- [BUG] My buddy doesn't say anything </3
- CLI: Terminal scrollback permanently wiped during long tool-use chains
- [BUG] PATH env var not respected in Claude Code
- [BUG] Quality Deterioration
- Unable to rebind Enter key from chat:submit to chat:newline in keybindings.json
- [Bug] Excessive token consumption on Max plan - 15% rate limit after minimal usage
- [Feature Request] Add option to remove '/buddy' prefix from Claude Code
- [BUG] Per-turn smoosh pipeline folds dynamic <system-reminder> text into tool_result.content, breaking prompt cache
- [BUG] All output hidden in main view - only visible via Ctrl+O (detailed transcript)
- [BUG] JetBrains plugin IDE integration doesn't work in IntelliJ 2026 devcontainers (no backend architecture)
- [BUG] claude-code on brew is stuck on 2.1.81
- [Feature Request] Add command to retrieve past /buddy messages :)
- [Bug] Unexpected rapid token consumption exceeding previous usage patterns
Changelog
What's changed
- Added
/powerup— interactive lessons teaching Claude Code features with animated demos - Added
CLAUDE_CODE_PLUGIN_KEEP_MARKETPLACE_ON_FAILUREenv var to keep the existing marketplace cache whengit pullfails, useful in offline environments - Added
.huskyto protected directories (acceptEdits mode) - Fixed an infinite loop where the rate-limit options dialog would repeatedly auto-open after hitting your usage limit, eventually crashing the session
- Fixed
--resumecausing a full prompt-cache miss on the first request for users with deferred tools, MCP servers, or custom agents (regression since v2.1.69) - Fixed
Edit/Writefailing with "File content has changed" when a PostToolUse format-on-save hook rewrites the file between consecutive edits - Fixed
PreToolUsehooks that emit JSON to stdout and exit with code 2 not correctly blocking the tool call - Fixed collapsed search/read summary badge appearing multiple times in fullscreen scrollback when a CLAUDE.md file auto-loads during a tool call
- Fixed auto mode not respecting explicit user boundaries ("don't push", "wait for X before Y") even when the action would otherwise be allowed
- Fixed click-to-expand hover text being nearly invisible on light terminal themes
- Fixed UI crash when malformed tool input reached the permission dialog
- Fixed headers disappearing when scrolling
/model,/config, and other selection screens - Hardened PowerShell tool permission checks: fixed trailing
&background job bypass,-ErrorAction Breakdebugger hang, archive-extraction TOCTOU, and parse-fail fallback deny-rule degradation - Improved performance: eliminated per-turn JSON.stringify of MCP tool schemas on cache-key lookup
- Improved performance: SSE transport now handles large streamed frames in linear time (was quadratic)
- Improved performance: SDK sessions with long conversations no longer slow down quadratically on transcript writes
- Improved
/resumeall-projects view to load project sessions in parallel, improving load times for users with many projects - Changed
--resumepicker to no longer show sessions created byclaude -por SDK invocations - Removed
Get-DnsClientCacheandipconfig /displaydnsfrom auto-allow (DNS cache privacy)