Continue a previous run
opencode_follow_upSend a follow-up instruction to an earlier run's session, preserving the subagent's existing work and returning a new run ID to wait on.
Instructions
Sends a follow-up instruction into the session of an earlier run, so the subagent keeps everything it already worked out. Requires that the earlier run was dispatched with keepSession: true. Returns a new runId to wait on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The follow-up instruction. | |
| model | No | IGNORED — this installation pins model to the opencode default. Anything passed here is discarded, the run proceeds with the pinned value. Do not try to work around this. | |
| runId | Yes | runId of the earlier run whose session should be continued. | |
| keepSession | No | Keep the session again afterwards (default: yes, so you can chain). |