axagent experiencelivev0.32.0

release v0.22.0

Shared sessions get a face

Shared session links now unfurl with a per-session poster image wherever you paste them.

2026-06-10ax v0.22.07 referenced changes
announcement

0.22.0 is about how a shared session looks before anyone clicks it. Each share now renders a session poster - a generated hero image carrying the session's shape - and serves it as a per-session OG image, so links pasted into Slack, X, or a PR unfurl with a real preview instead of a generic card.

Getting crawlers to see it took most of the release: the poster render is buffered with proper error surfacing, the edge cache key is versioned, and head meta is rewritten at the edge so social scrapers - which never run the SPA - still get the right tags. The release also folds in NavLink retro fixes from 0.21.0's `next[]` follow-ups, keeping them out of stdout pipelines.

Highlights

  • Shared sessions render a poster hero and a per-session OG image.
  • Crawlers see correct preview meta via edge head rewriting and a versioned edge cache.
  • NavLink follow-ups print to stderr with teaching stats and full header ids fixed.

Why it matters

Shares are how ax sessions travel. A link that unfurls with the session's actual shape gets opened; a bare URL gets scrolled past.

referenced changes

7 linked changes

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

Features

  1. 01share: session poster hero + per-session OG images (#201) (7239f5a)

Bug Fixes

  1. 01cast stderr stub instead of ts-expect-error (CI strict tsc) (29e7cb1)
  2. 02NavLink retro findings - stderr footer, teaching stats error, full header id (1900a40)
  3. 03NavLink retro findings — stderr footer, teaching stats error, full header id (a80149e)
  4. 04og: buffer the poster render; version the edge cache key (#203) (93c011c)
  5. 05og: make the poster render — error surfacing, px geometry, SVG-img lanes (#205) (78f0f48)
  6. 06share: rewrite head meta at the edge so crawlers see the session poster (#207) (65d1d25)
generated by release please
Show generated changelog for v0.22.0commit-level detail from Release Please

0.22.0 (2026-06-10)

Features

  • share: session poster hero + per-session OG images (#201) (7239f5a)

Bug Fixes

  • cast stderr stub instead of ts-expect-error (CI strict tsc) (29e7cb1)
  • NavLink retro findings - stderr footer, teaching stats error, full header id (1900a40)
  • NavLink retro findings — stderr footer, teaching stats error, full header id (a80149e)
  • og: buffer the poster render; version the edge cache key (#203) (93c011c)
  • og: make the poster render — error surfacing, px geometry, SVG-img lanes (#205) (78f0f48)
  • share: rewrite head meta at the edge so crawlers see the session poster (#207) (65d1d25)