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
+2 -1
View File
@@ -59,7 +59,8 @@ has a unique ref like `@e1`, `@e2`. This provides:
Client-daemon architecture for optimal performance:
1. **Rust CLI** - Parses commands, communicates with daemon
2. **Node.js Daemon** - Manages Playwright browser instance
2. **Node.js Daemon** (default) - Manages Playwright browser instance
3. **Native Daemon** (experimental, `--native`) - Pure Rust daemon using direct CDP, no Node.js required
Daemon starts automatically and persists between commands.