diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index ac35c135e..dd9821e9d 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "hyperframes", "description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", - "version": "0.8.24", + "version": "0.8.25", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index adc3e8f4f..16a29f782 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "hyperframes", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", - "version": "0.8.24", + "version": "0.8.25", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 8f2bc7698..858058d62 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -3,7 +3,7 @@ "name": "hyperframes", "displayName": "HyperFrames by HeyGen", "description": "Write HTML, render video. Compositions, Tailwind v4 styles, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website capture for HyperFrames.", - "version": "0.8.24", + "version": "0.8.25", "author": { "name": "HeyGen", "email": "hyperframes@heygen.com" diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 107c87a39..4b7bd6674 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -8,6 +8,26 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio {/* New release entries are prepended by `bun run changelog:draft --write`. */} + +Studio now shows agent intent and applies accepted edits live across preview, source, thumbnails, reloads, and Undo. +Catalog adds Kinetic Center Build, while Flowchart selection clears after click-away. + +## Features + +- **Studio:** Make agent edits live and explicit ([6b5b4cb988](https://github.com/heygen-com/hyperframes/commit/6b5b4cb9889084594b9fd8ee9fd29adbd5e69227), [#3581](https://github.com/heygen-com/hyperframes/pull/3581)). + +## Catalog + +- **Registry:** Add kinetic center build component ([f498be94c2](https://github.com/heygen-com/hyperframes/commit/f498be94c24e2bb66538f1f9447ae32935587c42), [#3269](https://github.com/heygen-com/hyperframes/pull/3269)). +- **Registry:** Clear flowchart selection after click-away ([aab3bfcd10](https://github.com/heygen-com/hyperframes/commit/aab3bfcd1021995fabd36f3f603ed148067f4fb8), [#3262](https://github.com/heygen-com/hyperframes/pull/3262)). + +[View the full commit range](https://github.com/heygen-com/hyperframes/compare/v0.8.24...v0.8.25). + +