From 4cdb3201447e83c6d5508f6c3a5bef1fd121d5d4 Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Sat, 20 Dec 2025 16:18:35 +0400 Subject: [PATCH] feat: Add 'Generate UX Package' button to Preview Toolbar - Replaced 'Build Backend' feature with a frontend exporter. - Clicking the button now creates and downloads a 'ux_package.json' containing all frontend assets (HTML, CSS, JS) and metadata. - This package is intended to be loaded into external coding AIs for backend development. --- .../src/components/Views.tsx | 59 +++++++++++-------- 1 file changed, 34 insertions(+), 25 deletions(-) diff --git a/bin/goose-ultra-final/src/components/Views.tsx b/bin/goose-ultra-final/src/components/Views.tsx index 0153557..99f520b 100644 --- a/bin/goose-ultra-final/src/components/Views.tsx +++ b/bin/goose-ultra-final/src/components/Views.tsx @@ -1445,41 +1445,50 @@ Start with "# 🔧 Repair Plan" and be concise.`;