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.277 ·

Artifact publish rejects remote {artifact,path} file references, requires local copies

Artifact publish now rejects file references into other artifacts, requiring a local copy instead

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifact Publishwhat it touches
KindImprovementsin v2.1.277,
You'll notice

Artifact publish now rejects file references into other artifacts, requiring a local copy instead

What

When publishing an artifact, the files parameter no longer accepts entries shaped like {artifact, path} — a reference pointing into another artifact. Such entries now produce a validation error telling the caller to publish from a local copy instead, either a source path inside the artifact's root or an entry shaped like {from, contentType}.

Why

This closes off publishing files by reference to another artifact, requiring an actual local copy of the content instead, which avoids depending on another artifact's contents at publish time.

See this entry in the whole of v2.1.277 →