Skip to main content

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.

April 4, 2026 10 min read By ClaudeWorld

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-notes now 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-seccomp helper 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

  • /tag command has been removed
  • /vim command 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.