Skip to content

Commit bb54770

Browse files
author
semantic-release
committed
chore: release 0.48.1
1 parent b79cc72 commit bb54770

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.48.1 (2026-03-20)
5+
6+
### Bug Fixes
7+
8+
- Dispatch task setup commands via /execute_windows instead of nonexistent /setup endpoint
9+
([#153](https://github.com/OpenAdaptAI/openadapt-evals/pull/153),
10+
[`b79cc72`](https://github.com/OpenAdaptAI/openadapt-evals/commit/b79cc72b148abe6fb9d4684904a104634b7d1c78))
11+
12+
The adapter was calling POST /setup to send all config entries at once, but neither the WAA server
13+
(port 5000) nor evaluate_server.py (port 5050) has this endpoint, causing SetupReadinessError on
14+
every task with setup commands.
15+
16+
Now each config entry (download, open, launch, execute, sleep, activate_window, verify_apps) is
17+
translated to a Python command and dispatched individually via /execute_windows. This is the last
18+
blocker before scored task evaluation and GRPO training.
19+
20+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
21+
22+
423
## v0.48.0 (2026-03-20)
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.48.0"
7+
version = "0.48.1"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)