Navigating to a Session
Open the Sessions view in the dashboard. Sessions appear in reverse-chronological order, most recently active first. Use the filter bar to narrow the list:- Person — filter to a specific engineer or principal
- Date range — pick a preset (today, yesterday, last 7 days) or a custom window
- Source — limit to a single integration (Claude Code, Codex, Cursor, OpenCode, OpenRouter)
- Model — show only sessions that used a given model
Session Timeline
The timeline displays every event in the order it occurred during the session. Each entry shows its timestamp, type, and a one-line summary. Filter the timeline by event type using the tabs at the top:
Expand any event to read the full content.
Token Timeline
The token timeline sits above the event list as a visual chart. It plots token usage across the session so you can spot the moments where context grew large or a prompt spike occurred.- Click any point on the chart to jump to that message in the event list
- Drag to select a range and see the aggregate token count for that slice
- The chart annotates the peak token count and the model in use at that point
Key Stats
The stats panel in the top-right corner of the replay view summarizes the whole session at a glance:Tool Call Detail
Expand any tool call in the Tools tab to inspect it fully:- Input — the exact arguments passed to the tool
- Output — the full result returned (truncated for large outputs, with a “Show full” option)
- Duration — wall-clock time the tool call took
- Token cost — input and output tokens attributed to this call
Searching Within a Session
Use the search bar at the top of the timeline to find content within the session. Search matches across:- Message content (prompts and responses)
- Tool call inputs and outputs
- File paths mentioned or edited
Full Session View
When a session used context compaction — where the agent summarized earlier context to make room for new turns — the timeline shows only the active window by default. Toggle Show full session to expand the view and include compacted turns, so you can trace the complete arc of the work from start to finish.From the CLI
The same session data is available in your terminal. Useterma session events with the session’s routing key:
--tools-only to focus on tool calls and skip the conversational turns:
terma session list: