feat: improve tui status output

This commit is contained in:
Peter Steinberger
2026-01-10 04:07:08 +01:00
parent f918d30a58
commit 7376d1e6c9
2 changed files with 136 additions and 37 deletions

View File

@@ -96,14 +96,6 @@ export function getSlashCommands(): SlashCommand[] {
(value) => ({ value, label: value }),
),
},
{
name: "deliver",
description: "Toggle delivery of assistant replies",
getArgumentCompletions: (prefix) =>
TOGGLE.filter((v) => v.startsWith(prefix.toLowerCase())).map(
(value) => ({ value, label: value }),
),
},
{ name: "abort", description: "Abort active run" },
{ name: "new", description: "Reset the session" },
{ name: "reset", description: "Reset the session" },
@@ -128,7 +120,6 @@ export function helpText(): string {
"/elevated <on|off>",
"/elev <on|off>",
"/activation <mention|always>",
"/deliver <on|off>",
"/new or /reset",
"/abort",
"/settings",