File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " openadapt-evals"
7- version = " 0.25.0 "
7+ version = " 0.25.1 "
88description = " Evaluation infrastructure for GUI agent benchmarks"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments