mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-15 14:22:43 +00:00
fix(tui): route /compress and /compact past the slash worker to command.dispatch
Ported from #60834 (same author) — pending-input routing so clients that fail the slash.exec->dispatch fallback still reach the new compress handler.
This commit is contained in:
parent
c0fbee990e
commit
7e3986ae68
1 changed files with 2 additions and 0 deletions
|
|
@ -11611,6 +11611,8 @@ _PENDING_INPUT_COMMANDS: frozenset[str] = frozenset(
|
|||
"moa",
|
||||
"undo",
|
||||
"learn",
|
||||
"compress",
|
||||
"compact",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue