Continue GitHub Copilot session
copilot_continueResume an existing Copilot session in the workspace with a follow-up message. Apply sandbox permissions per turn and optionally watch live output.
Instructions
Continue the Copilot session rooted at this workspace (resumes its --session-id).
Resumes the exact session id the bridge set on the last copilot_ask in this
workspace, falling back to the newest on-disk session whose recorded cwd
matches (so it still works after a server restart). Unlike codex_continue,
copilot re-applies permission flags on every call, so sandbox takes effect
here too — e.g. analyze read-only with copilot_ask, then continue with
"workspace-write" to apply the fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch | No | If true, open the live "watch" view streaming copilot's steps (same viewer as copilot_ask). Default false. | |
| prompt | Yes | Follow-up message for the existing session. | |
| sandbox | No | Permission policy for THIS turn (default "read-only"). Same values and caveats as copilot_ask. | read-only |
| timeout_s | No | Max seconds to wait for copilot to complete. Default 180. | |
| workspace | No | Working root used by the prior session. Defaults to the server cwd. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |