chore: release v0.6.86

This commit is contained in:
Miguel Ángel
2026-06-09 19:50:45 +00:00
parent 1ae2fbd08d
commit 04c77fa7aa
14 changed files with 39 additions and 12 deletions
+13
View File
@@ -0,0 +1,13 @@
# HyperFrames v0.6.86
Released on 2026-06-09.
Fixes a race condition where `audio-locked` (and other bridge controls) were silently dropped on warm-cache reloads of claude.ai and inside the Claude desktop Electron client. The runtime now emits a `ready` handshake once its message listener is installed; the player replays current bridge state on receipt.
## Fixes
- **Runtime,player:** Replay bridge state on iframe ready to repair race ([5a0966df](https://github.com/heygen-com/hyperframes/commit/5a0966dfeb5c43f7551c8d8d20eb5c939c6655be))
## Full changelog
https://github.com/heygen-com/hyperframes/compare/v0.6.85...v0.6.86