Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Session Explorer

The Session Explorer lets you browse your coding sessions and drill into turn-by-turn detail.

A filterable, sortable table of sessions:

ColumnDescription
TimestampWhen the session started
DurationSession length
TurnsNumber of prompt/response pairs
TokensTotal input + output tokens
PRISMComposite score with tier badge
ModelPrimary model used

Filter by date range, model, or PRISM score range.

Click a session to see the full breakdown:

  • Total tokens (input/output split)
  • Session duration and turn count
  • PRISM score with all 5 dimensions
  • Anti-patterns detected

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.)

Raw OTEL telemetry for the session:

  • Logs — OTEL log records
  • Metrics — token counts, timing metrics
  • Traces — spans showing the request lifecycle