agent-browser Updates & Release Notes
79 updates curated from 1 source by the Releasebot Team. Last updated: Jul 20, 2026
- Jul 19, 2026
- Date parsed from source:Jul 19, 2026
- First seen by Releasebot:Jul 20, 2026
v0.32.3
agent-browser adds HAR body capture and a derive-client skill for turning browser traffic into reusable API clients.
New Features
- Added HAR response body capture with text bodies embedded by default and configurable all, text, and none content modes across the CLI and MCP surfaces (#1578)
- Added a derive-client skill for recording browser traffic and generating reusable API clients from HAR request and response data (#1578)
Contributors
@ctate
Original source - Jul 17, 2026
- Date parsed from source:Jul 17, 2026
- First seen by Releasebot:Jul 18, 2026
v0.32.2
agent-browser improves eve extension packaging with updated manifests, stable AI SDK example updates, and aligned tests.
Improvements
Updated eve extension packaging for eve 0.25.1, adopting the new source and dist extension manifest format, updating the eve example to stable AI SDK releases, and keeping extension tests aligned with eve's scoped config registry (#1570)
Contributors
@AndrewBarba
Original source All of your release notes in one feed
Join Releasebot and get updates from Vercel Labs and hundreds of other software products.
- Jul 16, 2026
- Date parsed from source:Jul 16, 2026
- First seen by Releasebot:Jul 17, 2026
v0.32.1
agent-browser improves eve compatibility and standardizes lowercase branding across docs, examples, and release notes.
Improvements
Widened eve compatibility for @agent-browser/eve to accept eve 0.23 and future major releases without peer-resolution warnings (#1563)
Documentation
Standardized eve branding to use lowercase styling across the docs, examples, package readmes, and release notes (#1557)
Contributors
@ctate
Original source - Jul 15, 2026
- Date parsed from source:Jul 15, 2026
- First seen by Releasebot:Jul 16, 2026
v0.32.0
agent-browser adds an Eve extension, hardened domain allowlists and safer startup handling, plus a fix for completed-page waits so ready documents resolve immediately with improved timeout handling.
New Features
Eve extension - Added @agent-browser/eve, an Eve extension that mounts the agent-browser tool set with namespaced browser tools, sandbox bootstrap helpers, docs, examples, CI, and release packaging (#1547)
Security
Hardened domain allowlists by blocking WebRTC bypasses, applying network containment across launch modes, workers, popups, restored state, and reused daemon sessions, rejecting unsafe startup arguments, and adding Chrome regression coverage (#1546)
Bug Fixes
Fixed completed-page waits so load and DOMContentLoaded waits resolve immediately when the current document is already ready, with structured Eve wait timeout handling and focused coverage (#1554)
Contributors
@ctate
@dnukumamras
Original source - Jul 13, 2026
- Date parsed from source:Jul 13, 2026
- First seen by Releasebot:Jul 14, 2026
v0.31.2
agent-browser adds a WebGPU launch preset across CLI, config, environment, and MCP surfaces, with macOS and Windows hardware backends, Linux Vulkan software support, and automatic Xvfb for headed sessions. It also improves autosave state recovery while the browser stays open.
New Features
WebGPU launch preset - Added --webgpu across the CLI, config, environment, and MCP surfaces, with hardware backends on macOS and Windows, software Vulkan on Linux, automatic Xvfb for displayless headed sessions, and a doctor --webgpu render and screenshot probe (#1529)
Improvements
Added periodic restore-state autosaves while the browser remains open, preserving recent state after a browser window is closed by hand and capturing background page changes while honoring the restore save policy. The interval is configurable with AGENT_BROWSER_AUTOSAVE_INTERVAL_MS (#1509)
Contributors
@ctate
Original source Similar to agent-browser with recent updates:
- Claude Code updates400 release notes · Latest Jul 19, 2026
- Claude updates116 release notes · Latest Jul 14, 2026
- Anthropic updates53 release notes · Latest Jul 14, 2026
- Gemini updates354 release notes · Latest Jul 16, 2026
- Codex updates203 release notes · Latest Jul 18, 2026
- 1Password Browser updates52 release notes · Latest Jul 14, 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 - 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 - 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
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.