Skip to content

Commit c3ea5ce

Browse files
author
semantic-release
committed
chore: release 0.4.2
1 parent e2bba55 commit c3ea5ce

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openadapt-ml"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Model-agnostic, domain-agnostic ML engine for GUI automation agents"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)