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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Artifact operations say when they did nothing

You'll notice
Useful2 Signal1
Artifacts

Artifact upload, read, delete and edit now say when there was nothing to do.

What

Upload, read, delete and edit paths for artifacts previously returned silently when there was nothing to act on, and now return an explicit result: "Nothing was uploaded", "Nothing was read", "Nothing was deleted" or "Nothing was read or changed".

Details
  • Live-file publishing attaches a liveFilesOn telemetry flag, but only when the accompanying liveFilesGate value is true.
  • File entries in this path changed from a single value to a pair holding the original path and the redirected one.
Evidence

Nothing was read or changed

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