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 ·

Transcript loader now repairs stray string content instead of only dropping rows

Transcript loader now repairs plain-string message content instead of dropping or ignoring it

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

Transcript loader now repairs plain-string message content instead of dropping or ignoring it

What

When Claude Code loads or resumes a saved conversation transcript, a row where an assistant message's content is a plain (non-empty) text string, instead of the normal structured format, used to be either left alone or dropped entirely if malformed. Now that content is wrapped into a proper text block so it can be used normally. The cleanup log shown when loading or resuming a transcript now separately reports how many rows were cleaned, how many were wrapped, and how many were dropped.

Why

This recovers transcript rows that would previously have been silently discarded or left in an inconsistent format, reducing data loss when resuming past conversations.

See this entry in the whole of v2.1.277 →

Feedback