Running /clear no longer disconnects the editor bridge; it follows you onto the new session.
What's wrong with this entry?
Clearing the conversation no longer tears down the REPL bridge. The bridge now repoints onto the new session, carrying its session id, last sequence number, dialog kinds and grouping id, and flags that history should not be backfilled.
- It also subscribes to reset, resume and spare-claim transitions.
- Archiving the old session changed from an immediate call to a deferred, error-logged one that can be cancelled.
- New telemetry records when the bridge disables itself automatically (
tengu_bridge_repl_auto_disabled) and when a compaction happens while it is disabled. - Queued SDK events are forwarded with their own error logging rather than being lost silently.
tengu_bridge_repl_auto_disabled
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.