chore: release v0.7.41

This commit is contained in:
Miguel Ángel
2026-07-07 20:30:24 +00:00
parent 7c0b9e5d5a
commit 60463d0bd5
18 changed files with 53 additions and 16 deletions
+18
View File
@@ -0,0 +1,18 @@
# HyperFrames v0.7.41
Released on 2026-07-07.
This release makes media-use smarter about reusing existing assets instead of regenerating work, with more forgiving prompt matching and a more precise assets scan. It also fixes a render-engine edge case by pre-creating `__render_frame__` sibling directories during session initialization.
## Features
- **Media Use:** Agent-driven asset reuse (candidates + reuse) ([35e54cae1](https://github.com/heygen-com/hyperframes/commit/35e54cae1978e04d09ab4cc7c8627cdecdcf6421))
## Fixes
- **Engine:** Pre-create **render_frame** siblings in initializeSession ([76204ec63](https://github.com/heygen-com/hyperframes/commit/76204ec6308a235eb0b77557d0a52657952572f4), [#2006](https://github.com/heygen-com/hyperframes/pull/2006))
- **Media Use:** Forgiving prompt matching + precise assets/ scan ([b5383ded4](https://github.com/heygen-com/hyperframes/commit/b5383ded4249aca8f7d2fba2e2ab11e7beb2e751))
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.7.40...v0.7.41