pub fn resolve_session_or_suggest(
explicit_session: Option<&str>,
storage: &SqliteStorage,
) -> Result<String>Expand description
Resolve session ID with rich hints on failure.
Like resolve_session_id, but on NoActiveSession queries the database
for recent resumable sessions and enriches the error with suggestions.
Use this in command handlers that already have a SqliteStorage instance.