From 27715884e57a4ba3a194ab8fe298cf4234248426 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Mon, 2 Feb 2026 19:31:37 -0600 Subject: [PATCH] chore: add patch changeset for release (#342) --- .changeset/release-a16f7017.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/release-a16f7017.md diff --git a/.changeset/release-a16f7017.md b/.changeset/release-a16f7017.md new file mode 100644 index 0000000..7e5d8c9 --- /dev/null +++ b/.changeset/release-a16f7017.md @@ -0,0 +1,5 @@ +--- +"agent-browser": patch +--- + +Added base64 encoding support for the eval command with -b/--base64 flag to avoid shell escaping issues when executing JavaScript. Updated documentation with AI agent setup instructions and reorganized the docs structure by consolidating agent mode content into the installation page.