chore: add patch changeset for release (#376)

This commit is contained in:
Chris Tate
2026-02-05 00:30:44 -06:00
committed by GitHub
parent 07c2372766
commit ae349451b7
+5
View File
@@ -0,0 +1,5 @@
---
"agent-browser": patch
---
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.