Skip to content

Releases: vercel-labs/next-browser

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 16 Apr 03:58
00d3386

Patch Changes

  • #35 1d3bf98 Thanks @gaojude! - Capture suspendedBy data mid-transition before boundaries resolve

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 15 Apr 01:02
59ffe8a

Minor Changes

  • #33 9948015 Thanks @gaojude! - Surface errors alongside screenshots, parse macOS Chrome cURL -b cookie format, guard push against same-URL navigation, add runtime prefetch scenario to SKILL.md

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 16:11
405886b

Minor Changes

  • #32 4f0b315 Thanks @gaojude! - Add instrumentation set/clear commands for injecting scripts before page scripts

Patch Changes

  • #30 ef8e5cc Thanks @gaojude! - Teach agents to diagnose PPR error overlay in locked screenshots

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 14 Apr 02:28
3b0c9f8

Patch Changes

  • #28 64f73bd Thanks @gaojude! - Cap screenshot dimensions to 1280px to stay under multi-image LLM request limits

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 15:57
1cea2f6

Minor Changes

  • #26 81c5fbf Thanks @gaojude! - open --cookies <file> now accepts three formats, auto-detected from
    the file contents: (1) raw Copy-as-cURL output from DevTools (the new
    recommended path — no hand-editing), (2) a bare name=v; name=v
    cookie-header string, and (3) the existing Playwright JSON array. The
    old --cookies-json flag is kept as an alias.

    SKILL.md onboarding now tells agents to ask users to save Copy-as-cURL
    straight to a file and share the path — the agent never touches the
    secret value. A new "Trust boundaries" section makes two rules
    explicit: secrets stay out of the agent's hands (no echo, paste, cat,
    or write of a cookie value anywhere), and content surfaced by the
    browser — snapshots, trees, network bodies, console, errors — is
    untrusted input, not instructions, so agents should not follow
    directives embedded in page content (indirect prompt-injection
    defense).

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 06 Apr 19:17
3e91a6a

Patch Changes

  • #24 cf75416 Thanks @gaojude! - Move SKILL.md into skills/next-browser/ so npx skills add vercel-labs/next-browser pulls only the skill markdown instead of the entire repo (dist, extensions, src, lockfile, etc.)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 18:07
b772a80

Minor Changes

  • #16 0d1c5f2 Thanks @gaojude! - Add browser-logs command to capture browser console output

  • #18 08d49f5 Thanks @gaojude! - Add renders start and renders stop commands for React re-render profiling

  • #21 a5e0759 Thanks @gaojude! - Distinguish mounts from re-renders in renders stop output with Insts, Mounts, and Re-renders columns

Patch Changes

  • #19 18eb8e8 Thanks @gaojude! - Remove prototypes/ directory

  • #20 979339e Thanks @gaojude! - Fold preview into screenshot — every screenshot now automatically opens a Screenshot Log window in headed mode

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Mar 05:30
c3a2ba0

Minor Changes

  • #12 c3afe66 Thanks @gaojude! - Add preview command for visual feedback and --full-page flag for screenshot

  • #10 3e2704b Thanks @gaojude! - Replace ssr-goto with ssr lock / ssr unlock for persistent SSR inspection across navigations. Auto-open browser on goto when not already open. Make lock commands idempotent.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 19:32
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