v0.32.0

vercel-labs/agent-browserv0.32.0Jul 15, 2026by github-actions[bot]

AI Summary

Introduces the Eve extension package and hardens domain allowlists.

Key Highlights

  • Added `@agent-browser/eve`, an Eve extension that mounts the agent-browser tool set.
  • Hardened domain allowlists by blocking WebRTC bypasses and applying network containment.
  • Fixed completed-page waits to resolve immediately when the document is already ready.

New Features

  • Eve extension (`@agent-browser/eve`)

Full Release Notes

### 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