opencode_list_sessions
List all active and recent opencode sessions to see session IDs and manage ongoing work.
Instructions
List all active and recent opencode sessions.
Return Format
{"success": bool, "message": str, "data": {"sessions": [{"id": str}]}}
Examples
opencode_list_sessions()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||