Claude Code v2.1.94
Released Apr 7, 2026 (4 months ago).
61 issues reference this build
1 still open
60 resolved (98%)
"References this build" means the issue body mentions running 2.1.94 (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.94
Ranked by community engagement (reactions and comments).
- [BUG] Auto mode is not showing up in the VS code extension on windows
- [Bug] Anthropic API Error: Authorization header is missing with Bedrock Bearer Token
- [BUG] Bedrock Bearer Token (ABSK) authentication broken in v2.1.94
- 2.1.94 regression: AWS_BEARER_TOKEN_BEDROCK auth header not sent to Bedrock
- [BUG] @mention path autocomplete does not traverse into nested git repositories
- [Bug] Claude Code token quota consumption increased significantly for Claude MAX subscribers
- [BUG] API Error: 529 {"type":"error","error":{"type":"overloaded_error","message":"Overloaded"},"request_id":"req_0
- [BUG] False positive Ask prompt in sandbox auto-allow for python3 -c with inline # comments
- [BUG] OAuth token expired — `claude login` fails with 401, no browser flow initiated, no recovery path after 34+ hours
- [Bug] Notion MCP opens excessive authentication windows inconsistent with active sessions
- [Bug] Standalone installer uses small-icu, ignoring system locale for date formatting
- [Bug] Anthropic API Error: Usage Policy violation on chemistry computation tasks
- [BUG] `Bash(git commit *)` deny rule not enforced when git is called with `-C <path>` flag
- [Bug] Claude iOS app, Remote Control: Rate limit error blocks remote control access until period expires
- [Bug] Unsafe directory traversal attempt during /init - attempted parent directory access
- [Bug] Explore agents unable to execute due to prompt-size limit constraints
- [Bug] Browser-based authentication blocks on Enter key, requires ESC to proceed
- [Bug] Extra usage consumed before regular usage limits reached
- [BUG] Claude in Chrome blocks legitimate domain cloud.comfy.org
- [Bug] Undetected database drift causes data inconsistency requiring full reset
- [BUG] Extension silently hangs at "Determining..." while continuously consuming session usage
- PostToolUse agent hook fails with "Messages are required for agent hooks. This is a bug."
- [Bug] "Not Malware" over and over
- [Feature Request] Auto-resume tasks on quota recovery
- [BUG] Local sessions in Code tab don't respond + /desktop fails from VS Code terminal
- [Bug] Unexpected model behavior or malformed response
- [Bug] Anthropic API Error: Usage Policy Violation with Model Corruption on Claude 3.5 Opus
- [BUG] Remote control - Web interface freeze when denying action and sending follow-up message - no free-text input in approval dialog
- [Bug] Ctrl+O and Ctrl+E message history toggle not functioning
- [Bug] Plaintext commands displayed with incorrect color formatting
Changelog
What's changed
- Added support for Amazon Bedrock powered by Mantle, set
CLAUDE_CODE_USE_MANTLE=1 - Changed default effort level from medium to high for API-key, Bedrock/Vertex/Foundry, Team, and Enterprise users (control this with
/effort) - Added compact
Slacked #channelheader with a clickable channel link for Slack MCP send-message tool calls - Added
keep-coding-instructionsfrontmatter field support for plugin output styles - Added
hookSpecificOutput.sessionTitletoUserPromptSubmithooks for setting the session title - Plugin skills declared via
"skills": ["./"]now use the skill's frontmatternamefor the invocation name instead of the directory basename, giving a stable name across install methods - Fixed agents appearing stuck after a 429 rate-limit response with a long Retry-After header — the error now surfaces immediately instead of silently waiting
- Fixed Console login on macOS silently failing with "Not logged in" when the login keychain is locked or its password is out of sync — the error is now surfaced and
claude doctordiagnoses the fix - Fixed plugin skill hooks defined in YAML frontmatter being silently ignored
- Fixed plugin hooks failing with "No such file or directory" when
CLAUDE_PLUGIN_ROOTwas not set - Fixed
${CLAUDE_PLUGIN_ROOT}resolving to the marketplace source directory instead of the installed cache for local-marketplace plugins on startup - Fixed scrollback showing the same diff repeated and blank pages in long-running sessions
- Fixed multiline user prompts in the transcript indenting wrapped lines under the
❯caret instead of under the text - Fixed Shift+Space inserting the literal word "space" instead of a space character in search inputs
- Fixed hyperlinks opening two browser tabs when clicked inside tmux running in an xterm.js-based terminal (VS Code, Hyper, Tabby)
- Fixed an alt-screen rendering bug where content height changes mid-scroll could leave compounding ghost lines
- Fixed
FORCE_HYPERLINKenvironment variable being ignored when set viasettings.jsonenv - Fixed native terminal cursor not tracking the selected tab in dialogs, so screen readers and magnifiers can follow tab navigation
- Fixed Bedrock invocation of Sonnet 3.5 v2 by using the
us.inference profile ID - Fixed SDK/print mode not preserving the partial assistant response in conversation history when interrupted mid-stream
- Improved
--resumeto resume sessions from other worktrees of the same repo directly instead of printing acdcommand - Fixed CJK and other multibyte text being corrupted with U+FFFD in stream-json input/output when chunk boundaries split a UTF-8 sequence
- [VSCode] Reduced cold-open subprocess work on starting a session
- [VSCode] Fixed dropdown menus selecting the wrong item when the mouse was over the list while typing or using arrow keys
- [VSCode] Added a warning banner when
settings.jsonfiles fail to parse, so users know their permission rules are not being applied