v0.14.0
vercel-labs/agent-browserv0.14.0Feb 23, 2026by github-actions[bot]
AI Summary
Minor release adding a keyboard command for raw input and fixing IPC and reconnection issues.
Key Highlights
- Added keyboard command for raw keyboard input and text insertion.
- Added --color-scheme flag for persistent dark/light mode preference.
- Fixed IPC EAGAIN errors by adding backpressure-aware socket writes.
- Fixed remote debugging (CDP) reconnection and state load failures.
New Features
- Keyboard command
- Persistent color scheme preference
Full Release Notes
### Minor Changes
- b7665e5: - Added `keyboard` command for raw keyboard input -- type with real keystrokes, insert text, and press shortcuts at the currently focused element without needing a selector.
- Added `--color-scheme` flag and `AGENT_BROWSER_COLOR_SCHEME` env var for persistent dark/light mode preference across browser sessions.
- Fixed IPC EAGAIN errors (os error 35/11) by adding backpressure-aware socket writes, command serialization, and lowering the default Playwright timeout to 25s (configurable via `AGENT_BROWSER_DEFAULT_TIMEOUT`).
- Fixed remote debugging (CDP) reconnection.
- Fixed state load failing when no browser is running.
- Fixed `--annotate` flag warning appearing when not explicitly passed via CLI.