Continue Grok Build session [experimental]
grok_continueResume the existing Grok session for this workspace and send a follow-up prompt to continue coding or analysis. Falls back to the previous session after a restart, preserving the project context.
Instructions
Continue the Grok session rooted at this workspace. EXPERIMENTAL.
Resumes the exact session id grok returned on the last grok_ask in this
workspace (-r <id>), falling back to grok's own "most recent session for this
cwd" (-c) when that in-memory pin is gone — so it still works after a server
restart. grok applies permission flags per invocation, so sandbox takes effect
here too: analyze read-only with grok_ask, then continue with "workspace-write"
to apply the fix. Same experimental caveat and auth requirement as grok_ask.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch | No | If true, open the live "watch" view streaming grok's steps (same viewer as grok_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 platform caveats as grok_ask. | read-only |
| timeout_s | No | Max seconds to wait for grok 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 |