v0.7.105
heygen-com/hyperframesv0.7.105Aug 10, 2026by github-actions[bot]
AI Summary
Catalog search now understands semantic meaning and runs locally, removing the need to guess block names. Script validation has been strengthened with typechecking.
Key Highlights
- Catalog search runs entirely on the machine using semantic understanding.
- Scripts now typecheck and fail branches that delete files but still ship.
- CLI follows every redirect a host may answer with.
- Producer and engine capture mode labels are corrected.
New Features
- Semantic catalog search
- Script typechecking
Full Release Notes
# HyperFrames v0.7.105 Released on 2026-08-10. Catalog search now understands meaning, not just keywords, and runs entirely on your machine. Finding the right block no longer depends on guessing its name. ## Features - **Scripts:** Fail a branch that deletes files main still ships ([f28bc80a1](https://github.com/heygen-com/hyperframes/commit/f28bc80a1d9c238ecaf36d8a5fee13933a3824fb), [#3150](https://github.com/heygen-com/hyperframes/pull/3150)). - **Scripts:** Typecheck the scripts directory ([79dff2051](https://github.com/heygen-com/hyperframes/commit/79dff2051699c9bae28088eb795c4cbebff6dde1), [#3149](https://github.com/heygen-com/hyperframes/pull/3149)). ## Fixes - **Producer,engine:** Stop mislabelling capture mode, and name the silent drawElement refusals ([33ac86fd3](https://github.com/heygen-com/hyperframes/commit/33ac86fd3842f5f40cc66033fd8ad06d0c495c44), [#3151](https://github.com/heygen-com/hyperframes/pull/3151)). - **CLI:** Follow every redirect a host may answer with ([db3de4c1b](https://github.com/heygen-com/hyperframes/commit/db3de4c1bf2fa8e093aeb26c67f79e352ef5af89), [#3148](https://github.com/heygen-com/hyperframes/pull/3148)). ## Catalog - **CLI:** Search the catalog by meaning, on this machine ([68205dbbc](https://github.com/heygen-com/hyperframes/commit/68205dbbc159412209663ede7732629b4f50bcf1), [#3089](https://github.com/heygen-com/hyperframes/pull/3089)). ## Full changelog https://github.com/heygen-com/hyperframes/compare/v0.7.104...v0.7.105