Skip to content

v0.8.47

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Sep 08:15
· 8 commits to main since this release
415967b

HyperFrames v0.8.47

Released on 2026-09-18.

Studio now saves edits through the @hyperframes/sdk by default instead of the older server handlers. Every edit family is covered. The GSAP script writer is now acorn as well. Both can be turned off with an environment variable.

Features

  • Studio: Every edit now persists through the SDK by default. The path previously shipped dark, so the engine was tested but never exercised by real sessions. Turning it on puts one code path behind Studio, the AI Studio host, and agents, instead of each consumer maintaining its own. An edit that cannot be expressed as an SDK operation still falls back to the server path, and now records why (26ea8a074).
  • Studio: GSAP script writes use the acorn writer by default, replacing recast. Both produce the same result, and the old writer stays available for one release as a fallback before it is removed (407cacf0a).
  • Studio: Telemetry now records every fallback and its reason, including the case where an element exists but could not be resolved for an edit (9ef37e516, 9f3a778fd). This is what makes it possible to tell whether the SDK is really handling edits or quietly handing them back.

Fixes

  • Player: The interactive playback clock absorbs a main-thread stall instead of skipping past it (2de3ca5f8, #4053).

Catalog

  • Registry: Blur every transform driver, and ship the reference case as shutter-slam (82f49262e, #4038).

Full changelog

v0.8.46...v0.8.47