Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

Artifact publish tracks whether copied source files survive a resume

Publishing an artifact now records whether copied source files still match what was approved

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.273,
Under the hood

Publishing an artifact now records whether copied source files still match what was approved

What

When publishing an artifact, Claude Code's publish tool can include "copies" — files copied into the artifact from another source. On resuming a publish, it now compares a hash of each copy's path, slug, path, and version against what was originally approved. The result, a true/false value, is attached to the artifact_publish_resume telemetry event as copies_carried.

Why

This lets Anthropic detect when copied source files have changed or gone missing between when a publish was approved and when it actually resumes, which matters for keeping published artifacts consistent with what a user agreed to.

See this entry in the whole of v2.1.273 →