Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Artifact 'type_url' create flow gains a host-grant check and a post-create publish-eligibility check

Creating an Artifact from a type now checks for a host grant first and verifies publishing works afterward

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

Creating an Artifact from a type now checks for a host grant first and verifies publishing works afterward

What

When Claude Code creates an Artifact based on an existing Artifact type (via type_url), it now first requests a grant tied to that type before proceeding with creation. After the Artifact is created, it separately checks whether files can actually be published to it from the current session, and shows a warning if they can't.

Why

This adds upfront and after-the-fact checks around creating typed Artifacts, catching permission problems earlier or right after creation rather than only when a later publish attempt silently fails.

See this entry in the whole of v2.1.271 →

Feedback