Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ 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]
## [0.9.2] - 2026-08-18
### Added
- Added support for the [WebBrain](https://github.com/webbrain-one/webbrain) harness. Thanks to @alectimison-maker.

### Fixed
- Fixed the handling of judge LLM API returns malformed JSON, which caused undetermined behavior when the of the LLM judge.

## [0.9.1] - 2026-08-04
### Fixed
- Fixed the issue that the x11vnc is not started properly in `--human` mode.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cff-version: 1.2.0
message: "If you use ClawBench, please cite it as below."
title: "ClawBench: Can AI Agents Complete Everyday Online Tasks?"
type: software
version: "0.9.1"
version: "0.9.2"
license: Apache-2.0
url: "https://claw-bench.com"
repository-code: "https://github.com/TIGER-AI-Lab/ClawBench"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "clawbench-eval"
version = "0.9.1"
version = "0.9.2"
description = "Benchmarking framework for evaluating AI web agents on real-world online tasks"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading