Skip to content

Commit 269cc72

Browse files
author
semantic-release
committed
chore: release 0.27.1
1 parent e25b15b commit 269cc72

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
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

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.27.0"
7+
version = "0.27.1"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)