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

Truncated agent reports no longer point at a file that is not there

You'll notice
Useful3 Signal2
Subagents

A truncated subagent report now says the earlier part is unavailable instead of naming a missing file.

What

When a subagent's report is too long and there is no saved copy to point to, the truncation notice now says the earlier part is not retrievable instead of printing a file path that leads nowhere.

Details
  • Tasks that saved WebFetch results to files no longer advertise an output file in their completion notification.
  • Truncation now cuts on whole characters rather than a raw byte-ish slice, so multi-byte text is not split mid-character.
Evidence

characters; the earlier part of the report is not retrievable.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.232 →