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.
Artifact reads record whether the fetch was direct
Under the hood
Useful1Signal2
Artifacts
Artifact reads now record whether the fetch was direct, and refusal text moved to one helper.
What's wrong with this entry?
Anonymous. No account, no email.
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.