pub async fn handle_quick_input_show_quick_pick( Runtime: Arc<ApplicationRunTime>, Args: Vec<Value>, ) -> Result<Value, String>
Show a quick-pick dialog. Routes through UserInterfaceProvider (blocking oneshot).