fix(cli): make /status show gateway-style session status

This commit is contained in:
Zainan Victor Zhou 2026-04-09 19:38:28 -07:00 committed by Teknium
parent e376a9b2c9
commit 74e883ca37
3 changed files with 145 additions and 6 deletions

View file

@ -83,8 +83,7 @@ COMMAND_REGISTRY: list[CommandDef] = [
args_hint="<question>"),
CommandDef("queue", "Queue a prompt for the next turn (doesn't interrupt)", "Session",
aliases=("q",), args_hint="<prompt>"),
CommandDef("status", "Show session info", "Session",
gateway_only=True),
CommandDef("status", "Show session info", "Session"),
CommandDef("profile", "Show active profile name and home directory", "Info"),
CommandDef("sethome", "Set this chat as the home channel", "Session",
gateway_only=True, aliases=("set-home",)),