@cloudflare/think@0.2.2
cloudflare/agents@cloudflare/think@0.2.2Apr 14, 2026by github-actions[bot]
AI Summary
This patch release (@cloudflare/think@0.2.2) introduces first-class browser tools for CDP-based web automation, expanding the execution capabilities of the Cloudflare Think framework to include browser automation alongside existing workspace, execute, and extensions tools.
Key Highlights
- Added `@cloudflare/think/tools/browser` package for CDP-based web automation
- Browser tools are now first-class citizens in the execution ladder
- Aligns with existing workspace, execute, and extensions tools
- PR #1163 contributed by @threepointone
New Features
- CDP-based web automation tools via `@cloudflare/think/tools/browser`
Full Release Notes
### Patch Changes - [#1163](https://github.com/cloudflare/agents/pull/1163) [`d3f757c`](https://github.com/cloudflare/agents/commit/d3f757c264f6271cb34863daaad0e381e40e6a6f) Thanks [@threepointone](https://github.com/threepointone)! - Add first-class browser tools (`@cloudflare/think/tools/browser`) for CDP-based web automation, matching the execution ladder alongside workspace, execute, and extensions.