Minor Changes
- b7665e5: - Added
keyboardcommand for raw keyboard input -- type with real keystrokes, insert text, and press shortcuts at the currently focused element without needing a selector.- Added
--color-schemeflag andAGENT_BROWSER_COLOR_SCHEMEenv 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
--annotateflag warning appearing when not explicitly passed via CLI.
- Added