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.4.2 (2026-02-13)
5+
6+ ### Bug Fixes
7+
8+ - ** cli** : Write correct dict format for --task in run command
9+ ([ #24 ] ( https://github.com/OpenAdaptAI/openadapt-ml/pull/24 ) ,
10+ [ ` e2bba55 ` ] ( https://github.com/OpenAdaptAI/openadapt-ml/commit/e2bba555bf04941a2bf50fa4ca95847868e66369 ) )
11+
12+ WAA's run.py expects test config as {domain: [ task_ids...] } dict, but --task wrote a bare JSON array
13+ [ task_id] causing TypeError when run.py indexes by domain string key.
14+
15+ Now looks up the task's domain from test_all.json inside the container and writes the correct
16+ {domain: [ task_id] } format.
17+
18+ Co-authored-by: Claude Opus 4.6 < noreply@anthropic.com >
19+
20+
421## v0.4.1 (2026-02-13)
522
623### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " openadapt-ml"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44description = " Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55readme = " README.md"
66requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments