axagent experiencelivev0.31.0

release v0.5.0

Shared sessions get their content back

Share links now carry full turn content, and the embedding-helper review loop becomes operable.

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

0.5.0 tightens the session-sharing path introduced in 0.4.0. Shared sessions now include turn content blocks, and the studio viewer loads shared sessions from the raw gist correctly - so a share link shows the actual conversation, not a skeleton.

The embedding-helper classifier also grows an operable review loop: exports can be previewed, review batches dry-run before syncing, and progress is reported as you work through them.

Highlights

  • Shared sessions include full turn content blocks.
  • The studio viewer loads shared sessions from the raw gist reliably.
  • Embedding-helper reviews support export previews, dry-run batch sync, and progress reporting.

Why it matters

Sharing is only useful if the link is faithful to the session. This release closes the fidelity gap on shares and makes classifier review something you can check before it writes anything.

referenced changes

9 linked changes

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

Features

  1. 01classifiers: add embedding helper export preview op (a622841)
  2. 02classifiers: add embedding helper progress op (e1dcfc1)
  3. 03classifiers: add embedding helper review batch (eeb517c)
  4. 04classifiers: dry-run embedding helper batch sync (9a6811e)
  5. 05classifiers: preview embedding helper exports (16e6c4e)
  6. 06classifiers: report embedding helper review progress (31a1b16)
  7. 07classifiers: sync embedding helper review copy (e41562c)
  8. 08share: include turn content blocks (3cb2f17)

Bug Fixes

  1. 01studio: load shared sessions from raw gist (b3ed711)
generated by release please
Show generated changelog for v0.5.0commit-level detail from Release Please

0.5.0 (2026-05-31)

Features

  • classifiers: add embedding helper export preview op (a622841)
  • classifiers: add embedding helper progress op (e1dcfc1)
  • classifiers: add embedding helper review batch (eeb517c)
  • classifiers: dry-run embedding helper batch sync (9a6811e)
  • classifiers: preview embedding helper exports (16e6c4e)
  • classifiers: report embedding helper review progress (31a1b16)
  • classifiers: sync embedding helper review copy (e41562c)
  • share: include turn content blocks (3cb2f17)

Bug Fixes

  • studio: load shared sessions from raw gist (b3ed711)