axagent experiencelivev0.32.0

release v0.17.0

Timelines without an LLM

ax can now narrate a session as highlights, segments, and events - computed straight from the graph, no model call required.

2026-06-09ax v0.17.09 referenced changes
announcement

0.17.0 is about reading a session, not just storing it. A new timeline service derives highlights, segments, and events for any session directly from the ingested graph, so studio can show what happened in a run without asking an LLM to summarize it.

The studio share view gets a design pass to match: a session-outcome header, unified rendering for tool calls in transcripts, and URL-driven subagent selection so deep links land on the right view.

Highlights

  • Session timelines (highlights, segments, events) are computed from the graph - no LLM in the loop.
  • Shared sessions open with an outcome header from the studio design pass.
  • Tool calls render through one unified transcript treatment in studio.
  • Subagent selection in the share viewer is driven by the URL.
  • Session inspect paging, session-detail skills, and the workflow dashboard are all faster.

Why it matters

A telemetry graph is only useful if you can read a run back quickly. Deriving the timeline from evidence instead of a model keeps it instant, deterministic, and free - and it makes shared sessions legible to people who weren't there.

referenced changes

9 linked changes

Generated from Release Please and grouped by change type. Each row keeps its issue and commit references.

Features

  1. 01metrics: add `ax loc` lines-of-code metric (9d04bb6)
  2. 02studio: sessions design pass - share outcome header (#158) (4d2894b)
  3. 03studio: unified transcript tool rendering (ported onto studio structure) (b0d0bce)
  4. 04timeline: LLM-free session timeline service (highlights + segments + events) (#160) (4ee78fd)

Bug Fixes

  1. 01speed up session inspect paging (27142e6)
  2. 02studio: gate graph explorer (3b1a81f)
  3. 03studio: URL-drive subagent selection in share viewer (34e465b)

Performance

  1. 01cache workflow dashboard payload (7855417)
  2. 02speed up session detail skills (585a4b1)
generated by release please
Show generated changelog for v0.17.0commit-level detail from Release Please

0.17.0 (2026-06-09)

Features

  • metrics: add `ax loc` lines-of-code metric (9d04bb6)
  • studio: sessions design pass - share outcome header (#158) (4d2894b)
  • studio: unified transcript tool rendering (ported onto studio structure) (b0d0bce)
  • timeline: LLM-free session timeline service (highlights + segments + events) (#160) (4ee78fd)

Bug Fixes

  • speed up session inspect paging (27142e6)
  • studio: gate graph explorer (3b1a81f)
  • studio: URL-drive subagent selection in share viewer (34e465b)

Performance

  • cache workflow dashboard payload (7855417)
  • speed up session detail skills (585a4b1)