From 3f7e3f2020f45416f7bb573aed0d14ef96a5dce4 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Sun, 8 Feb 2026 22:05:45 -0800 Subject: [PATCH] fix: accept --max-turns in top-level CLI parser (#868) Co-authored-by: Letta --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 5d6f7ad..6fc224a 100755 --- a/src/index.ts +++ b/src/index.ts @@ -441,6 +441,7 @@ async function main(): Promise { memfs: { type: "boolean" }, "no-memfs": { type: "boolean" }, + "max-turns": { type: "string" }, }, strict: true, allowPositionals: true,