pub fn render(frame: &mut Frame<'_>, input_area: Rect, app: &App)Expand description
Render the popup. No-op when the input mode is not Command, the buffer is empty, or no matches are available.
Goal-169: the popup now shows both built-in and skill-backed commands
(skills are suffixed with [skill] in a dim colour so the user can
distinguish them at a glance).