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;