Pressing the chat cancel key can now close a background chat pane, not only the one you're focused on
Claude Code's interface can show multiple "Panes" (separate work areas), including chat panes. A new keybinding named chat:cancel now lets pressing the chat-level cancel/escape key close a pane even when it isn't the one you're focused on, as long as its chat input is empty, no footer selection or queue edit is in progress, it isn't already in the middle of closing, and it doesn't have its own escape handling or an agent-selection view active.
Previously this kind of dismissal likely only worked on the pane you had focused. Now background chat panes that meet those conditions can be closed the same way, making it easier to clear idle panes without switching focus to each one first.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
| `chat:cancel` | Escape | Cancel current input |keybindings see the edit
Anthropic's documentation has since written up chat:cancel, on Customize keyboard shortcuts.