Update dependency browser-use to v0.13.6#168
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
from
March 10, 2026 09:57
48945f0 to
bbda79d
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
from
March 12, 2026 22:00
bbda79d to
cfffc63
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
2 times, most recently
from
March 24, 2026 00:46
3f116cc to
1359bf4
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
from
March 24, 2026 21:56
1359bf4 to
8c0541a
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
from
March 25, 2026 08:32
8c0541a to
dabf2c0
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
2 times, most recently
from
April 2, 2026 08:35
27ef717 to
6b4fb7e
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
2 times, most recently
from
April 14, 2026 08:49
c4e00e4 to
07692d4
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
from
April 26, 2026 09:28
07692d4 to
0a673e3
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
3 times, most recently
from
May 4, 2026 12:04
491f505 to
431447e
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
2 times, most recently
from
May 19, 2026 02:26
e01541d to
cc48672
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
from
May 23, 2026 21:23
cc48672 to
055bdde
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
from
May 26, 2026 06:53
055bdde to
e772ad5
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
3 times, most recently
from
June 8, 2026 23:42
bcb02d0 to
d7fde9c
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
from
June 10, 2026 05:58
d7fde9c to
9b65e0d
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
from
July 2, 2026 03:31
9b65e0d to
107e091
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
2 times, most recently
from
July 11, 2026 21:02
57ebc98 to
88b7bab
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
3 times, most recently
from
July 15, 2026 07:39
4620045 to
31a0b2c
Compare
renovate
Bot
force-pushed
the
renovate/browser-use-0.x
branch
from
July 17, 2026 11:09
31a0b2c to
09dab08
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.13.6Release Notes
browser-use/browser-use (browser-use)
v0.13.6Compare Source
What's Changed
Full Changelog: browser-use/browser-use@0.13.5...0.13.6
v0.13.5Compare Source
What's Changed
Full Changelog: browser-use/browser-use@0.13.4...0.13.5
v0.13.4Compare Source
What's Changed
max_dimguard.0.1.5(Windows reliability fixes, cloud-browser suggestion).Full Changelog: browser-use/browser-use@0.13.3...0.13.4
v0.13.3Compare Source
What's Changed
browser-use skillso coding agents can install the Browser Use skill directly.0.1.4and ship the Browser Use skill with the package.Full Changelog: browser-use/browser-use@0.13.2...0.13.3
v0.13.1Compare Source
What's Changed
Full Changelog: browser-use/browser-use@0.13.0...0.13.1
v0.13.0: - Rebuilt in Rust [beta]Compare Source
Browser Use 0.13.0 introduces a new Rust-backed beta agent.
It gives modern models a more direct browser control loop, guided by robust helpers instead of brittle browser abstractions.
uv add "browser-use[core]"The existing Python agent remains unchanged.
What's Changed
Full Changelog: browser-use/browser-use@0.12.9...0.13.0
v0.12.9Compare Source
What's Changed
Full Changelog: browser-use/browser-use@0.12.8...0.12.9
v0.12.8Compare Source
What's Changed
New Contributors
Full Changelog: browser-use/browser-use@0.12.7...0.12.8
v0.12.7Compare Source
What's Changed
record start/stopCLI command for session video capture by @sauravpanda in #4710'type'from second elif branch in optimize_schema() by @kuishou68 in #4704New Contributors
Full Changelog: browser-use/browser-use@0.12.6...0.12.7
v0.12.6Compare Source
What's Changed
New Contributors
Full Changelog: browser-use/browser-use@0.12.5...0.12.6
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
Configuration
📅 Schedule: (UTC)
🚦 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.