Observability
Every step an agent takes is logged: thinking, tool calls, tests, and the diff. Watch sessions live from the CLI or dashboard, search the whole history, and export any transcript as JSONL.
Open any session and read the agent's thinking, the tools it called, the tests it ran, and the diff it shipped, with per-step token counts. Transcripts, recaps, and PR references are indexed, so which session produced a pull request is a search, not archaeology.
The full step timeline, kept as a durable record
Steps stream to the CLI and dashboard as they happen, and the same WebSocket feed is available to your own tools. Send a message mid-session to redirect the agent without restarting it, or stop it.
Steps stream to the CLI as they happen
Each session reports its exact cost, broken down by tokens, CPU, and memory. Chart spend over time by agent and by repo, and read the same numbers over the REST API.
Spend by agent, tokens, CPU, and memory