agents@0.11.0
cloudflare/agentsagents@0.11.0Apr 14, 2026by github-actions[bot]
AI Summary
This minor release (0.11.0) adds experimental browser CDP tools for the Agents SDK, utilizing the live Browser Rendering protocol instead of bundling the specification. The update includes Wrangler-backed end-to-end tests for the local browser-binding flow.
Key Highlights
- Added experimental browser CDP (Chrome DevTools Protocol) tools for the Agents SDK
- Uses live Browser Rendering protocol instead of bundling the spec
- Includes Wrangler-backed end-to-end tests for local browser-binding flow
- Marked as experimental feature
- Contributor: @threepointone
New Features
- Experimental browser CDP tools for the Agents SDK
- Live Browser Rendering protocol integration
- Wrangler-backed end-to-end testing for browser binding
Full Release Notes
### Minor Changes - [#1163](https://github.com/cloudflare/agents/pull/1163) [`d3f757c`](https://github.com/cloudflare/agents/commit/d3f757c264f6271cb34863daaad0e381e40e6a6f) Thanks [@threepointone](https://github.com/threepointone)! - Add experimental browser CDP tools for the Agents SDK, using the live Browser Rendering protocol instead of bundling the spec and covering the local browser-binding flow with Wrangler-backed end-to-end tests.