Claude-Code v2.1.92 adds Bedrock setup wizard, cost breakdowns, and multiple fixes

What's new in Claude-Code v2.1.92
Claude-Code v2.1.92 brings several practical improvements for developers using this AI coding agent, focusing on AWS Bedrock integration, cost transparency, and bug fixes.
Key features and changes
New policy setting: Added forceRemoteSettingsRefresh policy setting that blocks CLI startup until remote managed settings are freshly fetched, exiting if the fetch fails (fail-closed).
AWS Bedrock integration: Added interactive Bedrock setup wizard accessible from the login screen when selecting "3rd-party platform" — guides you through AWS authentication, region configuration, credential verification, and model pinning.
Cost transparency: Added per-model and cache-hit breakdown to /cost for subscription users. Pro users now see a footer hint when returning to a session after the prompt cache has expired, showing roughly how many tokens the next turn will send uncached.
Interface improvements: /release-notes is now an interactive version picker. Remote Control session names now use your hostname as the default prefix (e.g. myhost-graceful-unicorn), overridable with --remote-control-session-name-prefix.
Bug fixes and performance improvements
- Fixed subagent spawning permanently failing with "Could not determine pane count" after tmux windows are killed or renumbered during a long-running session
- Fixed prompt-type Stop hooks incorrectly failing when the small fast model returns
ok:false, and restoredpreventContinuation:truesemantics for non-Stop prompt-type hooks - Fixed tool input validation failures when streaming emits array/object fields as JSON-encoded strings
- Fixed an API 400 error that could occur when extended thinking produced a whitespace-only text block alongside real content
- Fixed accidental feedback survey submissions from auto-pilot keypresses and consecutive-prompt digit collisions
- Fixed misleading "esc to interrupt" hint appearing alongside "esc to clear" when a text selection exists in fullscreen mode during processing
- Fixed Homebrew install update prompts to use the cask's release channel (
claude-code→ stable,claude-code@latest→ latest) - Fixed
ctrl+ejumping to the end of the next line when already at end of line in multiline prompts - Fixed an issue where the same message could appear at two positions when scrolling up in fullscreen mode (iTerm2, Ghostty, and other terminals with DEC 2026 support)
- Fixed idle-return "/clear to save X tokens" hint showing cumulative session tokens instead of current context size
- Fixed plugin MCP servers stuck "connecting" on session start when they duplicate a claude.ai connector that is unauthenticated
- Improved Write tool diff computation speed for large files (60% faster on files with tabs/ & / $)
Removed features
Removed /tag command. Removed /vim command (toggle vim mode via /config → Editor mode).
Linux sandbox improvements
Linux sandbox now ships the apply-seccomp helper in both npm and native builds, restoring unix-socket blocking for sandboxed commands.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Claude Opus 4.7 Regresses in Reasoning and Conversation, Users Report
Opus 4.7 introduces a new tokenizer costing 30-50% more, exhibits meta-narration, position instability, and planning without execution—making it worse for technical collaboration than 4.6.

Qwen 3.6 27B at 52.8 tps TG on AMD MI50s: Full Precision, No MTP, No Quant
A Reddit user benchmarks Qwen3.6-27B on eight AMD MI50s (2018 cards) using a vllm fork with ROCm 7.2.1, achieving 52.8 tps TG and 1569 tps PP with full precision and no MTP.

Claude Code Engineer Updates: AskUserQuestion Markdown, HTTP Hooks, New Skills
Claude Code Engineer released three updates: the AskUserQuestion tool now supports markdown snippets for diagrams and code examples, a new HTTP hook handler allows hooks to post to HTTP endpoints, and two new skills have been added.

Qwen3.6 Plus benchmark comparison against Western SOTA models
Qwen3.6 Plus scores 78.8 on SWE-bench Verified, 90.4 on GPQA/GPQA Diamond, 28.8 on HLE (no tools), and 78.8 on MMMU-Pro, placing it competitively against models like GPT-5.4, Claude Opus 4.6, and Gemini 3.1 Pro Preview.