v0.24.0
vercel-labs/agent-browserv0.24.0Apr 3, 2026by github-actions[bot]
AI Summary
This release adds support for AWS Bedrock AgentCore as a cloud browser provider with SigV4 signing and configuration options.
Key Highlights
- AWS Bedrock AgentCore provider support
- SigV4 authentication with credential chain support
- Configuration via AGENTCORE_* environment variables
- Session ID and Live View URL in launch response
New Features
- AWS Bedrock AgentCore provider
Full Release Notes
### New Features - **AWS Bedrock AgentCore provider** - Added AWS Bedrock AgentCore as a cloud browser provider. Connect with `--provider agentcore` or `AGENT_BROWSER_PROVIDER=agentcore`. Uses lightweight manual SigV4 signing for authentication with support for the full AWS credential provider chain (environment variables, AWS CLI, SSO, IAM roles). Configure with `AGENTCORE_REGION`, `AGENTCORE_PROFILE_ID`, and `AGENTCORE_BROWSER_ID` environment variables. Returns session ID and Live View URL in the launch response (#397) ### Documentation - Added AgentCore provider page to docs site, README options table, SKILL.md, and dashboard provider icons (#1120) ### Contributors - @ctate - @pahud