Update CHANGELOG and feed.xml for v2.1.179

anthropics/claude-code

This change adds the release notes for version v2.1.179 to both CHANGELOG.md and the Atom feed (feed.xml). By synchronizing these documentation sources, users can discover the latest bug fixes and improvements through the repository’s changelog or an RSS reader.

背景

The purpose of the pull request is to publish the newly fixed issues and enhancements introduced in version 2.1.179. The project maintains a single source of truth in CHANGELOG.md, and mirrors the entries in feed.xml for external consumption.

技術的な変更

CHANGELOG.md receives a new version header ## 2.1.179 followed by nine bullet‑point entries that describe specific fixes and one performance improvement. The diff shows only added lines, preserving all previous version sections unchanged.

@@ -1,5 +1,17 @@
 # Changelog

+## 2.1.179
+
+- Fixed mid-stream connection drops: partial responses are now preserved instead of showing a raw error, and the spinner no longer gets stuck at "running tool"
+- Fixed mouse-wheel scrolling in WSL2 under Windows Terminal and VS Code (regression in 2.1.172)
+- Fixed a sandbox `denyRead`/`allowRead` glob over a large directory tree making the Bash tool description enormous and the session unusable on Linux
+- Fixed the feedback survey capturing a single-digit reply as a session rating immediately after a turn completes
+- Fixed the welcome screen stacking multiple promotional banners — at most one promo now shows per session
+- Fixed Ctrl+O not showing the subagent's transcript when viewing a subagent
+- Fixed clicking the prompt input not returning focus from the subagent/footer panel
+- Fixed remote session background tasks appearing stuck as "still running" between turns
+- Improved plugin loading performance in remote sessions
+
 ## 2.1.178
*** End of diff

feed.xml is updated in two ways: the top‑level <updated> timestamp is changed to 2026-06-16T20:22:06Z, and a new <entry> element representing version 2.1.179 is inserted. The entry includes an <id>, <title>, <link>, matching <updated> timestamp, and an HTML <content> block that repeats the nine bullet points from the changelog.

@@ -6,7 +6,22 @@
   <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-15T21:35:48Z</updated>
+  <updated>2026-06-16T20:22:06Z</updated>
+  <entry>
+    <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.179</id>
+    <title>Claude Code v2.1.179</title>
+    <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.179"/>
+    <updated>2026-06-16T20:22:06Z</updated>
+    <content type="html">&lt;p&gt;• Fixed mid-stream connection drops: partial responses are now preserved instead of showing a raw error, and the spinner no longer gets stuck at "running tool"&lt;/p&gt;
+&lt;p&gt;• Fixed mouse-wheel scrolling in WSL2 under Windows Terminal and VS Code (regression in 2.1.172)&lt;/p&gt;
+&lt;p&gt;• Fixed a sandbox denyRead/allowRead glob over a large directory tree making the Bash tool description enormous and the session unusable on Linux&lt;/p&gt;
+&lt;p&gt;• Fixed the feedback survey capturing a single-digit reply as a session rating immediately after a turn completes&lt;/p&gt;
+&lt;p&gt;• Fixed the welcome screen stacking multiple promotional banners — at most one promo now shows per session&lt;/p&gt;
+&lt;p&gt;• Fixed Ctrl+O not showing the subagent's transcript when viewing a subagent&lt;/p&gt;
+&lt;p&gt;• Fixed clicking the prompt input not returning focus from the subagent/footer panel&lt;/p&gt;
+&lt;p&gt;• Fixed remote session background tasks appearing stuck as "still running" between turns&lt;/p&gt;
+&lt;p&gt;• Improved plugin loading performance in remote sessions&lt;/p&gt;</content>
+  </entry>
   <entry>
*** End of diff

設計判断

The modification is confined to documentation files, leaving the application code untouched; therefore there is no impact on runtime behavior or compatibility. This manual update approach keeps the release notes explicit and reviewable within the same pull request. Future releases are expected to follow the same pattern, updating both CHANGELOG.md and feed.xml together.

まとめ

In summary, the PR brings version 2.1.179’s bug‑fix list to both the human‑readable changelog and the machine‑readable Atom feed, ensuring that all consumers receive consistent release information.

記事メタデータ

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

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

品質レビュー結果

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

Review Criteria:

記事構成 ✓ PASS

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

リード文、背景、技術的変更、設計判断(任意)、まとめの構成が揃っており、総論→各論→結論の流れが明確です。

カスタムMarkdown構文 ✓ PASS

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

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

対象読者への適合性 ✓ PASS

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

エンジニア向けの技術的記述のみで、初心者向けの余計な説明はありません。

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

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

各セクションが総論・各論・結論の段落で構成され、トピックセンテンスで始まり、1段落1トピック、長さも適切です。空行で区切られています。

Diff内容との照合 ✓ PASS

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

記事中の diff ブロックは提供された Diff と内容が一致し、変更箇所・追加行が正確に反映されています。

技術用語の正確性 ✓ PASS

技術用語の正確な使用

用語は PR や Diff に合わせて正しく使用されており、誤用はありません。

説明の技術的正確性 ✓ PASS

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

技術的な説明は Diff と PR の内容に基づき、根拠があり論理的です。

事実の突合 ✓ PASS

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

記事の主張はすべて PR タイトル・Diff・コミット情報で裏付けられており、推測や捏造は見られません。

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

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

バージョン番号、タイムスタンプ、コミットハッシュなどの数値・固有名詞は正確です。

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

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

記事タイトルは PR の内容(CHANGELOG と feed.xml の更新)を正確に表現し、追加でバージョン番号を示していますが矛盾はありません。

外部知識の正確性 ✓ PASS

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

外部知識(LTS、リリース日程等)は一切含まれておらず、PR 情報のみで完結しています。

時間表現の正確性 ✓ PASS

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

時間表現は Diff のタイムスタンプと一致しており、歪曲はありません。