Check opencode task status
opencode_statusRetrieve structured status of a dispatched background task: current state (running, done, crashed, cancelled, unknown), exit code, and log path upon completion.
Instructions
Return structured status for a dispatched task: running | done | crashed | cancelled | unknown, plus exit code and log path once finished. Backed by the child process's real exit event, not log string-matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id returned by opencode_dispatch. |