Skip to content

Commit a6b152d

Browse files
author
semantic-release
committed
chore: release 0.48.4
1 parent 56e1b63 commit a6b152d

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v0.48.4 (2026-03-20)
5+
6+
### Bug Fixes
7+
8+
- Add update_browse_history handler and fix verify_apps crash
9+
([#156](https://github.com/OpenAdaptAI/openadapt-evals/pull/156),
10+
[`56e1b63`](https://github.com/OpenAdaptAI/openadapt-evals/commit/56e1b6383c35781977407dfad2b5ab0d9a1f0d7a))
11+
12+
Bug 6a: The YouTube task config uses "update_browse_history" to pre-populate Chrome's history.sqlite
13+
with URLs before the agent runs. This was being skipped as an unknown type. Now translates to a
14+
Python script that kills Chrome, finds the History DB, and INSERTs entries with proper Chrome
15+
timestamps (microseconds since 1601-01-01).
16+
17+
Bug 6b: verify_apps crashed with "AttributeError: 'list' object has no attribute 'replace'" because
18+
the WAA task JSON uses "app" (list) but the handler expected "apps" (string). Now handles both
19+
parameter names and properly serializes the list with repr().
20+
21+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22+
23+
424
## v0.48.3 (2026-03-20)
525

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

0 commit comments

Comments
 (0)