From 7e6336f65b9839fdbc953cb445300096797a1c39 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Mon, 26 Jan 2026 18:01:48 -0600 Subject: [PATCH] chore: add patch changeset for release (#291) --- .changeset/release-a90eda8f.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/release-a90eda8f.md diff --git a/.changeset/release-a90eda8f.md b/.changeset/release-a90eda8f.md new file mode 100644 index 0000000..d6745d0 --- /dev/null +++ b/.changeset/release-a90eda8f.md @@ -0,0 +1,5 @@ +--- +"agent-browser": patch +--- + +Fixed the Windows CMD wrapper to use the native binary directly instead of routing through Node.js, improving startup performance and reliability. Added retry logic to the CI install command to handle transient failures during browser installation.