From 5dc12eb281b8b9d177f3aa2a0601e9a929b70268 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 2 Jul 2026 22:54:58 +0000 Subject: [PATCH] chore: Update CHANGELOG.md and feed.xml --- CHANGELOG.md | 1 + feed.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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.198 2026-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>