chore: add patch changeset for release (#849)

This commit is contained in:
Chris Tate
2026-03-16 00:22:08 -05:00
committed by GitHub
parent d866ee2022
commit eda956b754
+7
View File
@@ -0,0 +1,7 @@
---
"agent-browser": patch
---
### Bug Fixes
- **Network idle detection for cached pages** - Fixed an issue where `poll_network_idle` could return immediately when no network events were observed (e.g. pages served from cache). The idle timer is now only satisfied after a consistent **500 ms idle period** has elapsed, preventing false-positive idle detection. The core polling logic has also been extracted into a standalone `poll_network_idle` function to improve testability (#847)