Read a delegated OpenCode session's transcript
ode_transcriptGet the conversation transcript of an active delegate session, without waiting for completion.
Instructions
Fetches the conversation so far for a session started by ode_delegate, without waiting for it to finish.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Only return the last N messages (default 20; 0 for all). | |
| sessionId | Yes | Session id returned by ode_delegate. | |
| includeToolCalls | No | When true, append a truncated one-liner per tool call under each assistant message. Default false (text-only). |