Claude Code v2.1.92
Released Apr 4, 2026 (4 months ago).
⚠ Elevated report volume. This build drew 673 issue reports —
more than double the typical release (160 median). That can mean a regression, or simply
that many users happened to be on this build. Skim the reports below before deciding to upgrade.
673 issues reference this build
29 still open
644 resolved (96%)
"References this build" means the issue body mentions running 2.1.92 (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.92
Ranked by community engagement (reactions and comments).
- [BUG] Claude Code OAuth login times out after browser authorization and ends in internal server error
- [BUG] apply-seccomp fails on Linux - cannot write /proc/self/setgroups
- [BUG] OAuth login fails with 500 error and 15s timeout — cannot authenticate via browser flow
- [BUG] Claude Code login fails with OAuth timeout on Windows
- [Bug] 1M context incorrectly requires extra usage on Max plan
- Persistent always-on Remote Control option for desktop app
- Remote Control: mobile app fails with "GitHub repository access check failed" when environment has git_repo_url
- [BUG]
- Silent U+FFFD corruption in CJK model output due to TextDecoder missing `{ stream: true }` in SSE line decoder
- [Feature Request] LaTeX rendering support in terminal output
- [BUG] Auth Flow Broken (Windows)
- [BUG] `AWS_BEARER_TOKEN_BEDROCK` auth broken in 2.1.92+ (regression from 2.1.91)
- [BUG] CLAUDE OAUTH IS DOWN - FIX PLZ
- OAuth login: CLI times out waiting for callback despite successful browser authorization
- [BUG] Subagent Write tool rejects .md files named "report"/"summary"/"findings"/"analysis" — no opt-out
- [BUG] Claude Code Won't Authenticate
- [BUG] Cannot purchase API credits - card approved by bank (3DS passed) but Stripe declines
- [BUG] claude auth login WSL2 stdin does not accept OAuth code — cannot authenticate to Claude Max
- [BUG] CLAUDE OAUTH IS DOWN
- [Bug] Sharp increase in token consumption since April 5-6 weekend — Max plan 5h limits hit in ~1-2h
- [BUG] Same windows OAUTH issue from yesterday
- [BUG] AskUserQuestion permission channel closes silently on Cowork (macOS) — agent receives "Tool permission stream closed before response received", user sees no popup
- Cowork downloads Linux binary instead of macOS on Intel Mac (exit code 132)
- [Bug] Sandbox profile E2BIG with many git worktrees due to unbounded ancestor rule expansion
- [BUG] Claude code quality (Opus 4.6) has degraded
- Skill tool call returns 'Tool result missing due to internal error' and agent gets stuck
- [BUG] Copying text (Ctrl+C) from Claude Code window in VS Code fails
- [BUG] FOR THE LOVE OF GOD AND ALL THATS HOLY -STOP THE PERMISSION PROMPTS!!!!!
- [BUG] Persistent AUP false positives — 40+ per 4 sessions, across unrelated projects (psychology book, web app, infra, bot)
- [BUG] Remote session (ultraplan) receives wrong project context
Changelog
What's changed
- Added
forceRemoteSettingsRefreshpolicy setting: when set, the CLI blocks startup until remote managed settings are freshly fetched, and exits if the fetch fails (fail-closed) - Added interactive Bedrock setup wizard accessible from the login screen when selecting "3rd-party platform" — guides you through AWS authentication, region configuration, credential verification, and model pinning
- Added per-model and cache-hit breakdown to
/costfor subscription users /release-notesis now an interactive version picker- Remote Control session names now use your hostname as the default prefix (e.g.
myhost-graceful-unicorn), overridable with--remote-control-session-name-prefix - Pro users now see a footer hint when returning to a session after the prompt cache has expired, showing roughly how many tokens the next turn will send uncached
- Fixed subagent spawning permanently failing with "Could not determine pane count" after tmux windows are killed or renumbered during a long-running session
- Fixed prompt-type Stop hooks incorrectly failing when the small fast model returns
ok:false, and restoredpreventContinuation:truesemantics for non-Stop prompt-type hooks - Fixed tool input validation failures when streaming emits array/object fields as JSON-encoded strings
- Fixed an API 400 error that could occur when extended thinking produced a whitespace-only text block alongside real content
- Fixed accidental feedback survey submissions from auto-pilot keypresses and consecutive-prompt digit collisions
- Fixed misleading "esc to interrupt" hint appearing alongside "esc to clear" when a text selection exists in fullscreen mode during processing
- Fixed Homebrew install update prompts to use the cask's release channel (
claude-code→ stable,claude-code@latest→ latest) - Fixed
ctrl+ejumping to the end of the next line when already at end of line in multiline prompts - Fixed an issue where the same message could appear at two positions when scrolling up in fullscreen mode (iTerm2, Ghostty, and other terminals with DEC 2026 support)
- Fixed idle-return "/clear to save X tokens" hint showing cumulative session tokens instead of current context size
- Fixed plugin MCP servers stuck "connecting" on session start when they duplicate a claude.ai connector that is unauthenticated
- Improved Write tool diff computation speed for large files (60% faster on files with tabs/
&/$) - Removed
/tagcommand - Removed
/vimcommand (toggle vim mode via/config→ Editor mode) - Linux sandbox now ships the
apply-seccomphelper in both npm and native builds, restoring unix-socket blocking for sandboxed commands