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

Artifact type/design-system file resolution now checks project/ prefix and supports installing saved design-system tokens directly

Artifact file lookups now also check a project/ prefix, and saved design tokens can be installed directly

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindImprovementsin v2.1.274,
You'll notice

Artifact file lookups now also check a project/ prefix, and saved design tokens can be installed directly

What

When Claude Code looks up type or design-system files for an Artifact (things like README.md or tokens.json), it now checks both the plain path and a project/-prefixed version of that path.

It also lets the model install a previously-saved design system directly: instead of re-reading and re-typing the file's contents, it can send the saved tokens.json (and, for the 'design' type, bundle.js, bundle.css, and index.d.ts) as a files entry that just points from a path with a contentType. There's also special handling for the 'slides' type's designSystems unpinned flag.

Why

This avoids unnecessary re-reading and retyping of design-system content that's already saved, and makes file lookups more resilient by checking an additional common path location.

See this entry in the whole of v2.1.274 →