Claude Code v2.1.92 Release Notes
Claude Code v2.1.92 introduces Bedrock setup wizard, enhanced cost tracking, and numerous fixes for tmux, prompt caching, and tool validation.
Claude Code v2.1.92 Release Notes
We’re excited to announce Claude Code v2.1.92, packed with powerful new features and important bug fixes that enhance your development workflow. This release focuses on improving AWS Bedrock integration, cost transparency, and session management.
What’s New
Interactive Bedrock Setup Wizard
Setting up AWS Bedrock is now seamless with our new interactive wizard. Access it from the login screen by selecting “3rd-party platform” and get guided through:
- AWS authentication
- Region configuration
- Credential verification
- Model pinning
Enhanced Cost Tracking
Subscription users now get detailed cost insights with the /cost command, featuring:
- Per-model breakdown
- Cache-hit analytics
- Better transparency for usage optimization
Improved Session Management
- Smart Session Naming: Remote Control sessions now default to your hostname prefix (e.g.,
myhost-graceful-unicorn) - Cache Expiry Hints: Pro users see helpful footer notifications when prompt cache expires, showing uncached token counts
- Interactive Release Notes:
/release-notesnow features an interactive version picker
Policy & Security Enhancements
- Force Remote Settings Refresh: New policy setting ensures CLI waits for fresh remote settings and fails securely if fetch fails
- Improved Linux Sandbox: Ships with
apply-seccomphelper in both npm and native builds
Performance Improvements
- 60% Faster Diff Computation: Write tool performance significantly improved for large files containing tabs,
&, and$characters
Key Bug Fixes
- Fixed tmux subagent spawning failures after window operations
- Resolved prompt-type Stop hook validation issues
- Fixed tool input validation during streaming
- Corrected API 400 errors from whitespace-only thinking blocks
- Prevented accidental feedback submissions from auto-pilot keypresses
- Fixed various UI inconsistencies in fullscreen mode
Removed Features
/tagcommand has been removed/vimcommand replaced with/config→ Editor mode toggle
How to Update
Update Claude Code using your preferred installation method:
Homebrew (macOS):
brew upgrade claude-code
npm:
npm update -g claude-code
Native installers: Download the latest version from the releases page.