v0.21.4
vercel-labs/agent-browserv0.21.4Mar 20, 2026by github-actions[bot]
AI Summary
Patch release improves the reliability of authentication login flows by enhancing navigation and element detection timing.
Key Highlights
- Improved 'agent-browser auth login' to use 'load' navigation and staged username detection.
- Reduced SPA timing failures and prevented 'networkidle' hangs on pages with continuous background requests.
Full Release Notes
### Patch Changes
- aed466b: ### Bug Fixes
- **Auth login readiness** - `agent-browser auth login` now navigates with `load`, waits for usable login form selectors, and uses staged username detection (targeted email/username selectors first, then broad text-input fallback). This reduces SPA timing failures, avoids false matches on unrelated text fields, and prevents `networkidle` hangs on pages with continuous background requests.