docs(update): document updates.* config keys (pre_update_backup, backup_keep, non_interactive_local_changes) (#40617)

Salvaged from #40540; re-verified on main, tightened, tested.

Co-authored-by: jiangkoumo <jiangkoumo@users.noreply.github.com>
This commit is contained in:
Teknium 2026-06-07 18:29:56 -07:00 committed by GitHub
parent 2aa316ec9c
commit ad399b9229
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 19 deletions

View file

@ -885,7 +885,7 @@ delegation:
max_iterations: 50 # Max tool-calling turns per child (default: 50)
# max_concurrent_children: 3 # Max parallel child agents per batch (default: 3, floor: 1, no ceiling).
# WARNING: values above 10 multiply API cost linearly.
# max_spawn_depth: 1 # Delegation tree depth (floor 1, no ceiling; default: 1 = flat).
# max_spawn_depth: 1 # Delegation tree depth cap (range: 1-3, default: 1 = flat).
# Raise to 2 to allow workers to spawn their own subagents.
# Requires role="orchestrator" on intermediate agents.
# orchestrator_enabled: true # Kill switch for role="orchestrator" children (default: true).