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

Plugin UI client rendering gets a bounded per-request row budget

Plugin UI rendering now enforces a cap on terminal rows used per request, with older requests evicted

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

Plugin UI rendering now enforces a cap on terminal rows used per request, with older requests evicted

What

Claude Code now tracks how many terminal rows each plugin's UI client contributes to a given render, keyed by the request, plugin, and client. There's a cap on the total rows allowed, and older tracked requests are evicted once that cap is reached.

Why

This keeps a single plugin's UI output from consuming an unbounded amount of terminal space, and the eviction keeps the tracking data itself from growing without limit.

See this entry in the whole of v2.1.267 →

Feedback