From 3d24ea38fac40bb6a14c4313b4e2d087d06268dd Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Thu, 29 Jan 2026 10:28:11 -0600 Subject: [PATCH] fix: commit bin/agent-browser.js with executable permissions (#319) Fixes #305. The file was committed with mode 644, but npm automatically sets the executable bit on bin files, causing git to show the file as modified after pnpm install. --- bin/agent-browser.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/agent-browser.js diff --git a/bin/agent-browser.js b/bin/agent-browser.js old mode 100644 new mode 100755