Question
How do I find the session ids to use with opencode --session <session-id> to continue or resume a previous session?
$ opencode --help | grep -- --session
-s, --session session id to continue [string]
- When I run the
/sessions command, I see (non-unique) names and timestamps, but no ids
- Maybe it'd be helpful to add an
opencode sessions sub-command to the cli to list sessions with their ids, for the user to copy/paste into -s/--session
Question
How do I find the session ids to use with
opencode --session <session-id>to continue or resume a previous session?/sessionscommand, I see (non-unique) names and timestamps, but no idsopencode sessionssub-command to the cli to list sessions with their ids, for the user to copy/paste into-s/--session