Skip to content

Releases: browser-use/browser-harness

v0.1.9

Choose a tag to compare

@gregpr07 gregpr07 released this 16 Aug 17:50
41108b8

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

Choose a tag to compare

@laithrw laithrw released this 26 Jul 03:16
dbe6f8f

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://inspect tab) instead of always opening a new one, so startup is faster and you get fewer prompts.
  • Only closes leftover chrome://inspect tabs the harness itself opened — your tabs are left alone.
  • Opens chrome://inspect/#remote-debugging at most once every 3 minutes, and guards against stale DevToolsActivePort files.
  • Clearer, actionable errors when setup or permissions block the connection.

v0.1.7

Choose a tag to compare

@laithrw laithrw released this 21 Jul 21:24
34e942f

You no longer have to click "Allow in Chrome" for every task! The harness now opens one connection and keeps it, so you accept once per Chrome session and never see the popup again until Chrome restarts.

v0.1.6 — Browser Use Videos

Choose a tag to compare

@gregpr07 gregpr07 released this 17 Jul 05:03
6d0ac16

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

Choose a tag to compare

@laithrw laithrw released this 11 Jul 00:35
9c95cea

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

Choose a tag to compare

@laithrw laithrw released this 01 Jul 13:24
4d75f11

Stable 0.1.4 release.

  • Rename the packaged skill identity to Browser Use.
  • Add Browser Use v4 guidance to the skill.
  • Make the API key stdin example copy-pasteable.
  • Package version bumped to 0.1.4.

v0.1.3

Choose a tag to compare

@gregpr07 gregpr07 released this 21 Jun 15:43
7594909

Stable 0.1.3 release.

  • Fix packaged skill frontmatter.
  • Add regression coverage for skill metadata.
  • Package version bumped to 0.1.3.

v0.1.2

Choose a tag to compare

@gregpr07 gregpr07 released this 21 Jun 15:26
7481e13

Stable 0.1.2 release.

  • Minor fixes.
  • Package version bumped to 0.1.2.

v0.1.1 - Proper package finally

Choose a tag to compare

@gregpr07 gregpr07 released this 21 Jun 14:25
691dc96
browser-use_a_hooded_traveler_in_pale_gold_robes_descending_a_0ea85327-d834-415c-84bf-4b92e492f7fb_1
  • proper packaging support
  • enable auto updates

browser-harness v0.1.1rc1

Pre-release

Choose a tag to compare

@gregpr07 gregpr07 released this 21 Jun 07:00
6d148a6

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.