ada session — Manage Sessions

The ada session command helps you find and manage captured session bundles.

Usage

# List all sessions
ada session list [--format json]

# List only running sessions
ada session list --running

# Filter by app name substring
ada session list --app <name>

# Print the bundle path for the latest session
ada session latest

# Print the bundle path for the latest running session
ada session latest --running

# Mark orphaned sessions as failed (e.g. after a crash)
ada session cleanup

Where Sessions Are Stored

By default, sessions live under:

~/.ada/sessions/

You can override this location with:

export ADA_SESSIONS_DIR=/path/to/sessions