DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
One shared path for resuming interrupted tool calls
Under the hood
Useful2Signal1
Permissions
Resuming an interrupted permission request and a hook-deferred tool now follow the same single code path.
What's wrong with this entry?
Anonymous. No account, no email.
What
Resuming an orphaned permission request and resuming a tool a hook deferred were two inlined blocks that each built their own early result. Both now go through a single routine, so the availability check and result shaping live in one place.
Evidence
tool_deferred_unavailable
Strings lifted out of the shipped bundle, so the claim above can be checked against them.