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

Scratchpad file uploads gain a dedicated font-file category and case-insensitive name collision check

Scratchpad file uploads now have a separate font-file limit and block case-only duplicate names

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

Scratchpad file uploads now have a separate font-file limit and block case-only duplicate names

What

When uploading files to the scratchpad (the attachment area for files you give Claude), fonts are now recognized as their own file category based on extension or content type. Fonts get their own byte-size and file-count limits (rejecting uploads with more than a set number of fonts), separate from the existing 8MB-per-file and total file-count caps that already applied to other files.

Uploads are also now checked for name collisions that differ only by letter case (after normalizing the filename); a file with the same name as an existing one except for capitalization is rejected.

Why

This prevents font uploads from silently exceeding size budgets meant for other file types, and stops uploads from creating two files whose names differ only by case, which can cause confusion or conflicts on case-insensitive filesystems.

See this entry in the whole of v2.1.275 →

Feedback