v0.8.17

JinhuaLiang/WavCraftv0.8.17Aug 28, 2026by github-actions[bot]

AI Summary

This release enhances Studio by exposing live editing state to agentic browsers and enforcing stricter error handling to prevent silent render failures. It introduces a WebMCP polyfill for broader compatibility and ensures nested runtime videos retain their unique identities.

Key Highlights

  • Studio exposes live editing state to agentic browsers (WebMCP).
  • Renders now fail explicitly when sub-compositions, media extraction, or validation break, instead of succeeding silently.
  • Added a WebMCP polyfill to support browsers lacking native WebMCP implementation.
  • Nested runtime videos are now kept distinct.

Breaking Changes

  • Renders that previously succeeded silently due to sub-composition or media extraction errors will now fail.
  • Nested runtime video identity handling has changed to maintain distinct identities.

New Features

  • Studio exposes live state to agentic browsers.
  • WebMCP polyfill fallback for browsers without native support.

Full Release Notes

# HyperFrames v0.8.17

Released on 2026-08-28.

Studio now exposes live editing state to agentic browsers, including browsers without native WebMCP. Renders now fail instead of silently succeeding when sub-compositions, media extraction, or artifact validation break, while nested runtime videos keep distinct identities.

## Features

- **Studio:** Fall back to a WebMCP polyfill where the browser has none ([097d901d7](https://github.com/heygen-com/hyperframes/commit/097d901d703be01781a47f2a8aa2dc65e0a3e19e), [#3514](https://github.com/heygen-com/hyperframes/pull/3514)).
- **Studio:** Expose Studio's live state to an agentic browser (WebMCP) ([94da403d6](https://github.com/heygen-com/hyperframes/commit/94da403d6d9e3bdf23665794572a90918832036d), [#3511](https://github.com/heygen-com/hyperframes/pull/3511)).

## Fixes

- **Producer:** Enforce video extraction failures by default (#3372) ([4d87f8bba](https://github.com/heygen-com/hyperframes/commit/4d87f8bbae3d4cda71f75fa33e8d48ce38a3afc7), [#3526](https://github.com/heygen-com/hyperframes/pull/3526)).
- **Core,producer:** Stamp render ids on empty-src media and pair the snapshot by them ([9eb84c91b](https://github.com/heygen-com/hyperframes/commit/9eb84c91b6a785028d6bc4c122b633bda0741c7f), [#3513](https://github.com/heygen-com/hyperframes/pull/3513)).
- **Engine:** Fail render on sub-composition script failures (#3352) ([e69be30e9](https://github.com/heygen-com/hyperframes/commit/e69be30e985a32a70d04de607763135884246193), [#3528](https://github.com/heygen-com/hyperframes/pull/3528)).
- **Producer:** Assert render artifact duration and frame count before commit ([05275c1e8](https://github.com/heygen-com/hyperframes/commit/05275c1e8ce3bee6d331cca9ff9c8eec02c34977), [#3506](https://github.com/heygen-com/hyperframes/pull/3506)).
- **Core:** Read CSS animation opacity through color grading's own hide (#3329) ([e5c7dc75e](https://github.com/heygen-com/hyperframes/commit/e5c7dc75e8ae7146d81d07e1f0e0731d4ad9eb6c), [#3507](https://github.com/heygen-com/hyperframes/pull/3507)).
- **Studio:** Let a failed DOM edit report that it failed ([21bcd5745](https://github.com/heygen-com/hyperframes/commit/21bcd5745cc0d8bb4c51363ef4183b343cbbd169), [#3510](https://github.com/heygen-com/hyperframes/pull/3510)).

## Full changelog

https://github.com/heygen-com/hyperframes/compare/v0.8.16...v0.8.17