v0.8.6
vercel-labs/agent-browserv0.8.6Feb 1, 2026by github-actions[bot]
AI Summary
This patch focuses on stabilizing the daemon connection by adding automatic retry logic for transient errors and cleaning up stale files to prevent race conditions during shutdown.
Key Highlights
- Automatic retry logic for transient connection errors
- Cleanup of stale socket and PID files
- Improved daemon responsiveness detection
New Features
- Improved daemon connection reliability
Full Release Notes
### Patch Changes - d75350a: Improved daemon connection reliability by adding automatic retry logic for transient errors like connection resets, broken pipes, and temporary resource unavailability. The CLI now cleans up stale socket and PID files before starting a new daemon, and includes better detection of daemon responsiveness to handle race conditions during shutdown.