diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa61b15b..aad46ea00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 2.1.174 + +- Added `wheelScrollAccelerationEnabled` setting to disable mouse-wheel scroll acceleration in fullscreen mode +- Fixed the `/model` picker hiding the model family that Default resolves to — Opus now appears as its own row on Max/Team Premium/Enterprise plans, Sonnet on Pro/Team plans, and Opus on pay-as-you-go API accounts +- Fixed `/model` picker showing a hardcoded Sonnet version label when `ANTHROPIC_DEFAULT_SONNET_MODEL` pins a different Sonnet +- Fixed the "Fable 5 is now consuming usage credits" banner incorrectly showing for enterprise accounts with usage-based billing +- Fixed Bedrock GovCloud regions (`us-gov-*`) deriving the wrong inference profile prefix (`global` instead of `us-gov`), causing 400 errors on derived model IDs +- Fixed background sessions inheriting another session's `ANTHROPIC_*` provider env (gateway URL, custom headers, `/model` aliases) from the shell that started the background daemon +- Fixed a 1-2 second pause when exiting Claude Code shortly after a shell command was interrupted or killed on macOS and Linux +- Fixed git commit co-author attribution showing an incorrect model name for some models +- Fixed the `/advisor` dialog pre-selecting a saved advisor model that is blocked by the `availableModels` allowlist +- Fixed skill hot-reload re-sending the entire skill listing when a single skill changed; only changed skills are now re-announced +- Fixed Workflow tool `agent()` subagents missing per-agent attribution headers +- [VSCode] Added usage attribution to the Account & usage dialog (`/usage`) showing cache misses, long context, subagents, and per-skill/agent/plugin/MCP breakdowns over the last 24h or 7d +- Fixed pre-warmed background workers failing with "Could not resolve authentication method" when claimed after sitting idle + ## 2.1.173 - Fixed Fable 5 model names with a `[1m]` suffix not being normalized — Fable 5 includes 1M context by default, so the suffix is now stripped automatically diff --git a/feed.xml b/feed.xml index cf4959a14..549157357 100644 --- a/feed.xml +++ b/feed.xml @@ -6,7 +6,26 @@ Anthropic - 2026-06-11T05:41:48Z + 2026-06-12T01:16:30Z + + https://github.com/anthropics/claude-code/releases/tag/v2.1.174 + Claude Code v2.1.174 + + 2026-06-12T01:16:30Z + <p>• Added wheelScrollAccelerationEnabled setting to disable mouse-wheel scroll acceleration in fullscreen mode</p> +<p>• Fixed the /model picker hiding the model family that Default resolves to — Opus now appears as its own row on Max/Team Premium/Enterprise plans, Sonnet on Pro/Team plans, and Opus on pay-as-you-go API accounts</p> +<p>• Fixed /model picker showing a hardcoded Sonnet version label when ANTHROPIC_DEFAULT_SONNET_MODEL pins a different Sonnet</p> +<p>• Fixed the "Fable 5 is now consuming usage credits" banner incorrectly showing for enterprise accounts with usage-based billing</p> +<p>• Fixed Bedrock GovCloud regions (us-gov-*) deriving the wrong inference profile prefix (global instead of us-gov), causing 400 errors on derived model IDs</p> +<p>• Fixed background sessions inheriting another session's ANTHROPIC_* provider env (gateway URL, custom headers, /model aliases) from the shell that started the background daemon</p> +<p>• Fixed a 1-2 second pause when exiting Claude Code shortly after a shell command was interrupted or killed on macOS and Linux</p> +<p>• Fixed git commit co-author attribution showing an incorrect model name for some models</p> +<p>• Fixed the /advisor dialog pre-selecting a saved advisor model that is blocked by the availableModels allowlist</p> +<p>• Fixed skill hot-reload re-sending the entire skill listing when a single skill changed; only changed skills are now re-announced</p> +<p>• Fixed Workflow tool agent() subagents missing per-agent attribution headers</p> +<p>• [VSCode] Added usage attribution to the Account &amp; usage dialog (/usage) showing cache misses, long context, subagents, and per-skill/agent/plugin/MCP breakdowns over the last 24h or 7d</p> +<p>• Fixed pre-warmed background workers failing with "Could not resolve authentication method" when claimed after sitting idle</p> + https://github.com/anthropics/claude-code/releases/tag/v2.1.173 Claude Code v2.1.173 @@ -458,11 +477,4 @@ <p>• Fixed the PushNotification tool incorrectly reporting "Mobile push not sent (Remote Control inactive)" in SDK-hosted sessions when Remote Control is enabled</p> <p>• Fixed sessions getting stuck after a model or login switch left stale thinking-block signatures in history; now stripped proactively with a retry safety-net</p> - - https://github.com/anthropics/claude-code/releases/tag/v2.1.150 - Claude Code v2.1.150 - - 2026-05-23T04:03:45Z - <p>• Internal infrastructure improvements (no user-facing changes)</p> -