发布

  • Release 0.13.7 with Browser Harness 0.1.8 (#5308)

    frostbyte_neo 发布于 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://inspect tab) instead of always opening a new one: faster
      startup, fewer prompts.
    • Only closes leftover chrome://inspect tabs the harness itself opened
      — user tabs are left alone.
    • Guards against stale DevToolsActivePort files; clearer, actionable
      setup/permission errors.

    Changes

    • pyproject.toml: version 0.13.6 → 0.13.7, browser-harness 0.1.6 →
      0.1.8.
    • Both SKILL.md copies 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 --check passes;
    tests/ci/test_browser_use_skill_install_docs.py and
    tests/ci/test_browser_use_cli.py pass (6/6) locally.


    Summary by cubic

    Release browser-use 0.13.7 and pin browser-harness 0.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.7
      • browser-harness → 0.1.8 (was 0.1.6)

    Written for commit 449e9ad5b9.
    Summary will update on new commits.

    Review in cubic

    下载附件