agent-zero/plugins/_browser/default_config.yaml
Alessandro 001c7e2ccb Simplify Host Browser config
Remove the ambiguous Use host when ready option from the Browser plugin settings and present the host-required path as Bring Your Own Browser. Add concise Chrome/Chromium remote-debugging guidance, normalize legacy host_when_available values to the BYOB setting, and make missing host-browser connector setup a repairable error with regression coverage.
2026-05-08 18:18:03 +02:00

24 lines
1,009 B
YAML

# Enabled unpacked Chromium extension directories.
# Paths must be readable from the Agent Zero runtime itself.
extension_paths: []
# Page opened by new Browser sessions when no URL is provided.
default_homepage: "about:blank"
# When the Browser surface is already open, keep it synced to agent Browser tool results.
autofocus_active_page: true
# Runtime used by the agent-facing browser tool:
# - container: use Agent Zero's Docker/server Playwright browser.
# - host_required: Bring Your Own Browser through A0 CLI and prepare it on first browser use when possible.
runtime_backend: "container"
# Local-model enforcement for host-browser content:
# - enforce_local: block host page content and screenshots unless the active chat model is local.
# - warn: allow and return a warning in tool output.
# - allow: allow without warning.
host_browser_privacy_policy: "enforce_local"
# Optional _model_config preset used by Browser-owned model helpers.
# Empty uses the effective Main Model.
model_preset: ""