diff --git a/CHANGELOG.md b/CHANGELOG.md
index 642541c65..196b70210 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## 2.1.198
+- Subagents now run in the background by default, so Claude keeps working while they run and is notified when they finish (previously a gradual rollout)
- Claude in Chrome is now generally available
- Added background agent notifications in `claude agents` — sessions that need input or finish now fire the `Notification` hook (`agent_needs_input` / `agent_completed`)
- Added `/dataviz` skill for chart and dashboard design guidance with a runnable color-palette validator
diff --git a/feed.xml b/feed.xml
index db1609cf0..7bd854b78 100644
--- a/feed.xml
+++ b/feed.xml
@@ -12,7 +12,8 @@
Claude Code v2.1.1982026-07-01T20:45:29Z
- <p>• Claude in Chrome is now generally available</p>
+ <p>• Subagents now run in the background by default, so Claude keeps working while they run and is notified when they finish (previously a gradual rollout)</p>
+<p>• Claude in Chrome is now generally available</p>
<p>• Added background agent notifications in claude agents — sessions that need input or finish now fire the Notification hook (agent_needs_input / agent_completed)</p>
<p>• Added /dataviz skill for chart and dashboard design guidance with a runnable color-palette validator</p>
<p>• Gateway: added Claude Platform on AWS (anthropicAws) as an upstream provider; model-not-found responses now advance the failover chain</p>