mirror of
https://github.com/lWolvesl/claw-code.git
synced 2026-04-02 22:31:51 +08:00
fix: tool input {} prefix bug, tool display after accumulation, max_iterations unlimited
This commit is contained in:
@@ -116,7 +116,7 @@ where
|
||||
tool_executor,
|
||||
permission_policy,
|
||||
system_prompt,
|
||||
max_iterations: 16,
|
||||
max_iterations: usize::MAX,
|
||||
usage_tracker,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user