From 1ac6ab4428c354ae8aaaa8f3c2dbd0a4269ebfeb Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 8 Dec 2025 16:12:24 +0000 Subject: [PATCH] Agent: add thinkingOnce flag --- src/commands/agent.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/agent.ts b/src/commands/agent.ts index 21e65600c..90b349c5b 100644 --- a/src/commands/agent.ts +++ b/src/commands/agent.ts @@ -31,6 +31,7 @@ type AgentCommandOpts = { to?: string; sessionId?: string; thinking?: string; + thinkingOnce?: string; verbose?: string; json?: boolean; timeout?: string;