feat: redesign agents page (architectural-grid style), add image description, fix AI limits, remove dead code
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 53s

- Redesign agents page with architectural-grid (8) design system:
  rounded-2xl cards, serif headings, motion tabs, dashed templates section
- Replace agent form popup with full-page detail view (SettingsView style)
  with dark planning card, section tooltips, and help button
- Hide advanced mode for slide/excalidraw generators
- Add 'describe images' action to contextual AI assistant
- Add copy button to action/resource preview with HTTP fallback
- Add delete history button to agent run log panel
- Increase AI word limit from 2000 to 5000 (reformulate + transform-markdown)
- Increase max steps slider from 25 to 50
- Fix image description error with clear model compatibility message
- Fix doubled execution count display in agent detail view
- Remove dead files: notes-list-view.tsx, notes-view-toggle.tsx
- Remove 'list' view mode from NotesViewMode type
- Add missing i18n keys (back, configuration, options, copy, cleared)
This commit is contained in:
Antigravity
2026-05-09 17:18:47 +00:00
parent 79381a4cc9
commit 2fd435df6f
33 changed files with 1441 additions and 745 deletions

View File

@@ -1496,7 +1496,10 @@
"notifyEmail": "إشعار بالبريد الإلكتروني",
"notifyEmailHint": "استلام بريد إلكتروني بنتائج الوكيل بعد كل تشغيل",
"includeImages": "تضمين الصور",
"includeImagesHint": "استخراج الصور من الصفحات المجمعة وإرفاقها بالملاحظة المولدة"
"includeImagesHint": "استخراج الصور من الصفحات المجمعة وإرفاقها بالملاحظة المولدة",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "يدوي",
@@ -1760,4 +1763,4 @@
"addBlock": "إضافة كتلة",
"placeholder": "اكتب '/' للأوامر..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "E-Mail-Benachrichtigung",
"notifyEmailHint": "Erhalten Sie eine E-Mail mit den Ergebnissen des Agenten nach jedem Durchlauf",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "Manuell",
@@ -1629,4 +1632,4 @@
"initializing": "Arbeitsbereich wird initialisiert",
"loadingIdeas": "Deine Ideen werden geladen..."
}
}
}

View File

@@ -544,7 +544,10 @@
"preview": "Preview",
"generatePreview": "Generate preview",
"emptyNoteHint": "💡 The note is empty — the resource content will be integrated directly."
}
},
"cancel": "Cancel",
"copied": "Copied",
"copy": "Copy"
},
"titleSuggestions": {
"available": "Title suggestions",
@@ -1587,7 +1590,10 @@
"notifyEmail": "Email notification",
"notifyEmailHint": "Receive an email with the agent's results after each run",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "Manual",
@@ -1683,7 +1689,10 @@
"title": "History",
"noHistory": "No executions yet",
"toolTrace": "{count} tool calls",
"step": "Step {num}"
"step": "Step {num}",
"clearConfirm": "Are you sure you want to delete all history for this agent?",
"cleared": "History deleted",
"clearHistory": "Clear history"
},
"tools": {
"title": "Agent Tools",
@@ -1875,4 +1884,4 @@
"addBlock": "Add block",
"placeholder": "Type '/' for commands..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "Notificación por correo",
"notifyEmailHint": "Recibe un correo con los resultados del agente después de cada ejecución",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "Manual",
@@ -1629,4 +1632,4 @@
"initializing": "Inicializando espacio",
"loadingIdeas": "Cargando tus ideas..."
}
}
}

View File

@@ -1496,7 +1496,10 @@
"notifyEmail": "اعلان ایمیل",
"notifyEmailHint": "پس از هر اجرا، ایمیل حاوی نتایج عامل دریافت کنید",
"includeImages": "شامل تصاویر",
"includeImagesHint": "استخراج تصاویر از صفحات استخراج شده و پیوست به یادداشت تولید شده"
"includeImagesHint": "استخراج تصاویر از صفحات استخراج شده و پیوست به یادداشت تولید شده",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "دستی",
@@ -1760,4 +1763,4 @@
"addBlock": "افزودن بلوک",
"placeholder": "برای دستورات '/' تایپ کنید..."
}
}
}

View File

@@ -550,7 +550,10 @@
"preview": "Aperçu",
"generatePreview": "Générer l'aperçu",
"emptyNoteHint": "💡 La note est vide — le contenu de la ressource sera intégré directement."
}
},
"cancel": "Annuler",
"copied": "Copié",
"copy": "Copier"
},
"richTextEditor": {
"bold": "Gras",
@@ -1679,7 +1682,10 @@
"notifyEmail": "Notification par email",
"notifyEmailHint": "Recevez un email avec les résultats de l'agent après chaque exécution",
"includeImages": "Inclure les images",
"includeImagesHint": "Extraire les images des pages scrapées et les joindre à la note générée"
"includeImagesHint": "Extraire les images des pages scrapées et les joindre à la note générée",
"back": "Retour",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "Manuel",
@@ -1775,7 +1781,10 @@
"title": "Historique",
"noHistory": "Aucune exécution pour le moment",
"toolTrace": "{count} appels d'outils",
"step": "Étape {num}"
"step": "Étape {num}",
"clearConfirm": "Voulez-vous vraiment supprimer tout l'historique de cet agent ?",
"cleared": "Historique supprimé",
"clearHistory": "Supprimer l'historique"
},
"tools": {
"title": "Outils de l'agent",
@@ -1890,4 +1899,4 @@
"initializing": "Initialisation de l'espace de travail",
"loadingIdeas": "Chargement de vos idées..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "ईमेल सूचना",
"notifyEmailHint": "प्रत्येक रन के बाद एजेंट के परिणामों के साथ ईमेल प्राप्त करें",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "मैनुअल",
@@ -1629,4 +1632,4 @@
"initializing": "कार्यक्षेत्र प्रारंभ हो रहा है",
"loadingIdeas": "आपके विचार लोड हो रहे हैं..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "Notifica email",
"notifyEmailHint": "Ricevi un'email con i risultati dell'agent dopo ogni esecuzione",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "Manuale",
@@ -1629,4 +1632,4 @@
"initializing": "Inizializzazione spazio",
"loadingIdeas": "Caricamento delle tue idee..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "メール通知",
"notifyEmailHint": "実行後にエージェントの結果をメールで受け取る",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "手動",
@@ -1629,4 +1632,4 @@
"initializing": "ワークスペースを初期化中",
"loadingIdeas": "アイデアを読み込み中..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "이메일 알림",
"notifyEmailHint": "각 실행 후 에이전트 결과가 포함된 이메일 받기",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "수동",
@@ -1629,4 +1632,4 @@
"initializing": "작업 공간 초기화 중",
"loadingIdeas": "아이디어 로딩 중..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "E-mailnotificatie",
"notifyEmailHint": "Ontvang een e-mail met de resultaten van de agent na elke uitvoering",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "Handmatig",
@@ -1629,4 +1632,4 @@
"initializing": "Werkruimte initialiseren",
"loadingIdeas": "Je ideeën laden..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "Powiadomienie e-mail",
"notifyEmailHint": "Otrzymuj e-mail z wynikami agenta po każdym uruchomieniu",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "Ręcznie",
@@ -1629,4 +1632,4 @@
"initializing": "Inicjalizacja przestrzeni",
"loadingIdeas": "Ładowanie twoich pomysłów..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "Notificação por e-mail",
"notifyEmailHint": "Receba um e-mail com os resultados do agente após cada execução",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "Manual",
@@ -1629,4 +1632,4 @@
"initializing": "Inicializando espaço",
"loadingIdeas": "Carregando suas ideias..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "Email-уведомление",
"notifyEmailHint": "Получайте письмо с результатами агента после каждого запуска",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "Вручную",
@@ -1629,4 +1632,4 @@
"initializing": "Инициализация пространства",
"loadingIdeas": "Загрузка ваших идей..."
}
}
}

View File

@@ -1436,7 +1436,10 @@
"notifyEmail": "邮件通知",
"notifyEmailHint": "每次运行后通过邮件接收代理结果",
"includeImages": "Include images",
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note"
"includeImagesHint": "Extract images from scraped pages and attach them to the generated note",
"back": "Back",
"configuration": "Configuration",
"options": "Options"
},
"frequencies": {
"manual": "手动",
@@ -1629,4 +1632,4 @@
"initializing": "初始化工作区",
"loadingIdeas": "加载你的想法..."
}
}
}