axagent experiencelivev0.32.0

release v0.16.0

Studio becomes a standalone app

The studio viewer is extracted into @ax/studio and ships as a standalone Electron desktop app.

2026-06-09ax v0.16.04 referenced changes
announcement

0.16.0 promotes the studio from a dashboard bundle to its own product surface. The viewer is extracted into the `@ax/studio` package and wrapped as a standalone Electron desktop app, so reading sessions no longer requires going through the web dashboard.

The viewer itself also gets sharper: the sessions palette and share outcome header are unified into one consistent surface, harness hooks now appear in the shared transcript, and transcript paint is virtualized with content-visibility so long sessions scroll smoothly.

Highlights

  • The studio is extracted into `@ax/studio` and ships as a standalone Electron desktop app.
  • The sessions palette and share outcome header are unified across the studio.
  • Harness hooks are surfaced directly in the shared transcript.
  • Long transcripts paint lazily via content-visibility, keeping scrolling responsive.

Why it matters

The studio is how shared work gets read, so it deserves to stand on its own. Making it a desktop app with a unified surface and virtualized rendering means the reading experience scales with the sessions ax now captures.

referenced changes

4 linked changes

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

Features

  1. 01share: surface harness hooks in the shared transcript (#153) (04036a1)
  2. 02studio: extract @ax/studio + standalone Electron desktop app (#156) (a0025e8)
  3. 03studio: unify sessions palette + share outcome header (#157) (6b61251)

Performance

  1. 01studio: virtualize shared transcript paint via content-visibility (#155) (1c495c4)
generated by release please
Show generated changelog for v0.16.0commit-level detail from Release Please

0.16.0 (2026-06-09)

Features

  • share: surface harness hooks in the shared transcript (#153) (04036a1)
  • studio: extract @ax/studio + standalone Electron desktop app (#156) (a0025e8)
  • studio: unify sessions palette + share outcome header (#157) (6b61251)

Performance

  • studio: virtualize shared transcript paint via content-visibility (#155) (1c495c4)