Prepare v0.25.5 (#1246)

* fix(test): tolerate stale screencast frames in viewport e2e test

Chrome's `Page.startScreencast` `maxWidth`/`maxHeight` are upper bounds,
and early frames can arrive before the viewport resize fully takes effect.
Instead of asserting exact JPEG dimensions on the first frame, skip frames
with stale dimensions and wait for one that matches.

* Prepare v0.25.5
This commit is contained in:
Chris Tate
2026-04-16 01:19:52 -05:00
committed by GitHub
parent dba382350b
commit a884960806
6 changed files with 34 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies = [
[[package]]
name = "agent-browser"
version = "0.25.4"
version = "0.25.5"
dependencies = [
"aes-gcm",
"async-trait",