HyperFrames v0.7.4
Released on 2026-06-24.
This stable release improves render reliability and skill authoring: producer duration
now falls back to sub-composition timing, empty sub-composition files no longer abort
renders, and Studio timeline styling handles missing tags safely. It also ships
music-to-video workflow updates, per-skill telemetry, and clearer CLI install/debug
guidance.
Features
- CLI: Per-skill usage telemetry (4961e4e4)
- Skills: Unify bgm-to-video flows into music-to-video (a34d3dba)
- Skills: Add bgm-to-video skill (d596379e)
- Skills: Guide install when a matched workflow isn't installed (08328b04, #1647)
Fixes
- Producer: Derive duration from sub-composition timing when root has no data-duration (45a9440c, #1680)
- Core: Skip empty sub-composition files instead of aborting render (656c1200, #1678)
- Studio: Guard against null tag in timeline track style (d4aa5f93, #1679)
- CLI: Improve whisper-cpp install guidance and add doctor check (344618e2, #1681)
- Engine: Restore fast screenshot path for viewport captures (f622e5a7, #1670)
- CLI: Install skills into project dir on non-interactive init (bf4f34b3, #1671)
- CLI: Expose render debug mode (7133c396)
- Unblock music video ci checks (5d1bff51)
- Producer: Store css-var-fonts baseline as raw binary, not LFS pointer (119284d3)
- Producer: Restore css-var-fonts regression baseline (f012b8b8)
- Lint: Catch CSS↔GSAP transform conflicts in scoped selectors and frame sub-compositions (9ccae863)
Docs & Examples
- Skills: Add music-source brief to music-to-video Step 0 (7a464689)
- Skills: Register music-to-video in the hyperframes router (44b04324)
- Skills: Add beat-synced montage authoring recipe (0dcf914e)
Catalog
- Refine music-to-video planning catalogs (a23ca348)
Internal
- Lint: Keep the fallow audit gate green (4a8e2f1c)
Other Changes
- Merge pull request #1672 from heygen-com/fix/skill-authoring-fixes (26810856)
- Skills: Apply oxfmt to music-to-video and router docs (265b0273)