feat: complete overhaul of AI Assist with premium WOW level UI and stable preview engine

This commit is contained in:
Gemini AI
2025-12-28 11:22:19 +04:00
Unverified
parent 820e740b9d
commit d6c2986df8
9 changed files with 856 additions and 449 deletions

View File

@@ -297,7 +297,7 @@ export interface AIAssistMessage {
content: string;
agent?: string;
preview?: {
type: "code" | "design" | "content" | "seo";
type: string;
data: string;
language?: string;
};