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

Deferred stdin writes to remote-io queue now flushed once input is attached

Stdin writes queued before input was ready are now flushed once input attaches

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

Stdin writes queued before input was ready are now flushed once input attaches

What

The queue that holds writes destined for remote input/output sessions gained an isInputAttached state along with setInputAttached, enqueue, and write methods. Any writes that were queued up before input was attached are now flushed out as soon as attachment happens. A related sentinel value used to mark completion now resolves as true instead of its previous behavior.

Why

This prevents input written before a remote session's input stream was ready from being lost or stuck, ensuring it's delivered once the connection is actually attached.

See this entry in the whole of v2.1.269 →