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.23.1 (2026-03-03)
5+
6+ ### Bug Fixes
7+
8+ - Add coordinate clamping and drag safety to prevent fail-safe triggers
9+ ([ #74 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/74 ) ,
10+ [ ` 92c83d2 ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/92c83d2f314fceed30a4c4992e7a1561be9688f1 ) )
11+
12+ - Add _ clamp_pixel_coords() to keep mouse 5px from screen edges - Apply clamping in
13+ _ translate_click_action (element and coordinate paths) - Fix drag handler: skip drags with None or
14+ all-zero coordinates - Apply clamping to drag start/end coordinates
15+
16+ Co-authored-by: Claude Opus 4.6 < noreply@anthropic.com >
17+
18+
419## v0.23.0 (2026-03-03)
520
621### Features
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.23.0 "
7+ version = " 0.23.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