Add --stdin flag for eval command (#348)

Adds --stdin flag to read JavaScript from stdin, enabling heredoc usage
for multiline scripts without shell escaping issues.
This commit is contained in:
Chris Tate
2026-02-02 20:29:43 -06:00
committed by GitHub
parent f770593c66
commit 0dc36f2cff
5 changed files with 50 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"agent-browser": patch
---
Add --stdin flag for eval command to read JavaScript from stdin, enabling heredoc usage for multiline scripts