feat: complete agent-browser-stealth extension controls

This commit is contained in:
leeguooooo
2026-03-03 12:33:46 +09:00
parent 870895e922
commit 8e2e4abce6
7 changed files with 234 additions and 9 deletions
+1
View File
@@ -150,6 +150,7 @@ CDP mode uses a browser extension handshake to group tabs.
- Extension side panel (`agent-browser-stealth`) also provides:
- Session window isolation and deterministic group colors.
- `Keep Only This`, `Focus`, `Clean Empty Groups` quick actions.
- Toggle switches for strict isolation / activation guard / auto-clean.
- Session allowlist editing (domain fallback to `about:blank` when violated).
- Download routing to `agent-browser-stealth/<session>/...`.
- Use `--tab-group` / `AGENT_BROWSER_TAB_GROUP` for base title.
+1 -1
View File
@@ -321,7 +321,7 @@ For tab grouping in CDP mode, grouping is best-effort through the extension hand
extension available => grouped by session; extension missing/unavailable => silent no-op.
With the `agent-browser-stealth` extension installed, the side panel also exposes
session window isolation controls, empty-group cleanup, and per-session allowlist policy editing.
session window isolation controls, activation guard toggles, empty-group cleanup, and per-session allowlist policy editing.
## Common Configurations