axagent experiencelivev0.31.0

release v0.4.0

Sessions become shareable

ax can publish a session as a gist-backed share link, and the site gets real release pages.

2026-05-31ax v0.4.024 referenced changes
announcement

0.4.0 makes a session something you can hand to someone else. Sessions can be shared via a gist-backed link, transcript content blocks are parsed and stored, and the inspector surfaces subagent lifecycles - so what you share reads like the work, not a log dump.

The release also widens the rest of the surface: the site gains a changelog page and per-release detail pages, ingest normalizes provider sessions and costs, and the classifier experiments get an embedding-helper and graph harness with review gates on workflow proposals.

Highlights

  • Gist-backed session sharing produces a link anyone can open.
  • Transcript content blocks are parsed into storage, with subagent lifecycle visible in the inspector.
  • Provider sessions and costs are normalized at ingest.
  • The site ships a changelog page and per-release detail pages.
  • Classifier work gains an embedding helper, a graph harness, and gated proposal review.

Why it matters

A local graph is only half the story; being able to show a session to someone else is the other half. Richer content storage and normalized costs also give later inspector and dashboard work a solid base to draw from.

referenced changes

24 linked changes

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

Features

  1. 01add gist-backed session sharing (c7a36a4)
  2. 02add typed JSON boundary helpers (#101) (ed95a0e)
  3. 03classifiers: add embedding helper export (4c602d9)
  4. 04classifiers: add embedding helper graph mode (74c39c7)
  5. 05classifiers: add embedding helper review (7dcd25b)
  6. 06classifiers: add embedding svm helper eval (e008bbb)
  7. 07classifiers: add graph classifier harness (7be279b)
  8. 08classifiers: add lifecycle graph view (a4d06c3)
  9. 09classifiers: add proposal review checklist (037e6c8)
  10. 10classifiers: add workflow proposal gates (adef453)
  11. 11classifiers: gate embedding helper review (bffba8f)
  12. 12classifiers: gate proposal draft promotion (13146b3)
  13. 13classifiers: project embedding helper graph (08a0648)
  14. 14classifiers: project proposal lifecycle facts (dc8724f)
  15. 15classifiers: surface proposal lifecycle (75c006c)
  16. 16cli: expand insights and session surfaces (5fb4a81)
  17. 17ingest: normalize provider sessions and costs (0f3f31d)
  18. 18ingest: parse transcript content blocks (797991d)
  19. 19schema: add storage for content and classifiers (478273e)
  20. 20site: add release changelog page (#104) (5919ce0)
  21. 21site: add release detail pages (#105) (da245e7)
  22. 22site: densify release pages (#106) (6e76970)

Bug Fixes

  1. 01ingest: clean up exact optional handling (5b7863f)
  2. 02surface subagent lifecycle in inspector (9fdadf8)
generated by release please
Show generated changelog for v0.4.0commit-level detail from Release Please

0.4.0 (2026-05-31)

Features

  • add gist-backed session sharing (c7a36a4)
  • add typed JSON boundary helpers (#101) (ed95a0e)
  • classifiers: add embedding helper export (4c602d9)
  • classifiers: add embedding helper graph mode (74c39c7)
  • classifiers: add embedding helper review (7dcd25b)
  • classifiers: add embedding svm helper eval (e008bbb)
  • classifiers: add graph classifier harness (7be279b)
  • classifiers: add lifecycle graph view (a4d06c3)
  • classifiers: add proposal review checklist (037e6c8)
  • classifiers: add workflow proposal gates (adef453)
  • classifiers: gate embedding helper review (bffba8f)
  • classifiers: gate proposal draft promotion (13146b3)
  • classifiers: project embedding helper graph (08a0648)
  • classifiers: project proposal lifecycle facts (dc8724f)
  • classifiers: surface proposal lifecycle (75c006c)
  • cli: expand insights and session surfaces (5fb4a81)
  • ingest: normalize provider sessions and costs (0f3f31d)
  • ingest: parse transcript content blocks (797991d)
  • schema: add storage for content and classifiers (478273e)
  • site: add release changelog page (#104) (5919ce0)
  • site: add release detail pages (#105) (da245e7)
  • site: densify release pages (#106) (6e76970)

Bug Fixes

  • ingest: clean up exact optional handling (5b7863f)
  • surface subagent lifecycle in inspector (9fdadf8)