End remote chat mode
bridge_stopEnds remote chat mode for a conversation, stopping the daemon and session handle while preserving history. Use when the user says they are done.
Instructions
Ends remote chat mode for THIS conversation: the daemon stops polling the thread, any in-flight wait returns 'stopped', and the session handle stops working — resuming later needs a fresh bridge_start. The conversation history is left intact; the thread is not deleted and a GitHub issue is not closed, so the record stays readable afterwards. Calling it twice, or on a session that already ended, is harmless. Use it when the user says they are done — not in response to a 'timeout' from bridge_await, which only means no reply has arrived yet.
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. |