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

Rate-limit options UI now requires the Ink renderer

Rate-limit options screen now requires the Ink terminal UI to be available

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

Rate-limit options screen now requires the Ink terminal UI to be available

What

The hidden feature flag controlling the 'Show options when rate limit is reached' screen now declares requires: { ink: true }, meaning this feature is gated on the Ink terminal rendering library being available.

Why

This ensures the rate-limit options screen only activates in environments that support Ink-based rendering, avoiding attempts to show it where the terminal UI framework it depends on isn't present.

See this entry in the whole of v2.1.277 →

Feedback