v0.25.1
vercel-labs/agent-browserv0.25.1Apr 6, 2026by github-actions[bot]
AI Summary
Embeds the observability dashboard directly into the CLI binary, removing the need for a separate installation.
Key Highlights
- Bundled observability dashboard directly into the CLI binary
New Features
- Embedded dashboard
Full Release Notes
### Improvements - **Embedded dashboard** - The observability dashboard is now bundled directly into the CLI binary using `rust-embed`, eliminating the need for `dashboard install`. The dashboard is available immediately after installing agent-browser (#1169) ### Contributors - @ctate