Show remote chat mode status
bridge_statusReport the bridge session status for this conversation as JSON, indicating adapter, thread, and whether it is active. Use it for diagnostics, as it does not post or consume pending replies.
Instructions
Reports the bridge's record for THIS conversation as JSON — which adapter is in use, the thread it is bound to, and whether the session is still active — or a null session once it has ended. Diagnostics only: it posts nothing to the thread and does not consume a pending reply, so unlike bridge_await it is safe to call at any point, including while deciding whether a bridge_start is still needed. It answers from local daemon state without contacting the chat provider, so it confirms what the bridge believes rather than that the provider is reachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | Yes | Session handle returned by bridge_start for THIS conversation. Routes the call to the right chat thread and keeps concurrent conversations — even two in the same workspace — from crossing over. |