v0.16.3
vercel-labs/agent-browserv0.16.3Mar 4, 2026by github-actions[bot]
AI Summary
Patch fixes an issue where the `--native` flag was incorrectly being propagated to child processes when not explicitly requested by the user.
Key Highlights
- Fixed `--native` flag propagation to child processes
Full Release Notes
### Patch Changes - 7d2c895: Fixed an issue where the --native flag was being passed to child processes even when not explicitly specified on the command line. The flag is now only forwarded when the user explicitly provides it, consistent with how other CLI flags like --allow-file-access and --download-path are handled.