axagent experiencelivev0.32.0

release v0.19.0

Session metrics, derived from the graph

ax sessions metrics and ax signals turn the evidence graph into numbers, and the slowest read paths get unstuck.

2026-06-10ax v0.19.07 referenced changes
announcement

0.19.0 starts measuring. New `ax sessions metrics` and `ax signals` commands derive session-level metrics straight from the graph, with time-to-land anchored on commit timestamps so the numbers reflect when work actually landed.

It is also a reliability release for reads. Session queries no longer hang, ingest runs are single-flight, and the query layer drops IN-membership scans and correlated derefs that made large graphs slow. Studio now shows its build version and nags when it doesn't match the daemon.

Highlights

  • `ax sessions metrics` and `ax signals` report graph-derived session metrics.
  • Time-to-land is anchored on the commit timestamp.
  • Session queries no longer hang, and concurrent ingest runs collapse to one.
  • Read paths shed IN-membership scans and correlated derefs for large-graph speed.
  • The live banner shows the studio build version and flags daemon mismatches.

Why it matters

Metrics are only trustworthy if the queries behind them finish. This release pairs the first graph-derived numbers with the performance work that makes asking for them routine instead of risky.

referenced changes

7 linked changes

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

Features

  1. 01graph-derived session metrics (ax sessions metrics + ax signals) (#166) (df701ad)
  2. 02studio: show studio build version + daemon mismatch nag in live banner (9b28786)

Bug Fixes

  1. 01metrics: anchor time-to-land on commit ts; fix stale sort description (#169) (d7f77a6)
  2. 02sessions,ingest,share: unhang session queries + single-flight ingest + share perf (#167) (b66fb0b)
  3. 03site: pass /studio/assets/* through before the studio SPA catch-all (4b8043f)
  4. 04site: studio deep-link rewrite targets the dir, not /studio/index.html (2d7b4a9)

Performance

  1. 01kill IN-membership scans + correlated $parent.session derefs on read paths (#168) (1cf8c3f)
generated by release please
Show generated changelog for v0.19.0commit-level detail from Release Please

0.19.0 (2026-06-10)

Features

  • graph-derived session metrics (ax sessions metrics + ax signals) (#166) (df701ad)
  • studio: show studio build version + daemon mismatch nag in live banner (9b28786)

Bug Fixes

  • metrics: anchor time-to-land on commit ts; fix stale sort description (#169) (d7f77a6)
  • sessions,ingest,share: unhang session queries + single-flight ingest + share perf (#167) (b66fb0b)
  • site: pass /studio/assets/* through before the studio SPA catch-all (4b8043f)
  • site: studio deep-link rewrite targets the dir, not /studio/index.html (2d7b4a9)

Performance

  • kill IN-membership scans + correlated $parent.session derefs on read paths (#168) (1cf8c3f)