# Claude Code v2.1.209: The background /model dialog block is fixed!

Hey everyone, it's me, Shiichan! There's a small but welcome Claude Code release out today, so let me give you the quick rundown.

## What was announced?

According to the Claude Code Release notes, **v2.1.209** just shipped. It's a single, targeted bug fix: dialogs like `/model` were getting blocked during background sessions of `claude agents`, and that's now fixed.

## The story so far

A guard condition added in a recent release was too broad, and it ended up blocking `/model` and other dialogs from opening during background sessions of the `claude agents` command. If you wanted to switch models while a background session was running, that was probably a little frustrating.

## What changes

This release reverts that overly broad guard. `/model` and other dialogs now open normally again in `claude agents` background sessions, just like before. Updating is all it takes to get this fix.

## Wrap-up

- Fixed a bug where `/model` and other dialogs were blocked during `claude agents` background sessions
- The fix reverts the overly broad guard condition that caused it
- A welcome fix if you run `claude agents` in the background and want your dialogs back!
