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

Hooks can now interrupt a running permission-prompt tool call

Hooks can now cancel a tool call while its permission prompt is still waiting for you to respond

TierYou'll noticehow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaHookswhat it touches
KindImprovementsin v2.1.268,
You'll notice

Hooks can now cancel a tool call while its permission prompt is still waiting for you to respond

What

A hook is custom code that runs automatically at certain points in Claude Code, such as before a tool is used. Previously, once a tool call reached its permission prompt (the dialog asking you to approve or deny a tool), a hook could not stop it mid-flight. Now, while that permission prompt is waiting, Claude Code races the tool call against the hook's own decision. If the hook finishes first with an outcome, the tool call is aborted and the hook's decision, including any interrupt, is used instead, with a log message noting which tool and hook caused the interrupt.

Why

This lets hooks reliably cancel a tool call that's sitting at a permission prompt, rather than only being able to act before or after that point.

See this entry in the whole of v2.1.268 →

Feedback