Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GPT 5upport source code.tar.gz | 2025-08-07 | 1.9 MB | |
GPT 5upport source code.zip | 2025-08-07 | 2.1 MB | |
README.md | 2025-08-07 | 1.5 kB | |
Totals: 3 Items | 3.9 MB | 3 |
What's Changed
- Fix Gemini schema processing for non-string type fields by @jaiganeshs21 in https://github.com/browser-use/browser-use/pull/2551
- Cache the user message too, helps anthropic models by @mertunsall in https://github.com/browser-use/browser-use/pull/2594
- Add an else clause to always sleep unless HTTP 200 is received in CDP connection by @mertunsall in https://github.com/browser-use/browser-use/pull/2595
- Remove message_context parameter and docs by @mertunsall in https://github.com/browser-use/browser-use/pull/2596
- Cache this history by @mertunsall in https://github.com/browser-use/browser-use/pull/2525
- Add gpt-oss models to groq tool calling by @mertunsall in https://github.com/browser-use/browser-use/pull/2606
- docs: added n8n workflow example by @sauravpanda in https://github.com/browser-use/browser-use/pull/2607
- Bump OpenAI and fix new types for tool calling by @mertunsall in https://github.com/browser-use/browser-use/pull/2618
- by default freq penalty should be None since gpt-5 doesnt allow it by @mertunsall in https://github.com/browser-use/browser-use/pull/2621
- Add gpt-5 models to openai llm by @mertunsall in https://github.com/browser-use/browser-use/pull/2623
- GPT-5 Support by @gregpr07 in https://github.com/browser-use/browser-use/pull/2624
New Contributors
- @jaiganeshs21 made their first contribution in https://github.com/browser-use/browser-use/pull/2551
Full Changelog: https://github.com/browser-use/browser-use/compare/0.5.9...0.5.10