Filters commands by the palette search text (matching description or key). Single source of truth shared by the view model's selection/execution logic and CommandPalette.tsx's rendered list, so the two can never diverge.
The full command list
The current search text
The commands matching the search, or all commands when it is blank
Filters commands by the palette search text (matching description or key). Single source of truth shared by the view model's selection/execution logic and CommandPalette.tsx's rendered list, so the two can never diverge.