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

WebFetch reports which local files a fetch actually wrote

You'll notice
Useful3 Signal3
Web Fetch

Web fetches of non-text content now list exactly which local files they wrote to disk.

What

When a fetched URL returns non-text content, Claude writes the raw bytes to disk. This release adds a record of those writes and prints it in the transcript as a harness note listing exactly which local files the run produced, with a warning that any other path in the report came from the page text rather than from disk.

Details
  • The record holds the directories and file paths written, and is threaded from the web-fetch task through the task store, the tool-result plumbing and the fetch cache.
  • A cache hit re-registers the path it previously saved to, so repeat fetches still report their file.
  • If the agent's own structured output already contains a saved-files key, the harness drops it and logs that it did, so the note always comes from the harness and not from the model.
Evidence

[Harness note, not part of the agent's 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 →