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

A new env var stops Claude Code from hanging when stdout is slow, like when piped somewhere.

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTerminal Rendererwhat it touches
KindNew Featuresin v2.1.261,
Use it now Notable

A new env var stops Claude Code from hanging when stdout is slow, like when piped somewhere.

A new CLAUDE_CODE_NONBLOCKING_STDOUT environment variable makes the terminal renderer install a non-blocking stdout writer with backpressure handling instead of writing directly. This can prevent the process from hanging when stdout is slow or blocked, such as when piped to a slow consumer.

Read from
Names in the bundleCLAUDE_CODE_NONBLOCKING_STDOUT
What the documentation says
How sure we are
One source agreesOne thing we can check says the same as this entry.
The name it cites is new in this buildNew in this build: CLAUDE_CODE_NONBLOCKING_STDOUT

See this entry in the whole of v2.1.261 →