From f2e1a71120b41c717115f704b42017b2b0e2487b Mon Sep 17 00:00:00 2001 From: waroffchange <116298975+waroffchange@users.noreply.github.com> Date: Tue, 30 Jun 2026 16:34:13 +0300 Subject: [PATCH] docs(config): align max_turns example with actual default (90) --- cli-config.yaml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli-config.yaml.example b/cli-config.yaml.example index 3beb568cab7a..d7dfdb028f6e 100644 --- a/cli-config.yaml.example +++ b/cli-config.yaml.example @@ -778,10 +778,10 @@ skills: # Agent Behavior # ============================================================================= agent: - # Maximum tool-calling iterations per conversation + # Maximum tool-calling iterations per conversation (default: 90) # Higher = more room for complex tasks, but costs more tokens # Recommended: 20-30 for focused tasks, 50-100 for open exploration - max_turns: 60 + max_turns: 90 # Inactivity timeout for gateway agent runs (seconds, 0 = unlimited). # The agent can run indefinitely when actively calling tools or receiving