Use helper scripts to manage your OpenCode instances.
All scripts are in the workspace skills directory. Run them with:
uv run python skills/opencode/script_name.py
Note: Do not kill the opencode process.
list_sessions.pyListing all OpenCode sessions
Example: uv run python skills/opencode/list_sessions.py
list_messages_of_session.pyListing latest OpenCode messages by session_id
Example: uv run python skills/opencode/list_sessions.py {session_id}