Claude-Code v2.1.94 adds Mantle support, fixes critical bugs

Claude-Code v2.1.94 Release Notes
Claude-Code v2.1.94 adds new features and fixes multiple bugs across the AI coding assistant's core functionality, plugin system, and VS Code integration.
New Features
- Amazon Bedrock with Mantle support: Enable with
CLAUDE_CODE_USE_MANTLE=1environment variable - Default effort level change: Changed from medium to high for API-key, Bedrock/Vertex/Foundry, Team, and Enterprise users. Control with
/effortcommand - Slack MCP improvements: Added compact
Slacked #channelheader with clickable channel link for send-message tool calls - Plugin system enhancements: Added
keep-coding-instructionsfrontmatter field support for plugin output styles - Session title hooks: Added
hookSpecificOutput.sessionTitletoUserPromptSubmithooks for setting session titles - Stable plugin skill names: Skills declared via
"skills": ["./"]now use the skill's frontmatternameinstead of directory basename
Bug Fixes
- Rate limit handling: Fixed agents appearing stuck after 429 rate-limit responses with long Retry-After headers - errors now surface immediately
- macOS login: Fixed Console login silently failing with "Not logged in" when login keychain is locked or password out of sync. Error now surfaces and
claude doctordiagnoses the fix - Plugin system fixes: Fixed plugin skill hooks defined in YAML frontmatter being silently ignored; fixed plugin hooks failing with "No such file or directory" when
CLAUDE_PLUGIN_ROOTnot set; fixed${CLAUDE_PLUGIN_ROOT}resolving to marketplace source directory instead of installed cache for local-marketplace plugins - UI/UX improvements: Fixed scrollback showing same diff repeated and blank pages in long-running sessions; fixed multiline user prompts in transcript indenting wrapped lines under ❯ caret instead of under text; fixed Shift+Space inserting literal word "space" instead of space character in search inputs
- Terminal rendering: Fixed hyperlinks opening two browser tabs when clicked inside tmux running in xterm.js-based terminals (VS Code, Hyper, Tabby); fixed alt-screen rendering bug where content height changes mid-scroll could leave compounding ghost lines
- Environment variable handling: Fixed
FORCE_HYPERLINKenvironment variable being ignored when set viasettings.jsonenv - Accessibility: Fixed native terminal cursor not tracking selected tab in dialogs, enabling screen readers and magnifiers to follow tab navigation
- Bedrock compatibility: Fixed Bedrock invocation of Sonnet 3.5 v2 by using the
us.inference profile ID - Session management: Fixed SDK/print mode not preserving partial assistant response in conversation history when interrupted mid-stream; improved
--resumeto resume sessions from other worktrees of same repo directly instead of printing acdcommand - Text encoding: Fixed CJK and other multibyte text being corrupted with U+FFFD in stream-json input/output when chunk boundaries split UTF-8 sequences
VS Code Specific Fixes
- Reduced cold-open subprocess work on starting a session
- Fixed dropdown menus selecting wrong item when mouse was over list while typing or using arrow keys
- Added warning banner when
settings.jsonfiles fail to parse, alerting users that permission rules aren't being applied
📖 Read the full source: GitHub Claude-Code
👀 See Also

Client replaces DevOps engineer with Claude AI — results in chaos
A client replaced their DevOps engineer with Claude for infrastructure and feature dev. The result: a vibe-coded Kubernetes cluster and repeated outages that were only fixed by reverting Claude's changes.

Claude AI Shows Repetition Bug with 'Sketcher' Term in QGIS Workflow
A user reported Claude AI repeatedly outputting the word 'sketcher' when providing QGIS guidance for aligning DXF files, suggesting a potential model bug with specific terms. The source includes practical QGIS workflow details for coordinate system alignment.

Claude-Code v2.1.110 adds TUI mode, push notifications, and multiple fixes
Claude-Code v2.1.110 introduces a new /tui command for flicker-free rendering, push notification capabilities for mobile alerts, and improvements to plugin management and remote control functionality. The release also includes numerous bug fixes for MCP servers, session handling, and UI issues.
Google DeepMind's AI Pointer: Reimagining the Mouse for Gemini Interactions
Google DeepMind introduces an AI-powered mouse pointer that uses Gemini to understand context, enabling commands like pointing at an image and saying 'Show me directions,' integrated into Chrome and Googlebook.