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 ·

Conversation replace-all now marks session as remote-originated

Replacing all messages in a conversation now marks the session as remote-originated and transforms messages before storing them

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSessionswhat it touches
KindInternal Changesin v2.1.267,
Under the hood

Replacing all messages in a conversation now marks the session as remote-originated and transforms messages before storing them

What

When Claude Code replaces the entire set of messages in a conversation, it now marks the conversation as remote-originated (via markConversationRemote) and runs the messages through an additional transform step before saving them, rather than storing the raw list as before.

Why

This helps Claude Code correctly track which conversations came from a remote source (such as a synced or delegated session), which matters for features that behave differently depending on where a conversation originated.

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 doubtThe finding doesn't say what the Coe() transform does to the messages, so its exact effect on stored data is unclear.

See this entry in the whole of v2.1.267 →