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

Artifact publish/version actions now thread a requestId for idempotency

Artifact publish actions now pass a requestId through to the backend for idempotency

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.274,
Under the hood

Artifact publish actions now pass a requestId through to the backend for idempotency

What

The artifact publish "version" action, along with its three underlying implementations (workshop files-only publish, live-doc publish, and the general publish path), now pass a requestId taken from the incoming request through to the backend publish call.

Why

Threading a request ID through publish calls supports idempotency, meaning a repeated or retried publish request can be recognized as the same request rather than causing a duplicate action.

See this entry in the whole of v2.1.274 →