Documentation Index
Fetch the complete documentation index at: https://mintlify.com/shobcoder/shob/llms.txt
Use this file to discover all available pages before exploring further.
shob session lets you inspect and clean up the sessions that Shob creates whenever you run an agent task. Each session stores the full conversation history, the working directory, and metadata such as the title and timestamps. Use shob session list to review past sessions and shob session delete to remove ones you no longer need.
Usage
shob session list
Lists all top-level sessions in reverse-chronological order (most recently updated first).
Flags
Alias:
-nLimit the output to the N most recent sessions. When omitted, all sessions are shown and the output is automatically piped through a pager (less) on TTY environments.Output format. Accepted values:
table— human-readable aligned table (default)json— JSON array containingid,title,updated,created,projectId, anddirectoryfor each session
Example output
JSON output
shob session delete
Permanently deletes a single session identified by its ID.
Arguments
The ID of the session to delete. Copy this from the first column of
shob session list. Deleting a session cannot be undone.Example
If the session ID does not exist, Shob prints an error and exits with a non-zero status code. No partial deletion occurs.