sync: harness 59a166f#34
Merged
Alezander9 merged 1 commit intomainfrom May 3, 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-harnessup to59a166f. 62 upstream commits since013097a.Files updated
src/browser_harness/helpers.py— new SPA-form helpers (fill_input,wait_for_element,wait_for_network_idle); macOS Cmd+A select-all fix; computed-style fallback for visibility checks (PRs #258, #279).BH_DOMAIN_SKILLS=1env gate added to opt-in domain-skill auto-injection (PR #274) — default off, aligns upstream with our exclusion policy.src/browser_harness/_ipc.py— Windows IPC hardening: ping handshake, token auth, atomic port file (PR #276).src/browser_harness/run.py— cloud auto-bootstrap is now opt-in viaBU_AUTOSPAWNinstead of triggering on anyBROWSER_USE_API_KEY(PR #277).src/browser_harness/daemon.py— discover Dia browser profile on macOS (PR #279).src/browser_harness/admin.py— companion tweaks for the daemon/IPC changes.tests/unit/test_helpers.py— +253 lines covering the new helpers and gates.tests/unit/{test_admin.py,test_run.py}— minor companion tests.README.md,SKILL.md,install.md,interaction-skills/profile-sync.md— doc canonicalization (PR #280) and connection-info standardization.AGENTS.md,.github/ISSUE_TEMPLATE/{bug-report,feature-request,config}.yml,.github/VOUCHED.td,docs/allow-remote-debugging.png.Excluded paths (per UPSTREAM.md §3)
14 new domain-skills directories upstream —
aa,alaska,articulate-rise,bigbang-hr,bilibili,BOSS-zhipin,claude-ai,ctrip,flipkart,ly-com,manus,perplexity,wehotel, plusamazonunder top-leveldomain-skills/. All skipped.Divergences
.gitignore— extended to include upstream's new.idea/and.claude/entries while preserving our.venv/. Same intent (ignore editor/agent local state), divergence row in §3 is unchanged in spirit.Verification
script/check-harness-diff.sh: only.gitignorereported under known divergences; no unexpected drift.from browser_harness import run, helpers, daemon, admin, _ipc→ imports ok;browser-harness --version→0.1.0.