pub fn show_command_picker(initial_filter: &str) -> Option<String>Expand description
Show interactive command picker and return selected command This is called when user types “/” - shows suggestions immediately Returns None if cancelled, Some(command_name) if selected