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.47.1 (2026-03-19)
5+
6+ ### Bug Fixes
7+
8+ - Replace Python patch script with shell script in Dockerfile
9+ ([ #147 ] ( https://github.com/OpenAdaptAI/openadapt-evals/pull/147 ) ,
10+ [ ` dfef844 ` ] ( https://github.com/OpenAdaptAI/openadapt-evals/commit/dfef84412d456121452597ae70d713445ac70708 ) )
11+
12+ * fix: replace Python patch script with shell script in Dockerfile
13+
14+ The base Docker image (dockurr/windows) doesn't have python3 installed. PR #145 introduced a Python
15+ patch script that fails with "python3: not found" during Docker build.
16+
17+ Fix: rewrite patch_setup_ps1.py as patch_setup_ps1.sh using awk/grep
18+
19+ (tools available in any minimal Linux). No dependencies required.
20+
21+ Co-Authored-By: Claude Opus 4.6 (1M context) < noreply@anthropic.com >
22+
23+ * fix: Docker entry.sh path + shell patch script + Chrome experiment trace
24+
25+ Three fixes: 1. ./entry.sh → /run/entry.sh in docker run commands (relative path doesn't resolve in
26+ container, causing "No such file" on boot) 2. patch_setup_ps1.py → patch_setup_ps1.sh (base image
27+ has no python3) 3. Chrome task YAMLs dismiss sign-in dialog via --no-first-run flag
28+
29+ Includes successful Chrome experiment trace (score 1.0, 5/5 milestones, 8 steps): Claude planner +
30+ UI-Venus grounder completed "Set Chrome to auto-delete on-device site data when closing" on WAA
31+ VM.
32+
33+ ---------
34+
35+ Co-authored-by: Claude Opus 4.6 (1M context) < noreply@anthropic.com >
36+
37+
438## v0.47.0 (2026-03-19)
539
640### 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.47.0 "
7+ version = " 0.47.1 "
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