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.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
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.48.4 "
7+ version = " 0.48.5 "
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