pub async fn list_sessions_with_opencode(
dir: &Path,
) -> Result<Vec<SessionSummary>>Expand description
List sessions including OpenCode sessions for a directory.
Merges CodeTether sessions with any discovered OpenCode sessions,
sorted by most recently updated first. OpenCode sessions are
prefixed with opencode_ in their ID.