fix: accept --max-turns in top-level CLI parser (#868)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-02-08 22:05:45 -08:00
committed by GitHub
parent 64cfa3ebaf
commit 3f7e3f2020

View File

@@ -441,6 +441,7 @@ async function main(): Promise<void> {
memfs: { type: "boolean" },
"no-memfs": { type: "boolean" },
"max-turns": { type: "string" },
},
strict: true,
allowPositionals: true,