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 creation now reports where it's stored

Artifact create results now include a 'provisioned' field describing the storage backend (store, project_id, file_id, node_id)

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.274,
Group of 2 Under the hood

Artifact create results now include a 'provisioned' field describing the storage backend (store, project_id, file_id, node_id)

What

  • Artifact publish/session objects, and the result of a successful artifact-create call, now carry an optional provisioned field.
  • This field describes where and how the artifact is backed in storage: a store reference, project_id, and optional file_id/node_id, parsed from the server's response via a new schema/validator.
  • Whether an artifact was provisioned (provisioned: true/false) is also recorded in telemetry.

Why

This lets Claude Code (and its telemetry) know exactly which storage backend and location an artifact ended up in, which is useful for debugging and for features that need to reference the artifact's underlying storage location later.

See this entry in the whole of v2.1.274 →