Skip to content

✨ v0.34.0

Choose a tag to compare

@Robdel12 Robdel12 released this 27 May 23:10
· 24 commits to main since this release

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-skill to install the repo-local Vizzly skill.
  • Added vizzly init --agent-guidance to install the skill and add project-scoped AGENTS.md guidance 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