feat(config): increase default max tool call rounds from 20 to 30

Allow more thorough analysis per file by raising MAX_TOOL_REQUEST_TIMES.
This commit is contained in:
kite 2026-06-06 20:35:32 +08:00
parent e34c634879
commit 2bebc86cfc

View file

@ -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,