From 2365fed9856b609a8fb3bf6d795dd46cfe00613d Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Sun, 26 Jul 2026 12:58:00 -0700 Subject: [PATCH] docs(config): update max_turns example to the new 500 default Follow-up on top of @waroffchange's alignment fix (#55673): the real default changed from 90 to 500 in #72176, so bring the example value and comment up to the current default. --- 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 d7dfdb028f6e..d1ce3b08e2b4 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 (default: 90) + # Maximum tool-calling iterations per conversation (default: 500) # Higher = more room for complex tasks, but costs more tokens # Recommended: 20-30 for focused tasks, 50-100 for open exploration - max_turns: 90 + max_turns: 500 # Inactivity timeout for gateway agent runs (seconds, 0 = unlimited). # The agent can run indefinitely when actively calling tools or receiving