mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-20 17:53:37 +00:00
Add Browser settings for the default starting page and tool-result autofocus, and wire them through config, APIs, runtime opens, and the settings UI. Resolve Chrome extension __MSG_* manifest labels from locale metadata so installed extensions show readable names. Stabilize Browser viewport negotiation across canvas and modal surfaces by clearing stale frames, waiting for stable surface dimensions, and forcing sync after dock transitions. Move Browser loading/error state into a thin bottom status bar so it no longer overlays the page viewport.
13 lines
466 B
YAML
13 lines
466 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"
|
|
|
|
# Focus Browser canvas pages automatically when agent Browser tool results arrive.
|
|
autofocus_active_page: true
|
|
|
|
# Optional _model_config preset used by Browser-owned model helpers.
|
|
# Empty uses the effective Main Model.
|
|
model_preset: ""
|