Releases: browser-use/browser-harness
Release list
v0.1.9
What's Changed
- Improve CDP hostname logging by @MagMueller in #574
- Upgrade Pillow dependency to 12.3.0 by @sauravpanda in #578
- Document optional macOS remote-debugging approval by @MagMueller in #607
- Add macOS remote debugging approval helper by @MagMueller in #610
- Remove agent cloud signup link by @MagMueller in #611
- Simplify README and add Browser Harness demo by @MagMueller in #612
- Improve README demo and cloud section by @MagMueller in #614
- Use X video showcase in README by @MagMueller in #615
- daemon: keep named automation in reusable background tabs by @MagMueller in #618
- Bump browser-harness to 0.1.9 by @gregpr07 in #623
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Chrome no longer has to be open before you start. If no Chromium-family browser is running, the harness launches one for you — picking a profile that already has remote debugging enabled and skipping the profile picker.
- Attaches to a reusable tab (about:blank, New Tab, or an existing
chrome://inspecttab) instead of always opening a new one, so startup is faster and you get fewer prompts. - Only closes leftover
chrome://inspecttabs the harness itself opened — your tabs are left alone. - Opens
chrome://inspect/#remote-debuggingat most once every 3 minutes, and guards against stale DevToolsActivePort files. - Clearer, actionable errors when setup or permissions block the connection.
v0.1.7
v0.1.6 — Browser Use Videos
Browser Harness can now record browser tasks and turn hours of agent work into short, verifiable videos.
The videos use real browser frames, clicks, cursor movement, and typing—then condense the work with concise subtitles, honest mistake-and-correction explanations, and a verified final outcome.
Video creation is built directly into Browser Harness. No separate skill or installation is required. Recordings remain off by default and can be enabled globally or requested for an individual task with prompts like “record this,” “show me what you did,” or “make a demo.”
v0.1.5
Stable 0.1.5 release.
- Rename the packaged skill identity back to browser-harness.
- More robust CLI telemetry: skip the daemon ping when telemetry is off, log browser type (remote/local).
- Suggest the cloud browser when no local browser is available.
- Windows reliability: UTF-8 daemon logging with real startup tracebacks, per-OS Chrome profile discovery (incl. Beta/Dev via %LOCALAPPDATA%), clearer remote-debugging connection errors, and tolerate a corrupt auth.json.
v0.1.4
v0.1.3
v0.1.2
v0.1.1 - Proper package finally
browser-harness v0.1.1rc1
Release candidate for browser-harness 0.1.1.\n\n- Adds PyPI release workflow and package metadata.\n- Packages the browser-harness skill for browser-harness skill.\n- Adds Browser Use Cloud auth, telemetry opt-out/status, and BH_HOME state layout.\n- Keeps browser connection management close to main's simple daemon model.\n- Adds the local dev wrapper with named-session isolation.
