Skip to content

v0.6.71

Choose a tag to compare

@github-actions github-actions released this 04 Jun 03:13
· 104 commits to main since this release
c6a91ab

HyperFrames v0.6.71

Released on 2026-06-04.

Fixes three production-observed CLI and engine errors: EPIPE crashes in piped agent environments, @puppeteer/browsers import failures that blocked all commands when the debug package was missing, and zero-duration composition timeouts reduced from 45s to ~11s with an actionable diagnostic.

Features

Fixes

  • Engine: Fast-fail on zero duration instead of 45s timeout (efb8d90f, #1186)
  • CLI: Lazy-load @puppeteer/browsers to prevent debug package crash (8c6faa45, #1185)
  • CLI: Suppress EPIPE crashes in piped agent environments (cabd0616, #1184)
  • Delay ObjectURL revocation and silence TS5 baseUrl deprecations (6de6ea53, #1181)

Docs & Examples

  • README: Add Frame.md design template gallery (1a617d30, #1182)
  • Skills: Prefer frame.md over design.md for video specs (fcff442a, #1180)

Full changelog

v0.6.70...v0.6.71