agent-browser Updates & Release Notes
74 updates curated from 1 source by the Releasebot Team. Last updated: Jun 27, 2026
- Jun 26, 2026
- Date parsed from source:Jun 26, 2026
- First seen by Releasebot:Jun 27, 2026
v0.31.1
agent-browser fixes the React renderer for Next.js 16.3 Turbopack to avoid empty tree reads.
Bug Fixes
Fixed the React renderer so it picks the react-dom renderer instead of hardcoding renderer id 1, which prevented reading an empty tree on Next.js 16.3 Turbopack (#1491)
Contributors
@gaojude
Original source - Jun 25, 2026
- Date parsed from source:Jun 25, 2026
- First seen by Releasebot:Jun 26, 2026
v0.31.0
agent-browser adds restore workflow support with stable, isolated browser state, plus safer session handling and fixes for restore and launch edge cases.
New Features
Restore workflow - Added --restore, --restore-save, restore validation flags, worktree-scoped session id, session info, and --namespace so agent runs can use stable, isolated, automatically restored browser state without managing state files by hand (#1486)
Improvements
Hardened session lifecycle handling with explicit daemon and browser compatibility checks, lifecycle status output, MCP support for restore options, and safer auto-save behavior that avoids overwriting good state after a failed restore or failed validation (#1486)
Bug Fixes
Fixed restore lifecycle edge cases around switching restore keys with a live browser, daemon configuration startup races, launch mode validation, and clearing restore failures after an explicit state load (#1486)
Contributors
@ctate
Original source All of your release notes in one feed
Join Releasebot and get updates from Vercel Labs and hundreds of other software products.
- Jun 25, 2026
- Date parsed from source:Jun 25, 2026
- First seen by Releasebot:Jun 25, 2026
v0.30.1
agent-browser fixes URL wait handling so glob patterns work against the full active URL.
Bug Fixes
Fixed URL waits so wait --url and waitforurl honor glob patterns such as **/dashboard against the full active URL (#1483)
Contributors
@gaearon
Original source - Jun 24, 2026
- Date parsed from source:Jun 24, 2026
- First seen by Releasebot:Jun 25, 2026
v0.30.0
agent-browser adds a read command and MCP text extraction with Markdown, outlines, JSON output, headers, and browser-state reads.
New Features
Read command - Added agent-browser read [url] and the matching MCP tool for agent-readable text extraction. URL reads prefer Markdown, try .md and nearby llms.txt docs, support outlines, filters, raw and JSON output, headers, and domain/output safeguards; omitting the URL reads the rendered active tab DOM with current browser state (#1480)
Contributors
@ctate
Original source - Jun 24, 2026
- Date parsed from source:Jun 24, 2026
- First seen by Releasebot:Jun 25, 2026
v0.29.1
agent-browser improves sandbox setup by defaulting Eve and Vercel helpers to install Chromium's required libraries.
Improvements
Defaulted sandbox system dependency installs so the Eve and Vercel sandbox helpers install Chromium's required libraries unless explicitly disabled, making first-run sandbox setup simpler (#1469)
Contributors
@ctate
Original source Similar to agent-browser with recent updates:
- Claude Code updates386 release notes · Latest Jul 8, 2026
- Claude updates112 release notes · Latest Jul 7, 2026
- Anthropic updates51 release notes · Latest Jul 2, 2026
- Gemini updates349 release notes · Latest Jul 7, 2026
- Codex updates194 release notes · Latest Jul 7, 2026
- 1Password Browser updates51 release notes · Latest Jun 30, 2026
- Jun 21, 2026
- Date parsed from source:Jun 21, 2026
- First seen by Releasebot:Jun 21, 2026
v0.29.0
agent-browser adds a sandbox package with hosted environment helpers, examples, and docs, plus release flow and documentation improvements.
New Features
- Sandbox package - Added @agent-browser/sandbox with shared, Eve, and Vercel Sandbox helpers, example projects, and docs for running agent-browser in hosted sandbox environments (#1465)
Improvements
- Updated sandbox release flow so the new package stays version-synced with the CLI release and publishes from the correct workspace path (#1465)
- Reflowed documentation prose across the README, docs site, examples, and skills so Markdown and MDX wrap naturally in editors and renderers (#1466)
Contributors
@ctate
Original source - Jun 16, 2026
- Date parsed from source:Jun 16, 2026
- First seen by Releasebot:Jun 17, 2026
v0.28.0
agent-browser adds an MCP server and out-of-process plugin support, expanding CLI parity with typed tools, paginated discovery, protocol negotiation, startup tool profiles, and capability-scoped plugins for browsers, credentials, and custom commands.
New Features
- MCP server - Added agent-browser mcp, a stdio Model Context Protocol server with typed tools, paginated discovery, protocol negotiation, and startup tool profiles. The default core profile keeps context small, while --tools all exposes full CLI parity and composed profiles such as core,network,react are supported (#1454)
- Plugin system - Added out-of-process plugin support over the agent-browser.plugin.v1 stdio protocol, with plugin add/list/show/run, manifest discovery, npm and GitHub refs, credential providers, browser provider plugins, launch mutators, custom command capabilities, config and env registry support, and capability-scoped policy gates (#1452)
Infrastructure
Added context footprint eval coverage for CLI skills, MCP core, and MCP full-profile surfaces, plus MCP parity tests to keep tool behavior aligned with the CLI (#1454)
Contributors
@ctate
Original source - Jun 12, 2026
- Date parsed from source:Jun 12, 2026
- First seen by Releasebot:Jun 16, 2026
v0.27.3
agent-browser fixes Windows ARM64 installs by falling back to the Windows x64 binary during postinstall.
Bug Fixes
Fixed Windows ARM64 installs by falling back to the Windows x64 binary during postinstall, avoiding failed downloads for a native ARM64 artifact that is not published (#1269)
Contributors
@EternalRights
Original source - Jun 10, 2026
- Date parsed from source:Jun 10, 2026
- First seen by Releasebot:Jun 10, 2026
v0.27.2
agent-browser fixes click reliability, iframe-scoped selectors and waits, timeout handling, and form command behavior while cutting warm CLI latency and improving daemon recovery. It also pins Linux release artifacts to glibc 2.28.
Bug Fixes
Fixed click reliability by scrolling off-viewport elements into view before resolving coordinates, handling JavaScript dialogs promptly, recovering mouse state after dialog-opening clicks, and detecting click interception by overlays before dispatching input (#1432, #1434)
Fixed frame-scoped selectors and waits so CSS-selector actions and wait respect the selected iframe, including cross-process iframes, with translated click coordinates (#1432)
Fixed wait timeout handling so the documented 25s default is used, --timeout is honored across wait variants, and long waits receive an appropriate client read budget (#1432)
Fixed agent-facing form commands so find label matches aria-label and aria-labelledby, select errors when no option matches, and type parses --clear and --delay instead of typing them as text (#1432)
Improvements
Cut warm CLI command latency from about 150ms to about 1ms by removing the unconditional daemon settle sleep and retrying once when a stale daemon socket is discovered (#1432)
Extended daemon respawn and retry handling to batch commands so batches recover from a daemon exit after the initial liveness check (#1432)
Infrastructure
Pinned GNU Linux release artifacts to glibc 2.28 with zigbuild, added a release guard for newer GLIBC symbols, and aligned Docker release helpers with the pinned target (#1417)
Contributors
@ctate
@heshamkhaledd
Original source - Jun 1, 2026
- Date parsed from source:Jun 1, 2026
- First seen by Releasebot:Jun 2, 2026
v0.27.1
agent-browser improves vitals command output readability and surfaces feature coverage in documentation.
Improvements
Improved vitals command output formatting for better readability (#1404)
Documentation
Surfaced agent-browser feature coverage in documentation (#1403)
Original source - May 7, 2026
- Date parsed from source:May 7, 2026
- First seen by Releasebot:May 7, 2026
v0.27.0
agent-browser adds React introspection with DevTools integration, new Web Vitals and SPA navigation commands, init scripts and feature flags, network filtering, cURL cookie import, and dashboard proxy support, while also fixing a doctor bug and improving npm publishing security.
New Features
React introspection - First-class React DevTools integration with new react tree, react inspect <fiberId>, react renders start|stop, and react suspense commands for full component-tree visibility, per-fiber props/hooks/state inspection, render profiling with mount/re-render counts and change details, and Suspense boundary classification with root-cause grouping and recommendations. React DevTools hook is vendored (MIT) and embedded in the binary with zero runtime dependencies (#1257)
Web Vitals - New vitals [url] command that reports Core Web Vitals (LCP, CLS, TTFB, FCP, INP) plus React hydration phases for any page (#1257)
SPA navigation - New pushstate <url> command for client-side SPA navigations without a full page load (#1257)
Init scripts and feature flags - New --init-script <path> flag (repeatable; env AGENT_BROWSER_INIT_SCRIPTS) to register scripts before first navigation, and --enable <feature> flag (repeatable; env AGENT_BROWSER_ENABLE) for built-in init scripts such as react-devtools (#1257)
Network route resource type filter - network route now accepts --resource-type <csv> to filter intercepted requests by CDP resource type (#1257)
cURL cookie import - cookies set --curl <file> auto-detects JSON, cURL, and Cookie-header formats for bulk cookie import (#1257)
Dashboard proxy support - The observability dashboard now works from proxied origins via a same-origin proxy, enabling deployment behind reverse proxies and path-based routing (#1111)
Bug Fixes
Fixed doctor command generating duplicate check ids when called multiple times in the same process (#1330)
Infrastructure
Switched npm publishing to trusted publishing via GitHub Actions OIDC, removing the need for manually managed npm tokens (#1273)
Contributors
@ctate
@quuu
@shaper
@ThomasK33
Original source - Apr 16, 2026
- Date parsed from source:Apr 16, 2026
- First seen by Releasebot:Apr 17, 2026
v0.26.0
agent-browser ships a major update with a new doctor command for install diagnosis, stable tab ids and labels, a richer core skill guide, and a JSON schema for config validation. It also fixes saved browser state loading and improves help output.
New Features
doctor command - Added agent-browser doctor for one-shot diagnosis of an install. Checks environment, Chrome, running daemons, config files, security, providers, and network connectivity; auto-cleans stale daemon sidecar files on every run; and performs a live headless launch test. Supports --offline to skip network probes, --quick to skip the launch test, --fix for opt-in repairs (install missing Chrome, close version-mismatched daemons, prune expired state files), and --json for structured output (#1254)
Stable tab ids and labels - Tabs now have stable string ids like t1, t2, t3 that don't shift when other tabs close or popups appear. Tabs can be created with a memorable label via tab new --label <name> [<url>], and labels are interchangeable with t<N> ids everywhere a tab ref is accepted (tab <id|label>, tab close <id|label>). Bare-integer input is rejected with a teaching error so agents can't mistake stable handles for positional indices (#892, #1249, #1250)
core skill - Renamed the built-in agent-browser skill to core and replaced its ~40-line discovery stub with a ~420-line usage guide covering the core snapshot-ref-act loop, reading, interacting, waiting, common workflows, troubleshooting, and global flags. agent-browser skills get core now returns content agents can use directly; --full adds references and templates. Added a hidden: frontmatter flag so the original agent-browser stub stays reachable for npx skills add discovery without polluting skills list (#1253)
JSON Schema for config files - Added agent-browser.schema.json describing every config option with types and descriptions, enabling IDE autocomplete and validation when referenced via $schema in agent-browser.json or ~/.agent-browser/config.json. The schema is served from the docs site at https://agent-browser.dev/schema.json (#1242, #1248)
Bug Fixes
Fixed --state / AGENT_BROWSER_STATE not actually loading saved browser state (cookies and localStorage) at launch. The flag had been fully plumbed through parsing, env propagation, and validation since the native Rust rewrite, but the load step was never wired up. Storage state now loads after launch across all four paths: explicit launch, auto-connect, provider, and local Chrome (#1241)
Documentation
--help output now shows the skills section first so agents discover skills get core (the canonical usage guide) before the core command list (#1251)
Contributors
@ctate
@DJRHails
@michael-farah
@tomdale
Original source - Apr 16, 2026
- Date parsed from source:Apr 16, 2026
- First seen by Releasebot:Apr 17, 2026
v0.25.5
agent-browser fixes several CLI and recording bugs, improving CDP discovery, viewport handling, text-mode output, and tab focus behavior when closing pages.
Bug Fixes
Fixed --auto-connect CDP discovery preferring HTTP endpoint discovery over the DevToolsActivePort websocket path, which could fail on some setups. The CLI now reads the websocket path from DevToolsActivePort first and only falls back to HTTP discovery (#1218)
Fixed recording context viewport not inheriting the active viewport dimensions, causing recordings to use default resolution instead of the configured viewport (#1208)
Fixed get box and get styles printing no data in text mode (#1231, #1233)
Fixed active page changing when closing or removing earlier tabs. The previously focused page is now preserved correctly (#1220)
Contributors
@ctate
@jin-2-kakaoent
@officialasishkumar
Original source - Apr 12, 2026
- Date parsed from source:Apr 12, 2026
- First seen by Releasebot:Apr 12, 2026
v0.25.4
agent-browser adds a skills command for discovering and installing agent skills, with built-in evaluation support for testing skills in live browser sessions. It also fixes viewport metadata, screen recording TLS errors, and docs polish issues.
New Features
- skills command - Added agent-browser skills command for discovering and installing agent skills, with built-in evaluation support for testing skills against live browser sessions (#1225, #1227)
Bug Fixes
- Fixed custom viewport dimensions not being used in streaming frame metadata and image resolution (#1033)
- Fixed --ignore-https-errors not being re-applied to recording contexts, causing TLS errors during screen recordings (#1178)
- Fixed duplicate option numbering in the auth skill documentation (#1161)
Documentation
- The docs site header now dynamically fetches the GitHub star count (#1202)
Contributors
- @ctate
- @jin-2-kakaoent
- @juniper929
- @Marshall-Sun
- Apr 7, 2026
- Date parsed from source:Apr 7, 2026
- First seen by Releasebot:Apr 7, 2026
v0.25.3
agent-browser fixes hidden radio and checkbox inputs in snapshot refs, improving detection when labels wrap display:none inputs and restoring the correct role, name, and checked state. It also adds clickable heading anchors to the docs site for easier deep linking.
Bug Fixes
Fixed hidden radio/checkbox inputs missing from snapshot refs when a <label> wraps a display:none <input type="radio"> or <input type="checkbox">. Chrome excludes these inputs from the accessibility tree entirely, making it impossible for AI agents to identify radio buttons and checkboxes via refs. Hidden inputs inside elements are now detected during cursor-interactive scanning and their parent nodes are promoted to the correct role with proper name and checked state (#1085)
Documentation
Added clickable heading anchors to the docs site, making it easy to link directly to any section (#1175)
Contributors
@ctate
@jin-2-kakaoent
@hyunjinee
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.