mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-17 21:19:46 +00:00
Make Markdown the first-class document workflow in the office skills and state the Desktop/LibreOffice path as opt-in for GUI or binary Office work. Remove passive Browser canvas auto-opening from tool results; Browser result handling now only syncs an already-open Browser canvas, while explicit user buttons can still open the canvas or modal. Add regression coverage for the no-auto-open policy and Markdown-first skill guidance.
13 lines
472 B
YAML
13 lines
472 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 canvas is already open, keep it synced to agent Browser tool results.
|
|
autofocus_active_page: true
|
|
|
|
# Optional _model_config preset used by Browser-owned model helpers.
|
|
# Empty uses the effective Main Model.
|
|
model_preset: ""
|