Tracing

See every step, from Thinking to Diff

See the reasoning behind every change, not just the change. Each run records the agent's thinking, the tools it called, the tests it ran, and the diff it shipped. No black boxes.

Steps · 152Show thinking
152Commit pushed28 tok
151Bashgit commit -m 'Release connection on error path'20 tok
150thinkingWrite a clear commit message
149assistantGreen. Committing the fix.14 tok
148Bashpytest -k pool · 142 passed24 tok
147Editapi/pool.ts · +12 −426 tok
146thinkingPatch the finally block and add a test

Replay

Every step, from thinking to diff

A run is not a black box. Step through the agent's reasoning, the files it read, the tools it called, the tests it ran, and the diff it shipped, all in the order they happened.

Understand

See the reasoning, not just the result

Every change comes with the thinking behind it. Read why the agent made a decision, what it considered, and which tool calls led to the final diff, so a review is never a guess.

Retain

Keep the logs as long as you need

You decide how long traces are kept, from a day to a year. Pull up any past run to see what shipped and why, whether that was this morning or last quarter.

Explore the platform