v0.9.1

vercel-labs/agent-browserv0.9.1Feb 5, 2026by github-actions[bot]

AI Summary

v0.9.1 adds flags to enable local file access and cursor-interactive elements in snapshots for better web app testing.

Key Highlights

  • --allow-file-access flag for local URLs
  • -C/--cursor flag for interactive elements

New Features

  • --allow-file-access flag for file:// URLs
  • -C/--cursor flag for snapshots

Full Release Notes

### Patch Changes

-   ae34945: Added --allow-file-access flag to enable opening and interacting with local file:// URLs (PDFs, HTML files) by passing Chromium flags that allow JavaScript access to local files. Added -C/--cursor flag for snapshots to include cursor-interactive elements like divs with onclick handlers or cursor:pointer styles, which is useful for modern web apps using custom clickable elements.