Skip to content

Commit fd78bef

Browse files
author
semantic-release
committed
chore: release 0.25.1
1 parent 879c53c commit fd78bef

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# CHANGELOG
22

33

4+
## v0.25.1 (2026-03-03)
5+
6+
### Bug Fixes
7+
8+
- Address review findings in verl-agent adapter
9+
([#88](https://github.com/OpenAdaptAI/openadapt-evals/pull/88),
10+
[`879c53c`](https://github.com/OpenAdaptAI/openadapt-evals/commit/879c53c182853104a4a8c5e179e810185180d37a))
11+
12+
- Fix SCROLL direction not forwarded to BenchmarkAction.scroll_direction - Fix DRAG parsing to
13+
include end_x/end_y coordinates - Fix is_action_valid logic: use pattern match instead of inverted
14+
condition - Fix fractional coord conversion: trust _use_fractional flag instead of checking value
15+
ranges (0 and 1 are ambiguous between frac and pixel) - Convert drag end coordinates (end_x/end_y)
16+
from fractional to pixel - Add health_check() method returning
17+
ready/busy/needs_recovery/not_initialized - Add DRAG to system prompt DSL documentation - Fix
18+
vendored VAGEN source URL (mll-lab-nu -> RAGEN-AI) - Add 12 new tests: scroll direction, drag
19+
coords, health_check, is_action_valid
20+
21+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
22+
23+
424
## v0.25.0 (2026-03-03)
525

626
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.25.0"
7+
version = "0.25.1"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)