diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3376f2b7d..9a1647d56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 2.1.209
+
+- Fixed /model and other dialogs being blocked in `claude agents` background sessions (reverts an overly broad guard)
+
## 2.1.208
- Added screen reader mode: opt-in plain-text rendering for screen reader users. Run `claude --ax-screen-reader`, set CLAUDE_AX_SCREEN_READER=1, or add "axScreenReader": true to settings.
diff --git a/feed.xml b/feed.xml
index ce8867caa..a90bd4aa3 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,7 +6,14 @@
Anthropic
- 2026-07-14T01:10:34Z
+ 2026-07-14T06:36:21Z
+
+ https://github.com/anthropics/claude-code/releases/tag/v2.1.209
+ Claude Code v2.1.209
+
+ 2026-07-14T06:36:21Z
+ <p>• Fixed /model and other dialogs being blocked in claude agents background sessions (reverts an overly broad guard)</p>
+ https://github.com/anthropics/claude-code/releases/tag/v2.1.208Claude Code v2.1.208
@@ -501,11 +508,4 @@
<p>• Changed background subagents to surface permission prompts in the main session instead of auto-denying; the dialog shows which agent is asking, and Esc denies just that tool</p>
<p>• Changed /review <pr> to use the same review engine as /code-review medium</p>
-
- https://github.com/anthropics/claude-code/releases/tag/v2.1.185
- Claude Code v2.1.185
-
- 2026-06-20T20:59:12Z
- <p>• The stream-stall hint now reads "Waiting for API response · will retry in …" instead of "No response from API · Retrying in …", and triggers after 20s of silence instead of 10s</p>
-