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

Artifact tool schema gains read_page_data, capabilities/contract, and typed-Artifact catalog fields

Artifact tool schema adds a read_page_data action plus capabilities, contract, and typed-catalog fields

TierNothing to try yethow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaArtifactswhat it touches
KindIn Developmentin v2.1.269,
Nothing to try yet No documentation found

Artifact tool schema adds a read_page_data action plus capabilities, contract, and typed-catalog fields

What

The schema that defines the artifact tool's parameters was rewritten and now documents several new pieces:

  • read_page_data, an action that validates a page's declared data against a named interaction schema
  • a reserved preflight.js file convention at the artifact root
  • capabilities and contract fields for declaring what an artifact can do at runtime
  • type_query, type, type_url, and auto_open fields for browsing and creating artifacts from published "types"
  • a label field for named publishes
Why

This expands what an artifact can declare about itself and how it can be validated, browsed, and published, building on the previously introduced preflight.js hook and republish-deadline mechanism.

Read from
Names in the bundleread_page_data

See this entry in the whole of v2.1.269 →

Feedback