DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
Reconnect no longer replays your last message as a new turn
You'll notice
Useful4Signal2
Sessions
Reconnecting no longer replays your last message and produces a duplicate turn.
What's wrong with this entry?
Anonymous. No account, no email.
What
When a session reconnects and the server replays earlier messages, those echoed user messages are now dropped with a debug log instead of being fed back into the prompt, which used to produce a duplicate turn.
Details
Messages are identified as replays by a flag on the incoming message and logged with their uuid.
Evidence
[bridge:repl] Ignoring replay echo: uuid=
Strings lifted out of the shipped bundle, so the claim above can be checked against them.