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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Artifact asset reads say where they can run

You'll notice
Useful2 Signal3
Artifacts

Refused artifact asset reads now say where such reads work, and public assets skip the gate.

What

The refusal shown when an artifact asset cannot be read now states exactly where such reads work: a local session, or an Anthropic-hosted cloud session with its gateway relay enabled. Reads of public assets are no longer subject to the same access gate as private ones.

Details
  • The message ends "retrying from here will not help", so there is no point re-running.
  • Detection of a remote session moved from an inline environment-variable test to a shared helper.
Evidence

asset reads run only from a local session or an Anthropic-hosted cloud session with its gateway relay enabled; retrying from here will not help

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