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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Crash recovery gives different advice for agents launched by WebFetch

You'll notice
Useful2 Signal2
Elsewhere

Crash recovery now separates agents that WebFetch started and advises you differently on each.

What

After an unclean exit, the recovery summary now distinguishes background agents that were started by WebFetch from ordinary ones and tells you what to do with each.

Details
  • WebFetch-launched agents get "Send it another message with SendMessage to resume it and get its report" and "Launch it again if its report is still needed."
  • Ordinary background agents keep the existing "Check its worktree/output for partial work before assuming the task landed."
  • The launch site records the distinction when the agent starts, and it is also inferred on completion from the files the fetch saved.
Evidence

Launch it again if its report is still needed.

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.232 →