Skip to content

Commit ee62eb5

Browse files
author
semantic-release
committed
chore: release 0.71.1
1 parent 11513c1 commit ee62eb5

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.71.1 (2026-03-27)
5+
6+
### Bug Fixes
7+
8+
- Skip visual alignment when demo has no real screenshots
9+
([`11513c1`](https://github.com/OpenAdaptAI/openadapt-evals/commit/11513c167ed33ea29fe31a254f7ed54279ffc804))
10+
11+
Placeholder screenshots (19 bytes) cause pHash to produce garbage distances → low confidence →
12+
adaptive disabling kicks in after 3 steps → guidance disabled for entire episode. Manual demos
13+
with descriptions but no screenshots need sequential alignment to work.
14+
15+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16+
17+
418
## v0.71.0 (2026-03-26)
519

620
### Features

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

0 commit comments

Comments
 (0)