axagent experiencelivev0.32.0

release v0.13.0

Subagent transcripts in shares

Shared sessions now include subagent transcripts and pricing for Claude sessions.

2026-06-08ax v0.13.02 referenced changes
announcement

0.13.0 makes shared sessions tell the whole story. Exports now carry subagent transcripts alongside the main thread, so a share shows the dispatched work and not just the orchestrating conversation. Claude sessions are also priced on the way out, putting a cost figure on what the share contains.

The release also hardens re-ingest: agent events are now cleared by primary id, so SurrealDB index drift can no longer crash a re-ingest run.

Highlights

  • Shared sessions export subagent transcripts, not just the top-level thread.
  • Claude sessions get pricing in exports.
  • Re-ingest no longer crashes when an index has drifted from the underlying rows.

Why it matters

A share that drops the subagents is an incomplete record of how the work happened. Including them - with cost attached - makes shared sessions a faithful artifact, and the ingest fix keeps the graph rebuildable without manual repair.

referenced changes

2 linked changes

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

Features

  1. 01share: export subagent transcripts + price Claude sessions (#145) (#146) (7b8d050)

Bug Fixes

  1. 01ingest: clear agent_event by primary id so index drift can't crash re-ingest (#141) (1090c5f)
generated by release please
Show generated changelog for v0.13.0commit-level detail from Release Please

0.13.0 (2026-06-08)

Features

  • share: export subagent transcripts + price Claude sessions (#145) (#146) (7b8d050)

Bug Fixes

  • ingest: clear agent_event by primary id so index drift can't crash re-ingest (#141) (1090c5f)