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

Dedicated status text when an agent is resumed

You'll notice
Useful2 Signal1
Elsewhere

Resuming an agent now prints its own "Resuming agent" or "Resumed agent" message.

What

Resuming an agent now produces its own message: "Resuming agent <id>" when there is no result yet, or "Resumed agent <id>. Result:" with the agent's output, falling back to "(no text output)" when the agent produced none. Neither phrase existed before.

Details
  • The helper that builds these strings is new; which resume paths use it is not settled in the code read.
Evidence

(no text output)

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 →