Changelog

Trace View — Waterfall, Search & Cost Breakdown

The trace detail view has been rebuilt with a waterfall timeline, tool call visibility, full-text search, and per-request cost, token, and duration breakdowns.

The trace detail view just got a major upgrade. Everything you need to debug a multi-step AI workflow is now in one place.

Waterfall timeline — Every request in a trace is laid out on a waterfall chart showing start time, duration, and overlap. You can see at a glance which calls ran in parallel and where time was spent.

Tool calls — Tool/function calls are now surfaced directly in the trace view. See which tools were invoked, their arguments, and the responses — no more digging through raw JSON.

Full-text search — Search across the entire trace: prompts, completions, tool calls, metadata. Find that one hallucinated line or a specific function call instantly.

Cost, tokens & duration breakdown — Each request shows its token count (input + output), estimated cost, and latency. The trace header rolls these up into totals so you can see the full cost of a workflow at a glance.