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

Design system publish can now bypass file-permission checks for font files

Publishing the design system now lets font files through even if permission rules would otherwise block them

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindBug Fixesin v2.1.275,
Under the hood

Publishing the design system now lets font files through even if permission rules would otherwise block them

What

When Claude Code saves 'the design system' to disk, it now checks whether a file is a font file. If it is, the file is allowed to be written even when the usual permission-rule filtering would otherwise have blocked it, and the write is tagged internally with the reason 'font file'.

Why

Font files are needed for a design system to render correctly, so blocking them on permission grounds could leave the design system broken. This exception avoids that failure mode for fonts specifically.

See this entry in the whole of v2.1.275 →