diff --git a/src/config/schema.rs b/src/config/schema.rs index 36dceac5d..ea792a8f9 100644 --- a/src/config/schema.rs +++ b/src/config/schema.rs @@ -439,7 +439,6 @@ pub struct ProviderConfig { #[serde(default)] pub transport: Option, } - // ── Delegate Agents ────────────────────────────────────────────── /// Configuration for a delegate sub-agent used by the `delegate` tool.