CLI: align xhigh thinking help text (#44819)

Merged via squash.

Prepared head SHA: ff1f12717692d7745b34c5aef7c1dde3c6a4500d
Co-authored-by: frankekn <4488090+frankekn@users.noreply.github.com>
Co-authored-by: frankekn <4488090+frankekn@users.noreply.github.com>
Reviewed-by: @frankekn
This commit is contained in:
Frank Yang
2026-03-13 16:37:11 +08:00
committed by GitHub
parent f07033ed3f
commit 4e27c9b958
4 changed files with 10 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ export function registerAgentCommands(program: Command, args: { agentChannelOpti
.option("-t, --to <number>", "Recipient number in E.164 used to derive the session key")
.option("--session-id <id>", "Use an explicit session id")
.option("--agent <id>", "Agent id (overrides routing bindings)")
.option("--thinking <level>", "Thinking level: off | minimal | low | medium | high")
.option("--thinking <level>", "Thinking level: off | minimal | low | medium | high | xhigh")
.option("--verbose <on|off>", "Persist agent verbose level for the session")
.option(
"--channel <channel>",