Source Intelligence

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.

All of v2.1.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

One shared path for resuming interrupted tool calls

Under the hood
Useful2 Signal1
Permissions

Resuming an interrupted permission request and a hook-deferred tool now follow the same single code path.

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.

See this entry in the whole of v2.1.235 →