mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Raise default max turns to 300
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
55c145bff2
commit
aeafeba12b
5 changed files with 6 additions and 6 deletions
|
|
@ -249,7 +249,7 @@ Runs local `claude` CLI directly.
|
|||
"cwd": "/absolute/or/relative/path",
|
||||
"promptTemplate": "You are agent {{agent.id}} ...",
|
||||
"model": "optional-model-id",
|
||||
"maxTurnsPerRun": 80,
|
||||
"maxTurnsPerRun": 300,
|
||||
"dangerouslySkipPermissions": true,
|
||||
"env": {"KEY": "VALUE"},
|
||||
"extraArgs": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue