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.275 ·

UI-message coalescer (DDn) rebuilt with injectable run/schedule/warn hooks

The UI message batching function was rebuilt to accept swappable run, schedule, and warn functions

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaUIwhat it touches
KindInternal Changesin v2.1.275,
Under the hood

The UI message batching function was rebuilt to accept swappable run, schedule, and warn functions

What

The internal function that batches and dispatches queued ui.message chains was rewritten so its run, schedule, and warn behaviors can be swapped out, instead of being fixed. By default it still uses the same real implementations as before (a function called yft for running, a setTimeout-based scheduler for scheduling, and the standard warning logger).

Why

This is an internal refactor that makes the message-batching logic easier to test or override, without changing its default behavior for everyday use.

See this entry in the whole of v2.1.275 →