axagent experiencelivev0.32.0

release v0.21.0

Query output that points to the next step

ax commands now return NavLink next[] follow-ups - a self-documenting query surface - alongside timeline and share polish.

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

0.21.0 makes ax's query surface self-documenting. Recall, sessions, session-show, skills, roles, and improve output now carry NavLink `next[]` follow-ups - HATEOAS for LLMs - so an agent reading one result knows exactly which query to run next without consulting docs.

The timeline and share viewer keep maturing: +/- line counts and smart shell titles in the timeline, agent dispatches titled with their description, a mobile layout for shared sessions, and deep-linkable subagent views. Ingest gains deep OTEL span instrumentation per stage and a per-repo cooldown on GitHub PR fetches.

Highlights

  • Recall, sessions, session-show, skills, roles, and improve results include `next[]` follow-up links.
  • Timeline entries show +/- line counts, smart shell titles, and description-titled agent dispatches.
  • Shared sessions work on mobile, and subagent views are deep-linkable with isolated nav state.
  • Ingest stages emit deep OTEL spans; GitHub PR fetches respect a per-repo cooldown.

Why it matters

ax's primary reader is increasingly an agent in-context. Embedding the next useful query in every result turns the CLI from a set of commands you have to know into a surface you can navigate - the same way links made the web explorable.

referenced changes

11 linked changes

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

Features

  1. 01extend NavLink next[] to skills, roles, and improve surfaces (8488108)
  2. 02NavLink next[] follow-ups — self-documenting query surface (HATEOAS for LLMs) (f875e10)
  3. 03NavLink next[] follow-ups on recall/sessions/session-show (be51240)
  4. 04otel: deep span instrumentation for ingest stages (#197) (939f974)
  5. 05timeline: +/- line counts, smart shell titles, subagent landing continuity (#191) (903c3eb)

Bug Fixes

  1. 01share: mobile layout + 'recorded with ax' CTA (#192) (452d504)
  2. 02share: subagent nav state isolation + deep-linkable sub/view + timeline turn jumps (#190) (277c94c)
  3. 03studio: share-view polish - overflow, scroll reset, embedded timeline (#187) (6e58a41)
  4. 04timeline: title Agent dispatches with their description (#189) (da594e5)
  5. 05timeline: widen command_text slice so shell descriptions survive (#193) (39d9b2e)

Performance

  1. 01ingest: github-pr per-repo fetch cooldown + OTLP env passthrough in installed plists (#194) (aad3285)
generated by release please
Show generated changelog for v0.21.0commit-level detail from Release Please

0.21.0 (2026-06-10)

Features

  • extend NavLink next[] to skills, roles, and improve surfaces (8488108)
  • NavLink next[] follow-ups — self-documenting query surface (HATEOAS for LLMs) (f875e10)
  • NavLink next[] follow-ups on recall/sessions/session-show (be51240)
  • otel: deep span instrumentation for ingest stages (#197) (939f974)
  • timeline: +/- line counts, smart shell titles, subagent landing continuity (#191) (903c3eb)

Bug Fixes

  • share: mobile layout + 'recorded with ax' CTA (#192) (452d504)
  • share: subagent nav state isolation + deep-linkable sub/view + timeline turn jumps (#190) (277c94c)
  • studio: share-view polish - overflow, scroll reset, embedded timeline (#187) (6e58a41)
  • timeline: title Agent dispatches with their description (#189) (da594e5)
  • timeline: widen command_text slice so shell descriptions survive (#193) (39d9b2e)

Performance

  • ingest: github-pr per-repo fetch cooldown + OTLP env passthrough in installed plists (#194) (aad3285)