fix(deps): update dependency browser-use to v0.12.5#168
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency browser-use to v0.12.5#168renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
48945f0 to
bbda79d
Compare
bbda79d to
cfffc63
Compare
3f116cc to
1359bf4
Compare
1359bf4 to
8c0541a
Compare
8c0541a to
dabf2c0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.11.2→==0.12.5Release Notes
browser-use/browser-use (browser-use)
v0.12.5Compare Source
Security fix
Remove
litellmfrom core dependencies in response to the litellm supply chain attack (versions 1.82.7 & 1.82.8 backdoored on March 24, 2026).pip install browser-useno longer installs litellmChatLiteLLMwrapper is preserved — install litellm separately if needed:pip install litellmSee: #4515
v0.12.4Compare Source
Pinned litellm library version
What's Changed
New Contributors
Full Changelog: browser-use/browser-use@0.12.3...0.12.4
v0.12.3: - Browser Use CLI 2.0Compare Source
Browser Use CLI 2.0
The fastest browser automation for AI coding agents. 2x faster, 50% fewer tokens, and works with any CLI agent — Claude Code, Codex, and more.
Built on direct CDP (Chrome DevTools Protocol) instead of Playwright, giving ~50ms command latency via a persistent background daemon.
browser-use-cli-demo-2.mp4
Install
Quick Start
The CLI uses element indices from
state— no selectors to maintain.browser-use stateis optimized for agents: fast, token-efficient, and returns every interactable element on the page.🖥️ Browser Modes
browser-use open <url>browser-use --headed open <url>browser-use --profile "Default" open <url>browser-use --connect open <url>browser-use --cdp-url ws://localhost:9222/... open <url>browser-use cloud connect🔗 Connect to Running Chrome
One of the most requested features — connect to your already-running Chrome with all your logins, cookies, and extensions:
🔀 Multiple Sessions
📤 Forms, Uploads & Interactions
The CLI excels at form filling and complex interactions:
📊 Data Extraction
🐍 Persistent Python Session
🌐 Tunnels (Expose Local Dev)
browser-use tunnel 3000 # → https://abc.trycloudflare.com browser-use open https://abc.trycloudflare.com browser-use tunnel stop --allHow It Works
The CLI doesn't use screenshots or image detection. Instead, it directly reads the browser's DOM tree via CDP and returns structured, token-efficient element data. Your coding agent processes the content; the CLI handles browser context and command execution. Every command shares the same battle-tested implementation as the browser-use Python library.
Architecture: A background daemon keeps the browser alive between commands, so there's no startup cost per command — just ~50ms latency.
FAQ
Does it work with Codex / other CLI agents?
Yes — it works with any CLI coding agent. Install the CLI and the skill file.
Can it run headless?
Yes, headless is the default. Use
--headedwhen you want to see the browser.How does it compare to the Claude Chrome extension?
The Browser Use CLI is also free, faster and more token efficient, doesn't require a Chrome extension, and works with any CLI agent (not just Claude).
How does it compare to Vercel Agent Browser?
2x the speed for half the cost with half the commands.
Does it work with Safari/Firefox?
No — it uses Chrome DevTools Protocol (CDP), which is Chrome/Chromium only.
Can it upload files?
Yes! Use
browser-use upload <index> <path>.What about security/pentesting?
Yes — popular use cases include form filling, QA/pentesting, and general web automation.
What's Changed
New Contributors
Full Changelog: browser-use/browser-use@0.12.2...0.12.3
v0.12.2Compare Source
What's Changed
New Contributors
Full Changelog: browser-use/browser-use@0.12.1...0.12.2
v0.12.1Compare Source
What's Changed
New Contributors
Full Changelog: browser-use/browser-use@0.12.0...0.12.1
v0.12.0Compare Source
What's Changed
Full Changelog: browser-use/browser-use@0.11.13...0.12.0
v0.11.13Compare Source
What's Changed
Full Changelog: browser-use/browser-use@0.11.12...0.11.13
v0.11.12Compare Source
What's Changed
Full Changelog: browser-use/browser-use@0.11.11...0.11.12
v0.11.11Compare Source
What's Changed
New Contributors
Full Changelog: browser-use/browser-use@0.11.9...0.11.11
v0.11.9Compare Source
What's Changed
New Contributors
Full Changelog: browser-use/browser-use@0.11.8...0.11.9
v0.11.8: - Profiles in Browser Use CLICompare Source
What's Changed
Full Changelog: browser-use/browser-use@0.11.7...0.11.8
v0.11.7: - Agent performance boostCompare Source
What's Changed
Full Changelog: browser-use/browser-use@0.11.6...0.11.7
v0.11.6Compare Source
What's Changed
New Contributors
Full Changelog: browser-use/browser-use@0.11.5...0.11.6
v0.11.5Compare Source
Release: 0.11.5 - Browser Use Model bu-2-0 🚀
We're excited to announce bu-2-0, our latest premium model for browser automation.
What's New
bu-2-0 delivers a significant leap in accuracy while maintaining the speed that made bu-1-0 the fastest web agent:
Quick Start
Environment Setup
Get your API key at cloud.browser-use.com
What's Changed
New Contributors
Full Changelog: browser-use/browser-use@0.11.4...0.11.5
v0.11.4: - CLICompare Source
Browser Use CLI + skill
Give your Claude Code/Codex agent access to local and remote browsers. Really helpful for local dev.
Just install the skill and ask Claude to browse:
🖥️ Browser Modes
browser-use open <url>browser-use open --headed <url>browser-use --browser real open <url>browser-use --browser remote open <url>🔀 Multiple Sessions
What's Changed
Full Changelog: browser-use/browser-use@0.11.3...0.11.4
v0.11.3Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.