feat: improve AI resilience, add background enrichment loading states, and fix duplicate identifier in TagSelector

This commit is contained in:
2025-12-23 11:38:16 +01:00
parent 1d98bb9947
commit c134c78a2c
37 changed files with 1906 additions and 786 deletions

View File

@@ -12,11 +12,13 @@
"test:e2e": "playwright test"
},
"dependencies": {
"@ai-sdk/google": "^2.0.51",
"@google/generative-ai": "^0.24.1",
"@mistralai/mistralai": "^1.11.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.10",
"@tanstack/react-query": "^5.62.7",
"ai": "^5.0.116",
"browser-image-compression": "^2.0.2",
"canvas-confetti": "^1.9.3",
"dexie": "^4.2.1",
@@ -31,7 +33,8 @@
"recharts": "^3.6.0",
"sharp": "^0.34.5",
"uuid": "^13.0.0",
"zod": "^3.23.8"
"zod": "^3.23.8",
"zod-to-json-schema": "^3.25.0"
},
"devDependencies": {
"@playwright/test": "^1.57.0",