v0.8.3

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

AI Summary

Resolved the 'Daemon not found' error encountered when running through AI agents by fixing symlink resolution in the executable path.

Key Highlights

  • Fixed daemon discovery for AI agents
  • Resolution of npm global bin symlink issues

New Features

  • Fixed daemon discovery for AI agents

Full Release Notes

### Patch Changes

-   4116a8a: Replaced shell-based CLI wrappers with a cross-platform Node.js wrapper to enable npx support on Windows. Added postinstall logic to patch npm's bin entry on global installs, allowing the native binary to be invoked directly with zero overhead. Added CI tests to verify global installation works correctly across all platforms.