Releases: vercel-labs/next-browser
Release list
v0.7.1
v0.7.0
v0.6.0
v0.5.1
v0.5.0
Minor Changes
-
#26
81c5fbfThanks @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 barename=v; name=v
cookie-header string, and (3) the existing Playwright JSON array. The
old--cookies-jsonflag 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
v0.4.0
Minor Changes
-
#16
0d1c5f2Thanks @gaojude! - Addbrowser-logscommand to capture browser console output -
#18
08d49f5Thanks @gaojude! - Addrenders startandrenders stopcommands for React re-render profiling -
#21
a5e0759Thanks @gaojude! - Distinguish mounts from re-renders inrenders stopoutput withInsts,Mounts, andRe-renderscolumns
Patch Changes
v0.3.0
Minor Changes
-
#12
c3afe66Thanks @gaojude! - Addpreviewcommand for visual feedback and--full-pageflag forscreenshot -
#10
3e2704bThanks @gaojude! - Replacessr-gotowithssr lock/ssr unlockfor persistent SSR inspection across navigations. Auto-open browser ongotowhen not already open. Make lock commands idempotent.
v0.2.0
Minor Changes
-
#4
0f0aa67Thanks @gaojude! - Addperfcommand that profiles a full page load — collects Core Web Vitals (TTFB, LCP, CLS) and React hydration timing in one pass. Also exposeshydrationas a standalone command for React-only timing. Restructure PPR analysis output to use a Quick Reference table. -
#6
b53f406Thanks @gaojude! - Add--fileand stdin (-) modes toevalcommand to avoid shell quoting failures -
#8
9b3dd4cThanks @gaojude! - Addsnapshot,click, andfillcommands for page interaction via accessibility tree refs