diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30a425180..73757333b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
- Added `Tool(param:value)` syntax for permission rules to match a tool's input parameters (with `*` wildcard), e.g. `Agent(model:opus)` to block Opus subagents
diff --git a/feed.xml b/feed.xml
index d6d4387d2..eb36d5d6f 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,7 +6,22 @@
Anthropic
- 2026-06-15T21:35:48Z
+ 2026-06-16T20:22:06Z
+
+ https://github.com/anthropics/claude-code/releases/tag/v2.1.179
+ Claude Code v2.1.179
+
+ 2026-06-16T20:22:06Z
+ <p>• 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"</p>
+<p>• Fixed mouse-wheel scrolling in WSL2 under Windows Terminal and VS Code (regression in 2.1.172)</p>
+<p>• Fixed a sandbox denyRead/allowRead glob over a large directory tree making the Bash tool description enormous and the session unusable on Linux</p>
+<p>• Fixed the feedback survey capturing a single-digit reply as a session rating immediately after a turn completes</p>
+<p>• Fixed the welcome screen stacking multiple promotional banners — at most one promo now shows per session</p>
+<p>• Fixed Ctrl+O not showing the subagent's transcript when viewing a subagent</p>
+<p>• Fixed clicking the prompt input not returning focus from the subagent/footer panel</p>
+<p>• Fixed remote session background tasks appearing stuck as "still running" between turns</p>
+<p>• Improved plugin loading performance in remote sessions</p>
+ https://github.com/anthropics/claude-code/releases/tag/v2.1.178Claude Code v2.1.178
@@ -402,11 +417,4 @@
<p>• Pressing backspace right after a workflow trigger keyword now dismisses the workflow request (same as alt+w) instead of deleting a character</p>
<p>• Added a "Workflow keyword trigger" setting in /config to stop the word "workflow" in a prompt from triggering a dynamic workflow</p>
-
- https://github.com/anthropics/claude-code/releases/tag/v2.1.156
- Claude Code v2.1.156
-
- 2026-05-29T01:42:17Z
- <p>• Fixed an issue when using Opus 4.8 where thinking blocks were modified, leading to API errors.</p>
-