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 ·

Control-protocol requests now reject immediately if already aborted

Control-protocol requests now fail fast if already cancelled before being sent

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSDKwhat it touches
KindBug Fixesin v2.1.269,
Under the hood

Control-protocol requests now fail fast if already cancelled before being sent

What

The internal control-request mechanism used by the Claude Code SDK now checks upfront whether the request's cancellation signal is already triggered. If so, it immediately rejects with a "Control request aborted" error instead of sending the request and only reacting to cancellation afterward.

Why

This avoids sending requests that are already known to be cancelled, saving wasted work and making cancellation behave more predictably.

See this entry in the whole of v2.1.269 →