mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-17 21:19:46 +00:00
Refine the Browser modal UI with more native-feeling tabs, consistent chrome controls, right-side tab close buttons, and a cleaner extension dropdown. Move the Browser LLM preset into the dropdown with the active Main Model summary, simplify extension settings, remove the global extension enable switch and legacy extension root behavior, and add per-extension enable toggles. Also updates the Chrome extension install/review flow with contextual warning copy, “Scan with A0”, cleaner labels, hidden empty extension state, and regression coverage for the new Browser UX.
7 lines
258 B
YAML
7 lines
258 B
YAML
# Enabled unpacked Chromium extension directories.
|
|
# Paths must be readable from the Agent Zero runtime itself.
|
|
extension_paths: []
|
|
|
|
# Optional _model_config preset used by Browser-owned model helpers.
|
|
# Empty uses the effective Main Model.
|
|
model_preset: ""
|