fix: accept --max-turns in top-level CLI parser (#868)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -441,6 +441,7 @@ async function main(): Promise<void> {
|
||||
|
||||
memfs: { type: "boolean" },
|
||||
"no-memfs": { type: "boolean" },
|
||||
"max-turns": { type: "string" },
|
||||
},
|
||||
strict: true,
|
||||
allowPositionals: true,
|
||||
|
||||
Reference in New Issue
Block a user