CHANGELOG と feed.xml に v2.1.174 リリース情報を追加

anthropics/claude-code

このコミットは 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">&lt;p&gt;• Added wheelScrollAccelerationEnabled setting to disable mouse-wheel scroll acceleration in fullscreen mode&lt;/p&gt;
+&lt;p&gt;• 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&lt;/p&gt;
+&lt;p&gt;• Fixed /model picker showing a hardcoded Sonnet version label when ANTHROPIC_DEFAULT_SONNET_MODEL pins a different Sonnet&lt;/p&gt;
+&lt;p&gt;• Fixed the "Fable 5 is now consuming usage credits" banner incorrectly showing for enterprise accounts with usage-based billing&lt;/p&gt;
+&lt;p&gt;• Fixed Bedrock GovCloud regions (us-gov-*) deriving the wrong inference profile prefix (global instead of us-gov), causing 400 errors on derived model IDs&lt;/p&gt;
+&lt;p&gt;• Fixed background sessions inheriting another session's ANTHROPIC_* provider env (gateway URL, custom headers, /model aliases) from the shell that started the background daemon&lt;/p&gt;
+&lt;p&gt;• Fixed a 1-2 second pause when exiting Claude Code shortly after a shell command was interrupted or killed on macOS and Linux&lt;/p&gt;
+&lt;p&gt;• Fixed git commit co-author attribution showing an incorrect model name for some models&lt;/p&gt;
+&lt;p&gt;• Fixed the /advisor dialog pre-selecting a saved advisor model that is blocked by the availableModels allowlist&lt;/p&gt;
+&lt;p&gt;• Fixed skill hot‑reload re‑sending the entire skill listing when a single skill changed; only changed skills are now re‑announced&lt;/p&gt;
+&lt;p&gt;• Fixed Workflow tool agent() subagents missing per‑agent attribution headers&lt;/p&gt;
+&lt;p&gt;• [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&lt;/p&gt;
+&lt;p&gt;• Fixed pre‑warmed background workers failing with "Could not resolve authentication method" when claimed after sitting idle&lt;/p&gt;</content>
+  </entry>
   <entry>
     <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.173</id>
@@ -458,11 +477,4 @@
  &lt;p&gt;• Fixed the PushNotification tool incorrectly reporting "Mobile push not sent (Remote Control inactive)" in SDK-hosted sessions when Remote Control is enabled&lt;/p&gt;
  &lt;p&gt;• 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&lt;/p&gt;</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">&lt;p&gt;• Internal infrastructure improvements (no user-facing changes)&lt;/p&gt;</content>
-  </entry>
 </feed>

設計判断

CHANGELOGfeed.xml の更新は、リリース情報を「ドキュメント」と「公開フィード」の二箇所で一元管理するという設計方針に基づいています。変更点のテキストはそのまま HTML エンティティに変換されて Atom フィードの <content> に埋め込まれ、内容の整合性が保たれます。古いエントリ (v2.1.150) が削除された点は、フィードが過去の大幅な変更点を省略し、最新リリース情報に焦点を当てる意図が示唆されますが、具体的な方針は PR からは読み取れません。

まとめ

このコミットは CHANGELOG.md に新バージョン 2.1.174 のリリースノートを追記し、feed.xml に同内容のエントリを追加して同期させました。ドキュメントと公開フィードを同時に更新することで、利用者は最新の変更点を統一された形で取得でき、情報の齟齬が防止されます。

記事メタデータ

Generated by:
gpt-oss-120b for DiffDaily
LLM Trace:
cf68c700

この記事はAIによって自動生成されています。内容の正確性については、必ずソースコードやPRを確認してください。

品質レビュー結果

Review Status:
リトライ後承認
Review Count:
2回 (改善を経て承認)
Reviewed by:
gpt-oss-120b for DiffDaily

Review Criteria:

記事構成 ✓ PASS

Title, Context, Technical Detailの存在と明確さ

リード文、背景、技術的な変更、設計判断(任意)およびまとめが揃っており、3部構成が明確に示されています。

カスタムMarkdown構文 ✓ PASS

シンタックスハイライト・GitHubリンク記法の正確性

コードブロックは `diff:ファイル名` 形式で正しく記述され、GitHubリンクは短縮コミットIDでリンク化されています。

対象読者への適合性 ✓ PASS

エンジニア向けの適切な技術レベルと表現

エンジニア向けの専門的な内容で、余計な初心者向け解説はありません。

パラグラフ・ライティング ✓ PASS

トピックセンテンス・1段落1トピック・段落長

各セクションは総論・各論・結論の流れを持ち、段落はトピックセンテンスで始まり、長すぎる段落や複数トピックの混在はありません。

Diff内容との照合 ⚠ WARNING

コードブロックとDiff内容の一致

CHANGELOG の diff は完全に一致していますが、feed.xml の diff にある `&amp;amp;` が記事では `&amp;` となっており、エスケープのレベルが1つ違います。内容の意味は変わらないものの、Diff との完全一致ではありません。

技術用語の正確性 ✓ PASS

技術用語の正確な使用

用語は正しく使用されており、誤用は見られません。

説明の技術的正確性 ✓ PASS

技術的主張の正確性と論理性

記事中の技術的説明は PR の Diff と一致しており、根拠が示されています。

事実の突合 ✓ PASS

PR情報による主張の裏付け(ハルシネーション検出)

全ての主張は PR の情報(タイトル、Diff、コミット)に裏付けられており、推測や捏造はありません。

数値・固有名詞の確認 ✓ PASS

PR番号・コミットID・バージョン等の正確性

PR 番号、コミット SHA、バージョン番号、日時などの数値は正確です。

タイトル・説明との一致 ✓ PASS

記事タイトル・説明とPR内容の一致

記事タイトルは PR の内容(CHANGELOG と feed.xml の更新)を正確に表現しています。

外部知識の正確性 ✓ PASS

PRに記載のない外部知識(LTS、サポート状況など)の不使用

LTS やリリーススケジュール等、PR に記載されていない外部情報は含まれていません。

時間表現の正確性 ✓ PASS

時間表現がPR情報と一致しているか

記事中の日時表現は Diff に記載された更新日時と一致しています。