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 ·

Stream-event upload buffer gains a 'parked rows' path tied to a served_policy hold rule

The terminal display now pauses rendering new frames when output is backed up

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

The terminal display now pauses rendering new frames when output is backed up

What

Claude Code's terminal interface (built on a renderer called Ink) now checks how much output is still queued to be written to the terminal. If that backlog is too large, it holds off scheduling the next frame update and retries after a short delay, rather than always updating on a fixed timer regardless of whether the terminal has caught up.

Why

This prevents the display from getting further and further behind when the terminal can't keep up with output, keeping the interface more responsive instead of piling up unrendered frames.

See this entry in the whole of v2.1.275 →