continue_job
Resume a completed job with a new prompt, inheriting session context and configuration from the original run to continue work in a new direction.
Instructions
Continue a completed durable job with a new direction, picking up where the kept run left off.
job_id is the id of a kept run under <jobs_dir>/ (the run_dir name a persisted result carries). A
delegate job resumes its one session (else re-injects the prior prompt + answer); a consensus panel
resumes each voice's session and re-aggregates under the recorded strategy; a debate resumes each seat's
session and argues rounds MORE rounds (rounds is ignored for the other kinds). The parent's record
supplies the roster, model, working dir, role, files, and -- for a panel -- the strategy / stances /
per-seat steering, all inherited unless overridden here. A seat whose agent cannot reload its ACP session
is recorded as a failed voice, never silently dropped. The continuation is a fresh run linked to the
parent (continued_from) -- the parent is never mutated. The trust gate is re-applied fresh and defaults
to read_only (panels are read-only deliberation regardless). persist (default true) keeps the
continuation as its own durable child job. mode="async" runs it as a background job and returns a
job_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | sync | |
| role | No | ||
| files | No | ||
| model | No | ||
| effort | No | ||
| job_id | Yes | ||
| prompt | Yes | ||
| rounds | No | ||
| persist | No | ||
| timeout_s | No | ||
| safety_mode | No | ||
| working_dir | No | ||
| trust_workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |