From 2bebc86cfc5af8f2c9714799c448e8d385a094bd Mon Sep 17 00:00:00 2001 From: kite Date: Sat, 6 Jun 2026 20:35:32 +0800 Subject: [PATCH] feat(config): increase default max tool call rounds from 20 to 30 Allow more thorough analysis per file by raising MAX_TOOL_REQUEST_TIMES. --- internal/config/template/task_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/template/task_template.json b/internal/config/template/task_template.json index 5964dc0..0e3e813 100644 --- a/internal/config/template/task_template.json +++ b/internal/config/template/task_template.json @@ -39,7 +39,7 @@ "timeout": 120 }, "TOOL_REQUEST_WAIT_TIME_MS": 10000, - "MAX_TOOL_REQUEST_TIMES": 20, + "MAX_TOOL_REQUEST_TIMES": 30, "MAX_SUBTASK_EXECUTION_TIME_MINUTES": 5, "PLAN_MODE_LINE_THRESHOLD": 50, "MAX_TOKENS": 58888,