From 4116a8ac7fdc6b7adc91b9a70132999b0337d359 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Tue, 27 Jan 2026 00:15:04 -0600 Subject: [PATCH] chore: add patch changeset for release (#294) --- .changeset/release-1cb74100.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/release-1cb74100.md diff --git a/.changeset/release-1cb74100.md b/.changeset/release-1cb74100.md new file mode 100644 index 0000000..9ee4691 --- /dev/null +++ b/.changeset/release-1cb74100.md @@ -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.