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

Hook-triggered abort now unwraps sub-agent turn controllers

A hook interrupting a sub-agent or forked turn now aborts the real turn controller instead of doing nothing.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaHookswhat it touches
KindBug Fixesin v2.1.257,
You'll notice No documentation found

A hook interrupting a sub-agent or forked turn now aborts the real turn controller instead of doing nothing.

When a PermissionRequest/PreToolUse hook interrupts with interrupt: true, the abort logic now goes through a helper that unwraps a possibly-wrapped controller down to the underlying turnController before calling .abort(). This fixes cases such as sub-agent or forked turns where abort could be called on the wrong object and silently do nothing.

Read from
Names in the bundleinterrupt: true

See this entry in the whole of v2.1.257 →

Feedback