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

Terminal control-character detection widened to catch image placeholders and unpaired surrogates

Terminal rendering now also flags image placeholder characters and broken surrogate pairs as unsafe control characters

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTerminal Renderingwhat it touches
KindBug Fixesin v2.1.277,
You'll notice

Terminal rendering now also flags image placeholder characters and broken surrogate pairs as unsafe control characters

What

Claude Code checks rendered text for raw control characters (characters that don't print visibly but can affect terminal behavior) when they appear outside its own escape-sequence handling. This check now also catches two more cases: image placeholder characters, and unpaired surrogate halves (broken pieces of certain multi-part Unicode characters that should always come in pairs).

Why

Catching these additional cases helps prevent malformed or unexpected characters from corrupting terminal output or causing rendering glitches.

See this entry in the whole of v2.1.277 →