Skip to content

Commit 799171c

Browse files
author
semantic-release
committed
chore: release 0.55.0
1 parent dfa128e commit 799171c

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.55.0 (2026-03-21)
5+
6+
### Features
7+
8+
- Add lightweight mode to WAALiveAdapter (default on)
9+
([`dfa128e`](https://github.com/OpenAdaptAI/openadapt-evals/commit/dfa128e11f5d1a7e1c8d082e1f22ed1bc054ab50))
10+
11+
Lightweight mode skips all cleanup, notification dismissal, and post-setup focus checks during
12+
reset(). Just runs task setup commands, takes a screenshot, and lets the agent go.
13+
14+
The agent handles popups autonomously — proven more reliable than our cleanup code which frequently
15+
crashed the WAA Flask server.
16+
17+
Legacy mode (lightweight=False) preserved for backward compatibility.
18+
19+
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20+
21+
422
## v0.54.0 (2026-03-21)
523

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

0 commit comments

Comments
 (0)