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

Ink root double-mount guard

Claude Code now errors loudly instead of silently overwriting a stuck terminal UI root

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

Claude Code now errors loudly instead of silently overwriting a stuck terminal UI root

What

Claude Code's terminal interface is built with a library called Ink, which mounts a "root" to take over the terminal and put it in raw input mode. Previously, if something tried to mount a second root on a stream while a prior root was still holding the terminal in raw mode, the tracking silently overwrote the old root. Now this situation throws an explicit error telling the caller to unmount the previous root first.

Why

This surfaces a bug condition immediately instead of letting it fail silently, which should make it easier to catch and fix cases where the terminal UI is being mounted incorrectly.

See this entry in the whole of v2.1.274 →