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

Terminal capability probe now polls with a timeout instead of a fixed loop count

Terminal capability detection now polls with a timeout instead of a fixed number of tries

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

Terminal capability detection now polls with a timeout instead of a fixed number of tries

What

The low-level routine that checks what a terminal supports, by reading its device-attribute responses, used to read from /dev/tty a fixed 64 times looking for a match. It now instead knows how many responses it expects, tracks a deadline, and polls every 2 milliseconds until either enough matching responses arrive or the deadline passes.

Why

This makes terminal capability detection more reliable across terminals and systems with different response speeds, instead of relying on a fixed number of attempts that might be too few or unnecessarily many.

See this entry in the whole of v2.1.271 →

Feedback