* v0.24.1

* fix: e2e test failures on CI

- e2e_relaunch_on_options_change: use headless for all launches;
  the third launch only changes extensions, which is sufficient to
  trigger the relaunch hash mismatch without needing an X display
- e2e_auth_login flake: reduce SPA render delay from 1200ms to 800ms
  to add headroom within the 5s preferred selector window on slower
  CI runners
This commit is contained in:
Chris Tate
2026-04-04 12:49:40 -05:00
committed by GitHub
parent 9f8e518a46
commit 1205e2ca9c
8 changed files with 68 additions and 6 deletions
+8
View File
@@ -329,6 +329,14 @@ agent-browser session # Show current session name
agent-browser session list # List active sessions
```
## Chrome profiles
```bash
agent-browser profiles # List available Chrome profiles
agent-browser profiles --json # List profiles as JSON
agent-browser --profile Default open https://gmail.com # Reuse a profile's login state
```
## Dashboard
```bash