Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 19:32
· 30 commits to main since this release
891a931

Minor Changes

  • #4 0f0aa67 Thanks @gaojude! - Add perf command that profiles a full page load — collects Core Web Vitals (TTFB, LCP, CLS) and React hydration timing in one pass. Also exposes hydration as a standalone command for React-only timing. Restructure PPR analysis output to use a Quick Reference table.

  • #6 b53f406 Thanks @gaojude! - Add --file and stdin (-) modes to eval command to avoid shell quoting failures

  • #8 9b3dd4c Thanks @gaojude! - Add snapshot, click, and fill commands for page interaction via accessibility tree refs

Patch Changes

  • #7 4162ca1 Thanks @gaojude! - Use named pipes on Windows instead of Unix domain sockets to fix daemon startup failure