v0.8.10
vercel-labs/agent-browserv0.8.10Feb 3, 2026by github-actions[bot]
AI Summary
v0.8.10 adds stdin support for the eval command and fixes binary permission issues on macOS/Linux.
Key Highlights
- --stdin flag for eval command
- Binary permission fixes
New Features
- --stdin flag for eval (enables heredoc usage)
- Binary permission fixes for macOS/Linux
Full Release Notes
### Patch Changes - 17dba8f: Add --stdin flag for eval command to read JavaScript from stdin, enabling heredoc usage for multiline scripts - daeede4: 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).