chore: add patch changeset for release (#612)

This commit is contained in:
Chris Tate
2026-03-04 00:30:54 -06:00
committed by GitHub
parent eaa968e229
commit 7d2c8957ac
+5
View File
@@ -0,0 +1,5 @@
---
"agent-browser": patch
---
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.