From c7b4fbfbbadfdd613efc57aee181362d13ff51fd Mon Sep 17 00:00:00 2001 From: "Perry Z." Date: Sun, 16 Aug 2026 13:41:26 -0700 Subject: [PATCH] docs: update docs after WebBrain --- CHANGELOG.md | 4 ++++ README.md | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e56c55..93073081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [Unreleased] +### Added +- Added support for the [WebBrain](https://github.com/webbrain-one/webbrain) harness. Thanks to @alectimison-maker. + ## [0.9.1] - 2026-08-04 ### Fixed - Fixed the issue that the x11vnc is not started properly in `--human` mode. diff --git a/README.md b/README.md index fc113ed4..28d4e462 100644 --- a/README.md +++ b/README.md @@ -365,8 +365,6 @@ Once the container starts, the script prints a **noVNC URL** (e.g. `http://local Results land in `./test-output//---/` with the full five-layer recording. The default harness is `openclaw`; pass `--harness opencode` to use [opencode](https://opencode.ai), `--harness claude-code` to use [Claude Code](https://docs.anthropic.com/en/docs/claude-code), `--harness claude-code-chrome-extension` to use Claude Code + the [Claude in Chrome](https://code.claude.com/docs/en/chrome) extension (Microsoft Edge + local bridge, bypass stack so any LiteLLM-routed provider works), `--harness codex` to use [OpenAI Codex CLI](https://github.com/openai/codex), `--harness claw-code` to use [claw-code](https://github.com/ultraworkers/claw-code), `--harness browser-use` to use [browser-use](https://github.com/browser-use/browser-use) (Python framework, routed via LiteLLM), `--harness hermes` to use [Hermes Agent](https://github.com/NousResearch/hermes-agent) with native browser tools attached to ClawBench Chrome via CDP, or `--harness pi` to use [Pi](https://pi.dev/) with pinned [pi-browser-harness](https://pi.dev/packages/pi-browser-harness) browser tools attached to the same ClawBench Chrome CDP endpoint. -Pass `--harness webbrain` to evaluate the pinned [WebBrain](https://github.com/webbrain-one/webbrain) browser extension. This harness currently requires local browser mode and an `openai-completions` model configuration; see the [WebBrain harness notes](src/clawbench/runtime/harnesses/webbrain/README.md) for its compatibility and output contract. - To use a managed Browserbase browser, put the key in `.env.local` and select the runtime on a single or batch run: