v0.25.5
vercel-labs/agent-browserv0.25.5Apr 16, 2026by github-actions[bot]
AI Summary
Bug fixes for CDP discovery, viewport settings, and command output to improve stability.
Key Highlights
- Fixed CDP discovery to prioritize websocket path
- Fixed recording viewport inheritance and command output
- Corrected active page preservation on tab close
Full Release Notes
### Bug Fixes - Fixed **`--auto-connect` CDP discovery** preferring HTTP endpoint discovery over the DevToolsActivePort websocket path, which could fail on some setups. The CLI now reads the websocket path from DevToolsActivePort first and only falls back to HTTP discovery (#1218) - Fixed **recording context viewport** not inheriting the active viewport dimensions, causing recordings to use default resolution instead of the configured viewport (#1208) - Fixed **`get box` and `get styles`** printing no data in text mode (#1231, #1233) - Fixed **active page changing** when closing or removing earlier tabs. The previously focused page is now preserved correctly (#1220) ### Contributors - @ctate - @jin-2-kakaoent - @officialasishkumar