zeroclaw/src/config
Alex Gorevski 1a3be5e54f
fix(config): change web_search.enabled default to false for explicit opt-in (#986)
Network access (web search via DuckDuckGo) should require explicit user
consent rather than being enabled by default. This aligns with the
least-surprise principle and the project's secure-by-default policy:
users must opt in to external network requests.

Changes:
- WebSearchConfig::default() now sets enabled: false
- Serde default for enabled field changed from default_true to default
  (bool defaults to false)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-20 04:58:19 -05:00
..
mod.rs fix(skills): make open-skills sync opt-in and configurable 2026-02-20 16:45:50 +08:00
schema.rs fix(config): change web_search.enabled default to false for explicit opt-in (#986) 2026-02-20 04:58:19 -05:00