Skip to content

Commit 2c198da

Browse files
author
semantic-release
committed
chore: release 0.47.1
1 parent dfef844 commit 2c198da

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.47.0"
7+
version = "0.47.1"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)