CHANGELOG と feed.xml に v2.1.174 リリース情報を追加
このコミットは CHANGELOG.md に新バージョン 2.1.174 のリリースノートを追記し、同時に Atom フィード (feed.xml) に対応するエントリを追加しています。これにより、利用者はドキュメントとフィードの両方から最新の変更点を取得できるようになります。
背景
リリース情報はユーザーに変更点を周知するための重要な情報源です。CHANGELOG は人が読むことを前提に Markdown で記述され、feed.xml は自動取得を想定した Atom フィードとして提供されます。新バージョン 2.1.174 が公開されたタイミングで、両者の内容が同期していないと情報の齟齬が生じるため、同時更新が求められました。
技術的な変更
CHANGELOG.md に ## 2.1.174 見出しと 16 行に及ぶ変更点リストが追加されました。追加された項目は設定の追加や多数のバグ修正を含みます。\n\n```diff: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
**feed.xml** では `<updated>` タグが最新日時に更新され、 `v2.1.174` 用の `<entry>` が新規追加されています。また、古い `v2.1.150` エントリが削除され、フィードが最新リリースのみを反映する形に整理されました。\n\n```diff:feed.xml
@@ -6,7 +6,26 @@
<author><name>Anthropic</name></author>
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md"/>
<link rel="self" type="application/atom+xml" href="https://raw.githubusercontent.com/anthropics/claude-code/main/feed.xml"/>
- <updated>2026-06-11T05:41:48Z</updated>
+ <updated>2026-06-12T01:16:30Z</updated>
+ <entry>
+ <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.174</id>
+ <title>Claude Code v2.1.174</title>
+ <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.174"/>
+ <updated>2026-06-12T01:16:30Z</updated>
+ <content type="html"><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 & 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></content>
+ </entry>
<entry>
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.173</id>
@@ -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></content>
</entry>
- <entry>
- <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.150</id>
- <title>Claude Code v2.1.150</title>
- <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.150"/>
- <updated>2026-05-23T04:03:45Z</updated>
- <content type="html"><p>• Internal infrastructure improvements (no user-facing changes)</p></content>
- </entry>
</feed>
設計判断
CHANGELOG と feed.xml の更新は、リリース情報を「ドキュメント」と「公開フィード」の二箇所で一元管理するという設計方針に基づいています。変更点のテキストはそのまま HTML エンティティに変換されて Atom フィードの <content> に埋め込まれ、内容の整合性が保たれます。古いエントリ (v2.1.150) が削除された点は、フィードが過去の大幅な変更点を省略し、最新リリース情報に焦点を当てる意図が示唆されますが、具体的な方針は PR からは読み取れません。
まとめ
このコミットは CHANGELOG.md に新バージョン 2.1.174 のリリースノートを追記し、feed.xml に同内容のエントリを追加して同期させました。ドキュメントと公開フィードを同時に更新することで、利用者は最新の変更点を統一された形で取得でき、情報の齟齬が防止されます。