fix: lock main session deletion

This commit is contained in:
Peter Steinberger
2026-01-03 23:57:17 +00:00
parent e17c038d18
commit 5862f95bd2
19 changed files with 225 additions and 20 deletions

View File

@@ -14,7 +14,7 @@ export function registerTuiCli(program: Command) {
.option("--password <password>", "Gateway password (if required)")
.option(
"--session <key>",
"Session key (default: session.mainKey from config)",
'Session key (default: "main", or "global" when scope is global)',
)
.option("--deliver", "Deliver assistant replies", false)
.option("--thinking <level>", "Thinking level override")