✨ v0.34.0
What's Changed
Added
- Added a packaged Vizzly agent skill so coding agents can understand Vizzly as screenshot memory, including baselines, diffs, review state, dynamic regions, and public screenshot URLs.
- Added
vizzly init --agent-skillto install the repo-local Vizzly skill. - Added
vizzly init --agent-guidanceto install the skill and add project-scopedAGENTS.mdguidance for visual UI work.
Changed
- Documented the agent setup flow in the README and JSON output docs.
- Updated the CLI release workflow to generate release notes from the real release diff using Codex, while keeping the output concise and changelog-style.
Developer Experience
- Hardened GitHub Actions around the current pnpm and GitHub runner environment by pinning Node 22.13.1, refreshing Corepack before preparing pnpm, and restoring Node after Codex release-note generation.
- Built the package explicitly before npm publish and disabled publish lifecycle scripts so release builds do not fall back to the runner's older Node runtime.
Full Changelog: v0.33.0...v0.34.0