Analyzer

Session Timeline

Your agent worked for 23 minutes. Session Timeline shows you exactly what happened — every read, every write, every command, in order.

What it surfaces

The full picture, not the highlight reel

Rewrites and backtracking

When the agent writes a file, deletes it, rewrites it twice — that's visible. Rewrites are a signal the agent got stuck or changed approach.

Test failures mid-session

Bash commands that exited with non-zero codes are flagged. See which tests failed and how many retries it took to pass.

Decision points

Long pauses between operations or sudden direction changes often indicate the agent hit an unexpected state. Now you can see where.

Example timeline

Session Timeline · 23 operations · 4 rewrites detected

00:00Readsrc/lib/auth.ts
00:12Readsrc/middleware/session.ts
00:38Writesrc/lib/auth.ts
01:05Bashpnpm test auth
01:08Failedexit code 1 · 2 tests failed
01:22Writesrc/lib/auth.ts
01:44Bashpnpm test auth
01:47Passedexit code 0