Skip to content

Commit c7b4fbf

Browse files
committed
docs: update docs after WebBrain
1 parent c3dd81e commit c7b4fbf

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/)
77
and this project adheres to [Semantic Versioning](https://semver.org/).
88

9+
## [Unreleased]
10+
### Added
11+
- Added support for the [WebBrain](https://github.com/webbrain-one/webbrain) harness. Thanks to @alectimison-maker.
12+
913
## [0.9.1] - 2026-08-04
1014
### Fixed
1115
- Fixed the issue that the x11vnc is not started properly in `--human` mode.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,6 @@ Once the container starts, the script prints a **noVNC URL** (e.g. `http://local
365365

366366
Results land in `./test-output/<model>/<harness>-<case>-<model>-<timestamp>/` 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.
367367

368-
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.
369-
370368
To use a managed Browserbase browser, put the key in `.env.local` and select the
371369
runtime on a single or batch run:
372370

0 commit comments

Comments
 (0)