axagent experiencelivev0.31.0

release v0.15.0

Hook fires and tool arguments in shares

Shared transcripts now show hook fires and the arguments behind synthesized tool turns.

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

0.15.0 adds more of the underlying record to shared sessions. Hook fires are now exported and rendered, so a share shows when harness hooks intervened, not just what the agent said. Synthesized tool turns also render their tool arguments, making it clear what each call was actually asked to do. Export concurrency is bounded so large shares go out without overwhelming the exporter.

Highlights

  • Hook fires are exported and rendered in shared transcripts.
  • Synthesized tool turns show the tool arguments, not just the result.
  • Export concurrency is bounded for more reliable large exports.

Why it matters

A tool turn without its arguments and a session without its hook fires both hide causality. Putting them in the share keeps the published record close to what actually ran.

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+render hook fires; bound export concurrency (#152) (bacf96b)
  2. 02share: render tool arguments in synthesized tool turns (#150) (0027b54)
generated by release please
Show generated changelog for v0.15.0commit-level detail from Release Please

0.15.0 (2026-06-08)

Features

  • share: export+render hook fires; bound export concurrency (#152) (bacf96b)
  • share: render tool arguments in synthesized tool turns (#150) (0027b54)