Skip to content

Commit df21ce4

Browse files
author
semantic-release
committed
chore: release 0.48.5
1 parent a5fec25 commit df21ce4

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# CHANGELOG
22

33

4+
## v0.48.5 (2026-03-20)
5+
6+
### Bug Fixes
7+
8+
- Add all missing WAA config entry type handlers
9+
([#157](https://github.com/OpenAdaptAI/openadapt-evals/pull/157),
10+
[`a5fec25`](https://github.com/OpenAdaptAI/openadapt-evals/commit/a5fec255fe248c5620c7c6630345b627c6d1102d))
11+
12+
Proactively adds handlers for every config type defined in the WAA server to prevent further
13+
customer bug reports:
14+
15+
- command: alias for execute (some tasks use this) - close_all: graceful then force-kill all app
16+
windows - create_folder: os.makedirs with exist_ok - create_file: create file with initial content
17+
- clear_task_files: remove task workspace temp files - install_apps: logged warning (too complex
18+
for client-side)
19+
20+
Audited all 154 WAA task JSONs to ensure complete coverage. The only remaining unhandled type is
21+
install_apps which requires WAA's server-side app download registry.
22+
23+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24+
25+
426
## v0.48.4 (2026-03-20)
527

628
### Bug Fixes

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

0 commit comments

Comments
 (0)