From 0a59994030681cfd3fb53662d1482d41dd45153d Mon Sep 17 00:00:00 2001 From: Teknium Date: Fri, 24 Apr 2026 17:54:17 -0700 Subject: [PATCH] fix(cli-config): keep delegation overrides commented in example --- cli-config.yaml.example | 4 ++-- scripts/release.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cli-config.yaml.example b/cli-config.yaml.example index 7808632cda..71da29aee5 100644 --- a/cli-config.yaml.example +++ b/cli-config.yaml.example @@ -790,9 +790,9 @@ code_execution: # Supports single tasks and batch mode (default 3 parallel, configurable). 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). + # 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 cap (range: 1-3, 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). diff --git a/scripts/release.py b/scripts/release.py index c77f8581d8..05aa1139f1 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -503,6 +503,7 @@ AUTHOR_MAP = { "codex@openai.invalid": "teknium1", "screenmachine@gmail.com": "teknium1", "chenzeshi@live.com": "chen1749144759", + "mor.aleksandr@yahoo.com": "MorAlekss", }