mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(cli): make /status show gateway-style session status
This commit is contained in:
parent
e376a9b2c9
commit
74e883ca37
3 changed files with 145 additions and 6 deletions
|
|
@ -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",)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue