Claude Code v2.1.209 fixes blocked dialogs in background agent sessions
Claude Code version 2.1.209 fixes a bug where dialogs like /model would not open during started with ``. The problem came from a guard added in an earlier update that blocked too broadly; this release reverts that guard to restore normal dialog behavior.
Key points
- Fixes /model and other dialogs being blocked in ``
- was an overly broad guard from a previous update
- Fixed by reverting that guard