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.
fix/verification-admin-route-recovery
teknium1 2026-07-08 06:33:19 -07:00 committed by Teknium
parent c0fbee990e
commit 7e3986ae68
1 changed files with 2 additions and 0 deletions

View File

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