| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agent-browser-linux-x64 | 2026-03-31 | 8.2 MB | |
| agent-browser-win32-x64.exe | 2026-03-31 | 8.0 MB | |
| dashboard.zip | 2026-03-31 | 403.2 kB | |
| agent-browser-darwin-arm64 | 2026-03-31 | 6.9 MB | |
| agent-browser-darwin-x64 | 2026-03-31 | 7.7 MB | |
| agent-browser-linux-arm64 | 2026-03-31 | 7.1 MB | |
| agent-browser-linux-musl-arm64 | 2026-03-31 | 7.0 MB | |
| agent-browser-linux-musl-x64 | 2026-03-31 | 8.1 MB | |
| README.md | 2026-03-31 | 1.3 kB | |
| v0.23.2 source code.tar.gz | 2026-03-31 | 1.1 MB | |
| v0.23.2 source code.zip | 2026-03-31 | 1.2 MB | |
| Totals: 11 Items | 55.8 MB | 1 | |
New Features
- Dashboard session creation - Sessions can now be created directly from the dashboard UI. A new session dialog provides a unified selector grid for local engines (Chrome, Lightpanda) and cloud providers (Browserbase, Browserless, Browser Use, Kernel) with async creation, loading state, and error display (#1092)
- Dashboard provider icons - The session sidebar now shows the provider or engine icon for each session, making it easy to identify which backend a session is using (#1092)
Bug Fixes
- Fixed Browser Use provider using an intermediate API call instead of connecting directly via WSS, which caused connection failures (#1092)
- Fixed Browserbase provider not sending an explicit JSON body and
Content-Typeheader, causing session creation to fail (#1092) - Fixed provider navigation hanging because
wait_for_lifecyclewaited for page load events that remote providers may not emit. Navigation with--providernow automatically setswaitUntil=none(#1092) - Fixed remote CDP connections timing out by increasing the CDP connect timeout from 10s to 25s for cloud providers (#1092)
- Fixed zombie daemon processes not being cleaned up when a provider connection fails during session creation from the dashboard (#1092)
Contributors
- @ctate