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.