opencode_session_todo
Retrieve the todo list for a specific coding session by providing its session ID, making it easy to track outstanding tasks and progress.
Instructions
Get the todo list for a session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Session ID | |
| directory | No | Absolute path to the project directory. When provided, the request targets that project. If omitted, the OpenCode server uses its own working directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| text | Yes | ||
| isError | Yes |