feat(windows): bundled browser override and npm PATH for updates#173
Merged
duguwanglong merged 3 commits intoApr 24, 2026
Merged
Conversation
added 3 commits
April 23, 2026 18:18
- Resolve chrome.exe under bundled Chrome in bootstrap-windows.ps1 and set FLOCKS_BROWSER_EXECUTABLE_OVERRIDE - Honor explicit browser override in install.ps1 when configuring agent-browser - Prepend bundled Node to PATH for frontend npm install/build in updater alongside npm registry Made-with: Cursor
Retry installer dependency setup after clearing a corrupted uv-managed Python runtime so the EXE install flow can recover from stale cached interpreters. Made-with: Cursor
Retry Windows EXE updates after releasing locked frontend files, repair broken uv-managed Python caches during uv sync, and restore scripts/install.ps1 to UTF-8 with BOM plus CRLF so the PowerShell rules and runtime expectations stay aligned. Made-with: Cursor
duguwanglong
approved these changes
Apr 24, 2026
duguwanglong
pushed a commit
to DearEmma/flocks
that referenced
this pull request
May 18, 2026
…ntFlocks#173) * feat(windows): bundled browser override and npm PATH for updates - Resolve chrome.exe under bundled Chrome in bootstrap-windows.ps1 and set FLOCKS_BROWSER_EXECUTABLE_OVERRIDE - Honor explicit browser override in install.ps1 when configuring agent-browser - Prepend bundled Node to PATH for frontend npm install/build in updater alongside npm registry * fix(windows): recover from broken uv managed Python cache Retry installer dependency setup after clearing a corrupted uv-managed Python runtime so the EXE install flow can recover from stale cached interpreters. * fix(windows): harden EXE updates and PowerShell script encoding Retry Windows EXE updates after releasing locked frontend files, repair broken uv-managed Python caches during uv sync, and restore scripts/install.ps1 to UTF-8 with BOM plus CRLF so the PowerShell rules and runtime expectations stay aligned.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made-with: Cursor