chroe(config):Increase subagent max-turn limits (#1852)

This commit is contained in:
Markus Corazzione
2026-04-05 04:41:00 -03:00
committed by GitHub
parent d3b59a7931
commit 0ffe5a73c1
6 changed files with 161 additions and 42 deletions
@@ -43,5 +43,5 @@ You have access to the sandbox environment:
tools=["bash", "ls", "read_file", "write_file", "str_replace"], # Sandbox tools only
disallowed_tools=["task", "ask_clarification", "present_files"],
model="inherit",
max_turns=30,
max_turns=60,
)