Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

UI-close/render engine adds cross-instance requestId guard

UI rendering now rejects events with a requestId from a different session instance

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.268,
Under the hood No documentation found

UI rendering now rejects events with a requestId from a different session instance

What

The validator that checks arguments for ui.render events (used to draw interactive UI elements) now also rejects an event if its requestId doesn't match the specific instance the UI element was originally drawn in, returning an error about "a requestId other than the instance the element was drawn in". Separately, the logging for ui.close events now logs the event's kind rather than the raw event object.

Why

This prevents a UI event meant for one session or instance from being mistakenly applied to a different one, closing a potential cross-instance mix-up when multiple UI elements or sessions are active.

See this entry in the whole of v2.1.268 →

Feedback