pub async fn handle_quick_input_show_input_box( Runtime: Arc<ApplicationRunTime>, Args: Vec<Value>, ) -> Result<Value, String>
Show an input box dialog. Routes through UserInterfaceProvider (blocking oneshot).