Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Plugin UI panes: new 'asked' tracking and column-width-based auto-ask threshold

Plugin UI panes now track which ones you've already been asked about, and use terminal width to decide when to ask again.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPlugin UIwhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Plugin UI panes now track which ones you've already been asked about, and use terminal width to decide when to ask again.

What

The internal store that manages plugin UI panes (custom panels a plugin can display) now tracks which panes you've already been "asked" about on a per-plugin basis, and closes all of a plugin's open panes when that plugin is removed. Whether opening a pane needs to ask you first now depends on the terminal's column width, compared against one threshold for panes you've already been asked about and a different, separate threshold for panes you haven't.

Why

This should reduce repeated prompts for panes you've already approved, while still asking before opening a new pane if the terminal is too narrow to show it well.

See this entry in the whole of v2.1.269 →