Changelog

v0.135.0July 29, 2026

A Revamped Dashboard Experience for Humans and Agents

Media

Dashboards have been rebuilt to be easier to organize and navigate by hand, and structured so AI agents can operate on them reliably.

Find and organize: custom views, tagging, per-user pins, and a new search with a query DSL (e.g. team CONTAINS 'alpha' AND updated_at > -7d) that works as well for people as for agents.

Built for agents: a structured, validated dashboard schema, based on the open CNCF Perses specification, that makes agent-driven changes reliable and token-light.

Edit the dashboard JSON in the app: a built-in editor that lets you read, edit, format, and export the full dashboard spec within the application.

Work without losing your place: variables and the time range now live in a header that stays pinned as you scroll, so you can adjust them from anywhere on the dashboard.

More control over panels and variables: new panel styling controls with support for PNG/SVG export; and when you point a variable at panels, an impact-review dialog shows exactly what will change before you commit. Additionally, Shared dashboard links now preserve your current variable selection.

To learn more, go through the dashboards documentation.

Download full traces from the Trace Details page

You can now download an entire trace as CSV or JSONL, directly from the Trace Details page. This makes it easier to share a specific trace, attach it to a bug report, or analyze it offline in your own tooling.

Bug Fixes

  • Fixed a regression that broke sorting for query table views.

Maintenance

  • The Only and Toggle buttons in quick filters now reveal smoothly on hover, without the row shifting as they appear.
  • Polished the appearance of the warning popover, including icon alignment and spacing.