Claude Code v2.1.174: Scroll acceleration, model picker, and attribution fixes
This patch for Claude Code v2.1.174 addresses several issues including the '/model' picker display, usage attribution for enterprise accounts, and background session environment inheritance. It also introduces a new setting to disable mouse-wheel scroll acceleration in fullscreen mode. These fixes are available immediately for users of Claude Code.
- →Disable mouse-wheel scroll acceleration in fullscreen
- →Correct model display in '/model' picker
- →Accurate usage attribution for enterprise accounts
- →Fix inference profile prefix for Bedrock GovCloud regions
- →Prevent background sessions from inheriting provider environment
Enhancements (1) ›
- Disable mouse-wheel scroll acceleration in fullscreen
A new `wheelScrollAccelerationEnabled` setting has been added to disable mouse-wheel scroll acceleration specifically in fullscreen mode.
Fixes (5) ›
- Correct model display in '/model' picker
Fixed the '/model' picker to accurately display the model family that Default resolves to, ensuring specific models like Opus and Sonnet appear correctly on different plans and API accounts. This also fixes a hardcoded Sonnet version label issue.
- Accurate usage attribution for enterprise accounts
Corrected an issue where the 'Fable 5 is now consuming usage credits' banner was incorrectly displayed for enterprise accounts with usage-based billing.
- Fix inference profile prefix for Bedrock GovCloud regions
Addressed an error where Bedrock GovCloud regions were deriving the incorrect inference profile prefix, causing 400 errors on derived model IDs.
- Prevent background sessions from inheriting provider environment
Fixed background sessions from incorrectly inheriting a previous session's provider environment, such as gateway URL or custom headers.
- Reduce pause when exiting Claude Code on macOS/Linux
Resolved a 1-2 second pause experienced when exiting Claude Code shortly after interrupting or killing a shell command on macOS and Linux.
https://github.com/anthropics/claude-code/releases/tag/v2.1.174