Skip to content

Commit 68e4b2a

Browse files
author
semantic-release
committed
chore: release 0.83.0
1 parent e912b65 commit 68e4b2a

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.83.0 (2026-03-31)
5+
6+
### Features
7+
8+
- Groundingtarget + GroundingCandidate data model for cascade architecture
9+
([#256](https://github.com/OpenAdaptAI/openadapt-evals/pull/256),
10+
[`e912b65`](https://github.com/OpenAdaptAI/openadapt-evals/commit/e912b653942424513b4762fdbae8051c0b71c3b3))
11+
12+
Phase 3 of the grounding cascade design (v3):
13+
14+
- grounding.py: GroundingTarget (rich target per click step — description, crop, nearby text, window
15+
title, structured transition expectations) and GroundingCandidate (normalized output from each
16+
grounding tier) - demo_library.py: DemoStep gains optional grounding_target field,
17+
serialization/deserialization handles GroundingTarget objects - Fix demo description: "Clear data"
18+
→ "Clear now" (actual button text) - Design docs: v1, v2, v3 cascade architecture
19+
20+
GroundingTarget is the foundation for the entire cascade. Every downstream tier (OCR, CLIP,
21+
UI-Venus, GPT-5.4) operates on the same rich signal instead of a weak description string.
22+
23+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
24+
25+
426
## v0.82.4 (2026-03-30)
527

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

0 commit comments

Comments
 (0)