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

Binary downloads get different wording inside the web-fetch agent

Under the hood
Useful1 Signal2
Web Fetch

Inside the fetch subagent, saved binary downloads are reported without any file path.

What

When a fetch saves binary content to disk from inside the web-fetch subagent, the appended note now tells the subagent it cannot open files and must not include any file path in its report. The ordinary caller path keeps the existing note naming the saved path.

Details
  • Only applies on the web-fetch agent path, which is off by default in this build.
Evidence

You cannot open files here, and the harness gives the caller the path itself — say that the file was saved, but do not put any file path in your report.

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 →