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

Artifact-type-instructions prompt block gained size-scrubbing and page-content helpers

Artifact type-instructions prompts gain new helpers for verifying and trimming embedded page content

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.265,
Under the hood

Artifact type-instructions prompts gain new helpers for verifying and trimming embedded page content

What

New internal helpers build the guidance text that tells Claude how to write to an Artifact type's declared data store (via mcp, data, write_db, or run_script) instead of publishing files directly to it. Related helpers check whether a type's instructions file is verified as belonging to that type and release, and wrap or trim page content using <...page tag...> markers, dropping content that would exceed a set byte budget.

Why

This keeps Artifact type instructions accurate and within size limits, and steers writes toward the type's proper data store rather than direct file publishing.

See this entry in the whole of v2.1.265 →

Feedback