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:
teknium1 2026-07-08 06:33:19 -07:00 committed by Teknium
parent c0fbee990e
commit 7e3986ae68

View file

@ -11611,6 +11611,8 @@ _PENDING_INPUT_COMMANDS: frozenset[str] = frozenset(
"moa",
"undo",
"learn",
"compress",
"compact",
}
)