Skip to content

Releases: browser-use/browser-use

0.10.1

29 Nov 22:10
67ea744

Choose a tag to compare

Release again because forgot to bump pyproject :)

What's Changed

Full Changelog: 0.10.0...0.10.1

Browser Use with Community!

29 Nov 22:04
d90546a

Choose a tag to compare

In this release, we merged many PRs from the community into Browser Use and made the library significantly more stable!

What's Changed

New Contributors

Full Changelog: 0.9.7...0.10.0

0.9.7 - Gemini 3 available

18 Nov 16:35
8a6e0ea

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.6...0.9.7

0.9.6 - Automatic llm as a judge for your agent runs to monitor success

15 Nov 19:53
00e65b4

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.5...0.9.6

0.9.5 - Sandboxes

01 Nov 02:20
3c12ae7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.4...0.9.5

0.9.4

29 Oct 04:38
0128601

Choose a tag to compare

What's Changed

Full Changelog: 0.9.3...0.9.4

0.9.3

28 Oct 20:04
400a511

Choose a tag to compare

What's Changed

Full Changelog: 0.9.2...0.9.3

0.9.2

28 Oct 00:01
007e7a8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.1...0.9.2

Bugfixes and Better Docs

24 Oct 09:48
995a5a9

Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0 - Code Use - Built for data collection

22 Oct 21:51

Choose a tag to compare

code-use

Just import the CodeAgent. The APIs are compatible.

from browser_use import CodeAgent, ChatBrowserUse

agent = CodeAgent(
	task=task,
	llm=ChatBrowserUse(), # requires our special LLM
)
await agent.run()