0.13.2
glanceapp/glance0.13.2Jun 12, 2026by MagMueller
AI Summary
This release focuses on browser automation enhancements, adding new BU3 browser models and refining LLM provider support. It also introduces publishing gates and removes deprecated model references.
Key Highlights
- Added BU3 browser use models
- Gated PyPI publishing behind release environment
- Added provider-prefixed model support in ChatBrowserUse
- Removed BU3/BU3-max models and changed default example
Breaking Changes
- Removed 'bu-3' and 'bu-3-max' models
- Changed default beta example from BU3 to openai/gpt-5.5
New Features
- ChatBrowserUse accepts provider-prefixed models
- Publishing to PyPI is now gated behind release environment
Full Release Notes
## What's Changed * [codex] add BU3 browser use models by @MagMueller in https://github.com/browser-use/browser-use/pull/5002 * [ENG-4762] publish: gate publish_to_pypi behind release env by @LarsenCundric in https://github.com/browser-use/browser-use/pull/5013 * feat(llm): accept provider-prefixed models in ChatBrowserUse by @sauravpanda in https://github.com/browser-use/browser-use/pull/5007 * chore(llm): remove bu-3 / bu-3-max, default beta example to openai/gpt-5.5 by @sauravpanda in https://github.com/browser-use/browser-use/pull/5020 * Bump version from 0.13.1 to 0.13.2 by @MagMueller in https://github.com/browser-use/browser-use/pull/5026 * Bump browser-use-core to 0.13.2 by @laithrw in https://github.com/browser-use/browser-use/pull/5027 **Full Changelog**: https://github.com/browser-use/browser-use/compare/0.13.1...0.13.2