-
Release 0.13.7 with Browser Harness 0.1.8 (#5308)
发布于
2026-07-27 17:08:54 +00:00 Bumps the CLI's pinned harness to browser-harness
0.1.8
and bumps browser-use to 0.13.7.What 0.1.8 brings to the CLI
- Chrome no longer has to be open first — if no Chromium-family browser
is running, the harness launches one, preferring a profile that already
has remote debugging enabled and skipping the profile picker. - Attaches to a reusable tab (about:blank / New Tab / an existing
chrome://inspecttab) instead of always opening a new one: faster
startup, fewer prompts. - Only closes leftover
chrome://inspecttabs the harness itself opened
— user tabs are left alone. - Guards against stale DevToolsActivePort files; clearer, actionable
setup/permission errors.
Changes
pyproject.toml:version0.13.6 → 0.13.7,browser-harness0.1.6 →
0.1.8.- Both
SKILL.mdcopies re-synced from browser-harness main via
scripts/sync_browser_harness_skill.py(picks up the auto-launch note,
the "When Not to Use" section, and the Allow-popup retry gotcha).
scripts/sync_browser_harness_skill.py --checkpasses;
tests/ci/test_browser_use_skill_install_docs.pyand
tests/ci/test_browser_use_cli.pypass (6/6) locally.
Summary by cubic
Release
browser-use0.13.7 and pinbrowser-harness0.1.8 to improve
startup and reliability: auto-launch Chrome if none is running, reuse
existing tabs for faster attach, avoid closing user tabs, and handle
stale DevTools ports more clearly. Synced SKILL docs with a new “When
Not to Use” section, auto-launch notes, and guidance to avoid looping on
the “Allow remote debugging?” popup.- Dependencies
browser-use→ 0.13.7browser-harness→ 0.1.8 (was 0.1.6)
Written for commit
449e9ad5b9.
Summary will update on new commits.下载附件
- Chrome no longer has to be open first — if no Chromium-family browser