Implement extra-config option

This commit is contained in:
2026-04-24 19:36:27 +02:00
parent a9f5593f03
commit 0ea83b2af0
4 changed files with 297 additions and 0 deletions
+6
View File
@@ -1,6 +1,12 @@
# Layered settings: CLI > active profile > globals. `--profile` selects the
# profile, otherwise `default-profile` below is used. Vec fields append across
# layers; scalars replace.
#
# `extra-config` optionally points to a second file layered on top of this one
# using the same rules (scalars replace, vecs append, profiles merge by name).
# Missing extra-config files are silently skipped; nesting is not supported.
extra-config = "~/.config/agent-sandbox/extra.toml"
whitelist = true
# blacklist = true