Member Junction
    Preparing search index...
    BridgeDisconnectReason:
        | "Explicit"
        | "HostEnded"
        | "Janitor"
        | "Error"
        | "Shutdown"

    Why a bridge is being disconnected. A union (not an enum) mirroring the CloseReason values on AIAgentSessionBridge, so the driver can react appropriately (e.g. skip a graceful-leave handshake on Error).