Agent: add thinkingOnce flag

This commit is contained in:
Peter Steinberger
2025-12-08 16:12:24 +00:00
parent dc3c82ad40
commit 1ac6ab4428

View File

@@ -31,6 +31,7 @@ type AgentCommandOpts = {
to?: string;
sessionId?: string;
thinking?: string;
thinkingOnce?: string;
verbose?: string;
json?: boolean;
timeout?: string;