diff --git a/Plugin/unraid/pages/partnership.php b/Plugin/unraid/pages/partnership.php index 71f9aa2..05a69a0 100644 --- a/Plugin/unraid/pages/partnership.php +++ b/Plugin/unraid/pages/partnership.php @@ -36,6 +36,13 @@ // api/run.php long-running deploy operations // api/confform.php inline conf edits require_once dirname(__DIR__) . '/include/confui.php'; +require_once dirname(__DIR__) . '/include/ai_chat.php'; + +// Same shared surface the AI tab and the Monitor row use, gated the same way. A partnership +// question — why a sync is behind, what a tier covers, whether the mirror is current — is asked +// while looking at this page, and sending someone to another tab to ask it loses the context +// they are looking at. +if (vv_ai_ui_on()) vv_ai_chat_assets(); ?>