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

Artifact create-from-type: server can reject a client-supplied request_id and get a retry without it

Artifact creation retries automatically if the server rejects its request_id

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaArtifactswhat it touches
KindImprovementsin v2.1.274,
Under the hood

Artifact creation retries automatically if the server rejects its request_id

What

When Claude Code creates an artifact from a type, it now attaches a request_id to the create request. If the server responds with a 400 error specifically rejecting that request_id field, Claude Code strips it and retries the creation once automatically, logging a request_id_rejected telemetry event. The result of a successful create can also now include a provisioned object.

Why

This means an artifact creation that would otherwise fail outright because of a rejected request_id now has a chance to succeed on retry, without the user seeing an error.

See this entry in the whole of v2.1.274 →

Feedback