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

Interrupt handling: variable fix in queued-interrupt path

A queued-interrupt code path now stores the correct variable instead of a mismatched one

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.265,
Under the hood

A queued-interrupt code path now stores the correct variable instead of a mismatched one

What

In the part of interrupt handling that runs when there's no live session, the value saved into pendingInterrupt was changed from one local variable to a different one.

Why

This looks like a correctness fix ensuring the right interrupt value is queued and later acted on when no live session is present.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding doesn't state what the old, incorrect variable caused to go wrong in practice.

See this entry in the whole of v2.1.265 →

Feedback