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.27.1 (2026-03-03)
5+
6+ ### Bug Fixes
7+
8+ - Add direct pixel path for pixel_action bypassing element routing
9+ ([ #91 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/91 ) ,
10+ [ ` a5f3aea ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/a5f3aeafcec40e09cd436c723716d2e2e1b12d52 ) )
11+
12+ Extract command-sending logic from step() into _ send_command() helper. Rewrite pixel_action() to
13+ build pyautogui commands directly via _ build_pixel_command() and send them through
14+ _ send_command(), bypassing _ translate_action/_ translate_click_action entirely.
15+
16+ This eliminates unnecessary element-resolution routing for actions that already have absolute pixel
17+ coordinates. The step() method continues to use the element-based _ translate_action path for agent
18+ actions.
19+
20+ Co-authored-by: Claude Opus 4.6 < noreply@anthropic.com >
21+
22+
423## v0.27.0 (2026-03-03)
524
625### 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.27.0 "
7+ version = " 0.27.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