v0.15.3
vercel-labs/agent-browserv0.15.3Mar 3, 2026by github-actions[bot]
AI Summary
Patch release fixing Windows compatibility issues and improving daemon startup reliability.
Key Highlights
- Proper handling of extended-length path prefixes from canonicalize().
- Prevention of MSYS/Git Bash path translation that could mangle arguments.
- Added ARM64 Windows support in postinstall shims.
- Expanded CI testing with a full daemon lifecycle test on Windows.
New Features
- Windows compatibility fixes
- ARM64 Windows support
Full Release Notes
### Patch Changes - 62241b5: Fixed Windows compatibility issues including proper handling of extended-length path prefixes from canonicalize(), prevention of MSYS/Git Bash path translation that could mangle arguments, and improved daemon startup reliability. Also added ARM64 Windows support in postinstall shims and expanded CI testing with a full daemon lifecycle test on Windows.