v0.8.2

vercel-labs/agent-browserv0.8.2Jan 27, 2026by github-actions[bot]

AI Summary

Optimized Windows CMD wrapper performance by routing through the native binary directly instead of Node.js, and improved CI installation reliability.

Key Highlights

  • Direct native binary invocation for Windows CMD
  • Added retry logic to CI install command

New Features

  • Windows CMD wrapper performance improvement
  • CI installation reliability enhancement

Full Release Notes

### Patch Changes

-   7e6336f: 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.