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

Artifact create-from-type now also rejects a deadline field

Creating an Artifact from a type_url now also rejects a stray deadline field

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindBug Fixesin v2.1.267,
You'll notice

Creating an Artifact from a type_url now also rejects a stray deadline field

What

When an Artifact is created from a type_url (a type-based template), Claude Code already stripped out several fields that don't belong on that kind of creation, such as url, pr_review, capabilities, contract, lang, and force. Now deadline is rejected the same way.

Why

A type-based Artifact always gets its settings from its type, so a deadline value supplied alongside it would be meaningless or conflicting. Rejecting it keeps creation requests consistent and catches a mistake early instead of silently ignoring it.

See this entry in the whole of v2.1.267 →