chore: add patch changeset for release (#294)

This commit is contained in:
Chris Tate
2026-01-27 00:15:04 -06:00
committed by GitHub
parent 18a1abda6e
commit 4116a8ac7f
+5
View File
@@ -0,0 +1,5 @@
---
"agent-browser": patch
---
Replaced shell-based CLI wrappers with a cross-platform Node.js wrapper to enable npx support on Windows. Added postinstall logic to patch npm's bin entry on global installs, allowing the native binary to be invoked directly with zero overhead. Added CI tests to verify global installation works correctly across all platforms.