Overview
Claude Code CLI received significant workflow improvements across two recent releases. The updates include interactive setup wizards for easier onboarding, enhanced remote control capabilities, and numerous fixes for session management and tool execution reliability.
Changes by Version
v2.1.92
- Added interactive Bedrock setup wizard accessible from login screen with guided AWS authentication and configuration
- Added per-model cost breakdown in /cost command for subscription users to track spending
- Added force remote settings refresh policy that blocks startup until settings are fetched
- Added interactive version picker for /release-notes command
- Added hostname-based session naming for Remote Control sessions with customizable prefix
- Added cache expiration hints for Pro users showing uncached token counts
- Fixed subagent spawning failures after tmux windows are killed during sessions
- Fixed prompt-type Stop hooks incorrectly failing with small fast model responses
- Fixed tool input validation failures during streaming with array/object fields
- Fixed API 400 errors from whitespace-only extended thinking blocks
- Fixed accidental feedback submissions from auto-pilot keypresses
- Fixed misleading escape hints in fullscreen mode with text selections
- Fixed Homebrew update prompts to use correct release channels
- Fixed cursor jumping with ctrl+e at end of multiline prompts
- Fixed duplicate message display when scrolling in fullscreen mode
- Fixed token count display in idle-return hints showing session vs context size
- Fixed MCP server connection issues with duplicate unauthenticated connectors
- Improved Write tool diff speed by 60% for large files with special characters
- Removed /tag command
- Removed /vim command (now accessible via /config → Editor mode)
- Added seccomp helper to Linux sandbox builds for unix-socket blocking
v2.1.91
- Added MCP tool result persistence override allowing up to 500K character results without truncation
- Added shell execution disable setting for skills, custom commands, and plugins
- Added multi-line prompt support in claude-cli://open deep links
- Added plugin executable shipping under bin/ directory with bare command invocation
- Fixed transcript chain breaks on resume that could lose conversation history
- Fixed cmd+delete behavior not deleting to start of line on multiple terminals
- Fixed plan mode tracking in remote sessions after container restarts
- Fixed JSON schema validation for permissions.defaultMode auto setting
- Fixed Windows version cleanup protecting active version rollback copies
- Improved /feedback availability with explanatory messages instead of disappearing
- Enhanced /claude-api skill guidance for agent design patterns and tool decisions