Commit 91e8703
feat: raise agent max tool-calls cap to 500, default to 50 (#1163)
On large codebases the agent's discovery and implementation phases
routinely exceeded the previous spinner cap of 100 tool calls,
interrupting work mid-task. Raise the selectable upper bound to 500 and
bump the default from 25 to 50 for a better out-of-box experience.
The limit remains a soft stop: AgentLoopTracker returns a "provide your
best answer" message to the LLM rather than hard-killing the run.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 22df035 commit 91e8703
2 files changed
Lines changed: 9 additions & 2 deletions
File tree
- src/main/java/com/devoxx/genie
- model
- ui/settings/agent
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments