v0.30.1
vercel-labs/agent-browserv0.30.1Jun 25, 2026by github-actions[bot]
AI Summary
Fixed URL waits to honor glob patterns when checking against the full active URL, improving pattern matching for wait --url and waitforurl commands.
Key Highlights
- Fixed URL waits to honor glob patterns
- Supports patterns like **/dashboard against full active URL
Full Release Notes
### Bug Fixes - Fixed **URL waits** so `wait --url` and `waitforurl` honor glob patterns such as `**/dashboard` against the full active URL (#1483) ### Contributors - @gaearon