Skip to content

Commit 7000ece

Browse files
author
semantic-release
committed
chore: release 0.34.1
1 parent 2e65c98 commit 7000ece

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,46 @@
11
# CHANGELOG
22

33

4+
## v0.34.1 (2026-03-06)
5+
6+
### Bug Fixes
7+
8+
- Remove stale health-gate args and add done-gate passthrough in core4_eval.py
9+
([#111](https://github.com/OpenAdaptAI/openadapt-evals/pull/111),
10+
[`38f8e33`](https://github.com/OpenAdaptAI/openadapt-evals/commit/38f8e33962ce6e2b53ace32f0cb91f1464df4abb))
11+
12+
The core4_eval.py was passing --transport-error-threshold, --health-samples, --health-min-success,
13+
and --health-sample-delay to run_dc_eval.py, but those args don't exist in run_dc_eval.py (they
14+
were from uncommitted Codex changes). Also adds --done-gate passthrough to match PR #110.
15+
16+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
17+
18+
- Search all LibreOffice profile dirs for recovery cleanup
19+
([#112](https://github.com/OpenAdaptAI/openadapt-evals/pull/112),
20+
[`2e65c98`](https://github.com/OpenAdaptAI/openadapt-evals/commit/2e65c98a8ab146e17ade40e61a1a10ccccecf271))
21+
22+
* fix: remove stale health-gate args and add done-gate passthrough in core4_eval.py
23+
24+
The core4_eval.py was passing --transport-error-threshold, --health-samples, --health-min-success,
25+
and --health-sample-delay to run_dc_eval.py, but those args don't exist in run_dc_eval.py (they
26+
were from uncommitted Codex changes). Also adds --done-gate passthrough to match PR #110.
27+
28+
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29+
30+
* fix: search all LibreOffice profile dirs for recovery cleanup
31+
32+
The cleanup script only targeted LibreOffice/4/user/backup, but LibreOffice 26.2 also uses
33+
LibreOffice/user/backup. Now scans all subdirectories under AppData/Roaming/LibreOffice for user
34+
profiles.
35+
36+
Also clears .~lock.* files that can block file re-opening, and removes lock files from common
37+
download locations.
38+
39+
---------
40+
41+
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
42+
43+
444
## v0.34.0 (2026-03-06)
545

646
### 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.34.0"
7+
version = "0.34.1"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)