chore: add patch changeset for release (#338)

This commit is contained in:
Chris Tate
2026-02-02 18:01:18 -06:00
committed by GitHub
parent c00dd44750
commit d24f753f51
+5
View File
@@ -0,0 +1,5 @@
---
"agent-browser": patch
---
Fixed browser launch options not being passed correctly when using persistent profiles, ensuring args, userAgent, proxy, and ignoreHTTPSErrors settings now work properly. Added pre-flight checks for socket path length limits and directory write permissions to provide clearer error messages when daemon startup fails. Improved error handling to properly exit with failure status when browser launch fails.