diff --git a/.changeset/release-d55a4e12.md b/.changeset/release-d55a4e12.md new file mode 100644 index 0000000..a8237be --- /dev/null +++ b/.changeset/release-d55a4e12.md @@ -0,0 +1,5 @@ +--- +"agent-browser": patch +--- + +Add --stdin flag for the eval command to read JavaScript from stdin, enabling heredoc usage for multiline scripts. Also fix binary permission issues on macOS/Linux when postinstall scripts don't run (e.g., with bun).