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.17.1 (2026-03-02)
5+
6+ ### Bug Fixes
7+
8+ - Remove bash syntax error in socat nohup fallback
9+ ([ #63 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/63 ) ,
10+ [ ` 1ae7540 ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/1ae7540a6f18b5b3874aae38e6f443579845f1c0 ) )
11+
12+ ` &; ` is a syntax error in bash — ` & ` already acts as a command terminator, so the trailing ` ; `
13+ causes a parse error. This broke the socat nohup fallback on VMs without the systemd service.
14+
15+ Affects both run_dc_eval.py and record_waa_demos.py.
16+
17+ Co-authored-by: Claude Opus 4.6 < noreply@anthropic.com >
18+
19+
420## v0.17.0 (2026-03-02)
521
622### Features
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.17.0 "
7+ version = " 0.17.1 "
88description = " Evaluation infrastructure for GUI agent benchmarks"
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments