Sessions
How prompts are grouped into sessions
A session is a single continuous conversation with an AI tool. Prompts that share a session_id are grouped into a collapsible session card on the dashboard.
Session metadata
- –Session ID (abbreviated)
- –Total prompt count
- –Source badges (Cursor, Claude Code, VS Code, MCP)
- –Primary model used (most common in the session)
- –Branch name when available
- –Time range from first to last prompt
Session IDs by source
| Tool | Source |
|---|---|
| Cursor | UUID from the agent transcript filename / composerData |
| Claude Code | UUID from the JSONL session_id field |
| VS Code Copilot | Copilot's session identifier |
| MCP | Provided by caller, or auto-generated |
ℹ
The most recent session opens expanded by default; everything older starts collapsed to keep the view scannable.