opencode_retry
Load a saved checkpoint and resume a session from its saved state, optionally adding a continuation hint to guide the retry. Restore prior work and pick up where the previous run stopped.
Instructions
Loads a saved checkpoint and spawns a new session continuing from that state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkpoint_id | Yes | Checkpoint ID to retry from. | |
| continuation_hint | No | Optional extra instruction for retry. |