v0.8.4

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

AI Summary

Migrated from shell-based CLI wrappers to a cross-platform Node.js wrapper to enable npx support on Windows and optimize global installs.

Key Highlights

  • Cross-platform Node.js wrapper implementation
  • npx support enabled on Windows
  • Postinstall logic for zero-overhead binary invocation

New Features

  • Cross-platform Node.js wrapper
  • npx support on Windows
  • Global installation optimization

Full Release Notes

### Patch Changes

-   759302e: Fixed "Daemon not found" error when running through AI agents (e.g., Claude Code) by resolving symlinks in the executable path. Previously, npm global bin symlinks weren't being resolved correctly, causing intermittent daemon discovery failures.