Skip to content

Commit 5fa2396

Browse files
authored
chore: add patch changeset for release (#844)
1 parent 285eab4 commit 5fa2396

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.changeset/release-mmsiqbyt.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"agent-browser": patch
3+
---
4+
5+
### Bug Fixes
6+
7+
- Fixed **`snapshot -C`** and **`screenshot --annotate`** hanging when connected over WSS (WebSocket Secure) due to sequential CDP round-trips per interactive element (#842)
8+
9+
### Performance
10+
11+
- **`snapshot -C` (cursor-interactive mode)** now batches CDP calls instead of issuing N×2 sequential round-trips per cursor-interactive element, preventing timeouts on high-latency WSS connections (#842)
12+
- **`screenshot --annotate`** now batches element queries, reducing completion time from potentially 20–40s (e.g. 50+ buttons over WSS) to within expected bounds (#842)

0 commit comments

Comments
 (0)