prepare v0.16.0 (#596)

This commit is contained in:
Chris Tate
2026-03-03 16:09:39 -06:00
committed by GitHub
parent 9d0454d229
commit 05018b309a
3 changed files with 63 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"agent-browser": minor
---
Added experimental native Rust daemon (`--native` flag, `AGENT_BROWSER_NATIVE=1` env, or `"native": true` in config). The native daemon communicates with Chrome directly via CDP, eliminating Node.js and Playwright dependencies. Supports 150+ commands with full parity to the default Node.js daemon. Includes WebDriver backend for Safari/iOS, CDP protocol codegen, request tracking, frame context management, and comprehensive e2e and parity tests.