New Features
- AWS Bedrock AgentCore provider - Added AWS Bedrock AgentCore as a cloud browser provider. Connect with
--provider agentcoreorAGENT_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 withAGENTCORE_REGION,AGENTCORE_PROFILE_ID, andAGENTCORE_BROWSER_IDenvironment 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)