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

Artifact file uploads now reject replacement-character/unpaired-surrogate text

Artifact text file uploads are now rejected if they contain the Unicode replacement character or an unpaired surrogate

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

Artifact text file uploads are now rejected if they contain the Unicode replacement character or an unpaired surrogate

What

When a text-type file is validated for publishing to an Artifact, content containing the Unicode replacement character (U+FFFD, the symbol that appears when text can't be decoded properly) or an unpaired surrogate (a broken piece of a multi-part character) is now rejected with a specific error. For HTML files, the error also explains that the character should be escaped as � instead.

Why

This catches text corruption before it's published, rather than letting broken or unreadable characters make it into a live artifact.

See this entry in the whole of v2.1.267 →