You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option('-l, --logs','Run dev server with logs to stdout [non-interactive]')
134
145
.option('--tool <name>','MCP tool name (used with --invoke call-tool)')
135
146
.option('--input <json>','MCP tool arguments as JSON (used with --invoke call-tool)')
136
-
.option('-H, --header <header>','Custom header to forward to the agent (format: "Name: Value", repeatable)',(val: string,prev: string[])=>[...prev,val],[]asstring[])
147
+
.option(
148
+
'-H, --header <header>',
149
+
'Custom header to forward to the agent (format: "Name: Value", repeatable)',
.option('--stream','Stream response in real-time (TUI streams by default) [non-interactive]')
105
105
.option('--tool <name>','MCP tool name (use with "call-tool" prompt) [non-interactive]')
106
106
.option('--input <json>','MCP tool arguments as JSON (use with --tool) [non-interactive]')
107
-
.option('-H, --header <header>','Custom header to forward to the agent (format: "Name: Value", repeatable)',(val: string,prev: string[])=>[...prev,val],[]asstring[])
107
+
.option(
108
+
'-H, --header <header>',
109
+
'Custom header to forward to the agent (format: "Name: Value", repeatable)',
0 commit comments