v0.37.1

vercel-labs/agent-browserv0.37.1Sep 8, 2026by github-actions[bot]

AI Summary

This release addresses desktop artifact issues specific to Windows headless Chrome by isolating the browser on a private desktop. It ensures the process tree is cleaned up correctly when the daemon exits, preventing lingering artifacts. Headed and externally connected browsers are not affected by this update.

Key Highlights

  • Fixed Windows headless Chrome desktop artifacts
  • Isolated headless Chrome on a private desktop
  • Ensured process tree cleanup on daemon exit
  • No impact on headed or externally connected browsers
  • Contributors: @ctate

Full Release Notes

### Bug Fixes

- Fixed **Windows headless Chrome desktop artifacts** by isolating owned headless Chrome on a private desktop and ensuring its process tree is cleaned up when the daemon exits or is forcibly terminated. Headed and externally connected browsers retain their existing desktop behavior (#1498, #1820)

### Contributors

- @ctate