Session Explorer
The Session Explorer lets you browse your coding sessions and drill into turn-by-turn detail.
Session list
Section titled “Session list”A filterable, sortable table of sessions:
| Column | Description |
|---|---|
| Timestamp | When the session started |
| Duration | Session length |
| Turns | Number of prompt/response pairs |
| Tokens | Total input + output tokens |
| PRISM | Composite score with tier badge |
| Model | Primary model used |
Filter by date range, model, or PRISM score range.
Session detail
Section titled “Session detail”Click a session to see the full breakdown:
Summary
Section titled “Summary”- Total tokens (input/output split)
- Session duration and turn count
- PRISM score with all 5 dimensions
- Anti-patterns detected
Turn-by-turn timeline
Section titled “Turn-by-turn timeline”A vertical timeline showing each prompt/response pair:
- Prompt text — your actual prompt
- PQ score — per-prompt quality score
- Response time — how long the AI took to respond
- Tokens — input/output for this turn
- Tool calls — which tools were invoked
- Flags — anti-patterns detected on this turn (retry storm, vague prompt, etc.)
Telemetry view
Section titled “Telemetry view”Raw OTEL telemetry for the session:
- Logs — OTEL log records
- Metrics — token counts, timing metrics
- Traces — spans showing the request lifecycle