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

Attachment rendering can now rewrite or drop transcript entries via ELr lookup

Transcript rendering can now drop or rewrite individual entries based on a per-entry lookup

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTerminal Renderingwhat it touches
KindInternal Changesin v2.1.277,
Under the hood

Transcript rendering can now drop or rewrite individual entries based on a per-entry lookup

What

A new function wraps the part of Claude Code that turns an attachment into a displayed transcript message. It checks a per-entry lookup to see if that attachment's rendering has been marked "left-out" or "rewritten":

  • If marked "left-out", nothing is rendered for it, unless a bypass flag is set
  • If marked "rewritten", the rendered text is replaced using a new helper
Why

This gives Claude Code a way to suppress or alter how specific transcript entries are displayed, rather than always rendering an attachment as-is.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhat determines whether an entry is marked left-out or rewritten, and what triggers the bypass flag, isn't stated in the finding.

See this entry in the whole of v2.1.277 →

Feedback