You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daemon self-healing on CDP disconnect — When Chrome is killed while the daemon is running, subsequent commands no longer return 503. The daemon detects the broken CDP connection and automatically restarts Chrome + daemon. (#207)
Cookie persistence on headless/remote machines — Added --use-mock-keychain to managed Chrome launch args. On machines where macOS Keychain is inaccessible (e.g. Mac Mini via SSH), cookies now persist across Chrome restarts. This is the same approach used by chromedp, Playwright, and Cypress. (#207)
provider: preserve large integer precision in decodeInput (561c002)
Features
bb-browser daemon start — New subcommand for explicit background daemon startup. bb-browser daemon now supports the full lifecycle: start / status / stop.
bb-browser daemon status hints — Shows actionable next steps: how to start when not running, how to stop when running, and a warning with recovery steps when CDP is disconnected.