0.13.1
xlmnxp/blue-recorder0.13.1Jun 10, 2026by gregpr07
AI Summary
This patch release adds support for the Claude Fable 5 model and introduces automatic tool choice for Anthropic models when thinking. It also includes a fix for the packaged agent tools environment.
Key Highlights
- Support for Claude Fable 5 model
- Auto tool choice for Anthropic models during thinking
- Fixed packaged agent tools environment
New Features
- Claude Fable 5 support
- Auto tool choice for Anthropic
Full Release Notes
## What's Changed * support claude fable 5 by @laithrw in https://github.com/browser-use/browser-use/pull/5008 * anthropic: tool choice auto when thinking (cannot force it) by @laithrw in https://github.com/browser-use/browser-use/pull/5009 * Fix packaged agent tools env by @gregpr07 in https://github.com/browser-use/browser-use/pull/5010 **Full Changelog**: https://github.com/browser-use/browser-use/compare/0.13.0...0.13.1