sync: harness 013097a#28
Merged
Alezander9 merged 1 commit intomainfrom May 1, 2026
Merged
Conversation
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.
Summary
Brings browser-use/browser-harness up to
013097a. 8 upstream commits since660827d.Files updated
src/browser_harness/daemon.py(PR #265) — splitDevToolsActivePortinto port + ws-path lines and fall back tows://127.0.0.1:<port><ws_path>when/json/versionreturns 404. Chrome 147+ disables/json/*HTTP discovery on the default user-data-dir.src/browser_harness/run.py(PR #266) — when no daemon is alive, no local Chrome is listening on 9222/9223 (probed via/json/version, not bare TCP), andBROWSER_USE_API_KEYis set, auto-bootstrap a cloud daemon.tests/unit/test_run.py— 2 new tests for the cloud bootstrap path and the local-Chrome probe.Skipped (excluded paths)
domain-skills/shopify-admin/→agent-workspace/domain-skills/shopify-admin/upstream. Both paths are excluded from the vendored tree per UPSTREAM.md §3, so this rename is a no-op for browsercode.script/check-harness-diff.shfilters both viaIGNORED_PATHS_REGEX.Divergences
.gitignore.venv/divergence still the only one.Verification
script/check-harness-diff.shclean (only known.gitignoredivergence remains).from browser_harness import run, helpers, daemon, admin, _ipc→ ok;browser-harness --version→0.1.0.tests/unit/test_run.py+tests/unit/test_admin.py).