From 90f3b0b7da3ba8cc0ad2ad73a7095dcd4d040468 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Mon, 17 Aug 2026 14:38:04 -0400 Subject: [PATCH] Put the assistant on the Partnership tab A partnership question gets asked while looking at this page; sending someone to another tab to ask it loses the context they are looking at. --- Plugin/unraid/pages/partnership.php | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) 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(); ?>