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
Copy file name to clipboardExpand all lines: src/application/commands.lisp
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2237,7 +2237,7 @@ are forwarded to TERMINAL-UI-SELECT."
2237
2237
(:name"/model"
2238
2238
:argument"[MODEL]"
2239
2239
:description"pick a registered provider model and reasoning effort"
2240
-
:tip"changes both the model and its reasoning effort."
2240
+
:tip"selects the provider/model used for replies and then its reasoning effort; the choice is saved for future sessions."
2241
2241
:busy-behavior:apply
2242
2242
:terminal-behavior:exclusive
2243
2243
:callablet)
@@ -2279,7 +2279,7 @@ are forwarded to TERMINAL-UI-SELECT."
2279
2279
(:name"/effort"
2280
2280
:argument"[LEVEL]"
2281
2281
:description"pick the reasoning effort"
2282
-
:tip"changes reasoning effort without switching models."
2282
+
:tip"sets the model's reasoning budget without changing models. Higher levels allow more reasoning and can take longer; available levels depend on the model."
2283
2283
:busy-behavior:apply
2284
2284
:terminal-behavior:exclusive-without-arguments
2285
2285
:callablet)
@@ -2301,7 +2301,7 @@ are forwarded to TERMINAL-UI-SELECT."
:tip"enables direct execution and admits at most two child agents."
2376
+
:tip"sets execution style: (hurry-up \"on\") favors direct work and limits delegation to two child agents; (hurry-up \"off\") uses normal delegation limits."
2377
2377
:busy-behavior:apply
2378
2378
:terminal-behavior:shared
2379
2379
:callablet
@@ -2385,7 +2385,7 @@ are forwarded to TERMINAL-UI-SELECT."
:description"choose command access for this session"
2388
-
:tip"chooses how shell commands are authorized, including autonomous auto mode."
2388
+
:tip"sets command authorization: ask prompts for approval, auto authorizes autonomously, sandbox confines commands, and full grants session-wide host access."
2389
2389
:busy-behavior:apply
2390
2390
:terminal-behavior:exclusive-without-arguments
2391
2391
:callablet
@@ -2649,7 +2649,7 @@ are forwarded to TERMINAL-UI-SELECT."
0 commit comments