Skip to main content

Agent Sessions Explorer

In brief: Open Agent Sessions Explorer from Studio Settings → AgentWatch to browse watched agent chats, search and filter sessions, inspect extraction runs and stats, and trigger extractions on demand.

Agent Sessions Explorer is the Studio surface for inspecting what AgentWatch has indexed and processed. Use it to verify that sessions are mapped correctly, find a specific conversation, understand why an extraction ran (or was skipped), and force a sync when you do not want to wait for the next cadence tick.

Agent Sessions Explorer in TestChimp Studio

Settings → AgentWatch → Explore Sessions — session list, transcript, extractions, and stats

How to open it​

  1. Open TestChimp Studio.
  2. Go to Settings → AgentWatch.
  3. Click Explore Sessions.

The explorer opens over the AgentWatch settings pane. Use Back to return to settings. AgentWatch (and the AgentsView daemon) should be enabled so sessions can load—see How to enable and configure.

What you can do​

CapabilityWhere
Browse agent conversations across supported providersSession History list (left)
Filter by mapped projectFilter control in the list header
Full-text search chatsSearch control in the list header
Read a session transcript and checkpointSession detail → Transcript
Inspect extraction pipeline historyExtraction History, or session → Extractions
View session processing statsSession detail → Stats
Force extraction now (all eligible sessions)Run Extraction Now
Re-run extraction for one sessionSession → Stats → Re-run extraction

Session History​

Toggle Session History to browse conversations AgentWatch has indexed from your watched agents (Cursor, Claude Code, Codex, and the other providers you enabled).

Sessions are grouped by recency (Today, Yesterday, then by date). Select a session to open the detail pane:

  • Transcript — full user / agent message thread, with a checkpoint marker showing how far AgentWatch has processed the chat
  • Extractions — extraction runs that touched this session (status, trigger, provider, timestamps), with Jev results and LLM I/O when present
  • Stats — project mapping, last checkpoint time, checkpoint index, fingerprint status, message counts (total / user / agent / unprocessed)

In the list header:

  • Filter — narrow to one mapped TestChimp project (or clear to show all)
  • Search — full-text search over session content (via AgentsView), plus matching on labels, cwd, session id, and project name
  • Refresh — reload the session or extraction list from the daemon / local store

Active project filters appear as a closable tag under the header.

Extraction History​

Toggle Extraction History to browse recent AgentWatch extraction runs across sessions—not only the automatic cadence ticks, but also forced runs.

Select a run to inspect:

  • JEV results — filter status, skip reason, project, neighbours, and chunk preview
  • LLM I/O — provider, model, prompt / response, and plan preview when the run authored or updated a plan
  • Errors — failure or skip detail when the run did not complete normally

This is the fastest place to confirm that a forced extraction produced new runs, or to diagnose skips and filter outcomes described in How filtering works.

Force extractions​

Run Extraction Now​

At the top of the explorer, Run Extraction Now starts AgentWatch extraction immediately instead of waiting for the sync cadence.

  1. Click Run Extraction Now.
  2. Optionally set Lookback (days) (default follows Studio’s AgentWatch lookback, typically ~90 days).
  3. Confirm.

The run can take a few minutes. When it finishes, the explorer refreshes and switches to Extraction History so you can review new runs.

Re-run a single session​

On a selected session’s Stats tab:

  • Re-run extraction — force processing for that session only, then open its Extractions tab with the latest run selected
  • Clear checkpoint — reset the processing checkpoint so the next extraction can reconsider earlier messages (use when a session was mutated or you need a clean reprocess)

When to use the explorer​

SituationWhat to do
Confirm agents are being watchedOpen Session History; ensure the daemon is running if the list is empty
Find a decision discussed in chatSearch, then open Transcript
Check why no plan appearedOpen Extraction History / session Extractions for skips, Jev scores, and errors
Need updates before the next cadenceRun Extraction Now, or Re-run extraction on a specific session
Session looks stuck or re-anchoredCheck Stats fingerprint and checkpoint; clear checkpoint and re-run if needed

Learn more​

FAQ

How do I open Agent Sessions Explorer?

In TestChimp Studio: Settings → AgentWatch → Explore Sessions.

Can I search agent conversations?

Yes. Use the search control for full-text search over session content, plus matching on labels, cwd, session id, and project name. Filter narrows the list to one mapped project.

What is Extraction History?

A view of recent AgentWatch extraction runs—Jev results, LLM I/O, and errors—across cadence ticks and forced runs.

How do I force an extraction?

Use Run Extraction Now for all eligible sessions (optional lookback days), or open a session’s Stats tab and choose Re-run extraction for that session only.