From 72a786b1b63bd3c18d8cd6060709f4c4352e658c Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 18 Mar 2026 21:43:22 +0000 Subject: [PATCH] feat: inline SEO export buttons in chat messages --- components/AIAssist.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/components/AIAssist.tsx b/components/AIAssist.tsx index a260952..7a60b12 100644 --- a/components/AIAssist.tsx +++ b/components/AIAssist.tsx @@ -1390,6 +1390,25 @@ export default function AIAssist({ vibeMode = false }: { vibeMode?: boolean } = )} )} + {/* Inline SEO Export - always visible in chat when SEO data exists */} + {msg.role === "assistant" && msg.agent === "seo" && seoAuditData && ( +
+ + +
+ )} {msg.role === "assistant" && isProcessing && i === aiAssistHistory.length - 1 && status && (