|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | 3 |
|
| 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 | + |
4 | 44 | ## v0.34.0 (2026-03-06) |
5 | 45 |
|
6 | 46 | ### Bug Fixes |
|
0 commit comments