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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Artifact reads record whether the fetch was direct

Under the hood
Useful1 Signal2
Artifacts

Artifact reads now record whether the fetch was direct, and refusal text moved to one helper.

What

The artifact file-read telemetry event now carries an agent_direct field when the read result reports one, and the long refusal text for resubmitting an identical publish is assembled in one helper instead of inline.

Details
  • The helper returns both the refusal text and its reason code.
  • Comment-thread response mapping was folded into a shared helper on the same path.
Evidence

agent_direct

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