v0.6.112
Fosowl/agenticSeekv0.6.112Jun 18, 2026by github-actions[bot]
AI Summary
Enables static-frame deduplication by default for screenshot capture and adds a `reorderElements` SDK operation for batch z-index updates. Fixes false `element_not_found` errors for elements in sub-compositions.
Key Highlights
- Static-frame dedup default-on for screenshot capture
- reorderElements SDK op for batch z-index updates
- Shadow resolver fix for sub-compositions
New Features
- Static-frame dedup default-on with render telemetry
- reorderElements op (batch z-index update)
- Shadow resolves bare leaf via dispatch path
Full Release Notes
# HyperFrames v0.6.112 Released on 2026-06-18. Static-frame dedup is now on by default for screenshot capture (with render telemetry), the SDK gains a `reorderElements` op for batch z-index updates, and the resolver-parity shadow tripwire stops emitting false `element_not_found` divergences for elements inside inlined sub-compositions. ## Features - **Engine:** Static-frame dedup default-on + render telemetry ([7310223b6](https://github.com/heygen-com/hyperframes/commit/7310223b664df3fc3d083f08375883e06ae8623a), [#1549](https://github.com/heygen-com/hyperframes/pull/1549)) - **Sdk:** Ws-3 — reorderElements op (batch z-index update) ([28bfe09f2](https://github.com/heygen-com/hyperframes/commit/28bfe09f2101447423c46c17b15a7288b6ed2556), [#1502](https://github.com/heygen-com/hyperframes/pull/1502)) ## Fixes - **Studio:** Shadow resolves bare leaf via dispatch path, not getElement ([5fb5153e4](https://github.com/heygen-com/hyperframes/commit/5fb5153e4e9f0e02820cee9a204e65c53ae0422c), [#1552](https://github.com/heygen-com/hyperframes/pull/1552)) ## Full changelog https://github.com/heygen-com/hyperframes/compare/v0.6.111...v0.6.112