From ae349451b7ca7c3bb696c06994e723da88a1b999 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Thu, 5 Feb 2026 00:30:44 -0600 Subject: [PATCH] chore: add patch changeset for release (#376) --- .changeset/release-7ebf7800.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/release-7ebf7800.md diff --git a/.changeset/release-7ebf7800.md b/.changeset/release-7ebf7800.md new file mode 100644 index 0000000..b0300f3 --- /dev/null +++ b/.changeset/release-7ebf7800.md @@ -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.