Refactor code structure for improved readability and maintainability

This commit is contained in:
Felipe Coutinho
2025-11-17 16:17:58 -03:00
parent 3ca495384c
commit 71e083fd49
6 changed files with 404 additions and 422 deletions

View File

@@ -26,9 +26,9 @@
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.44",
"@ai-sdk/google": "^2.0.31",
"@ai-sdk/openai": "^2.0.66",
"@openrouter/ai-sdk-provider": "^1.2.2",
"@ai-sdk/google": "^2.0.34",
"@ai-sdk/openai": "^2.0.68",
"@openrouter/ai-sdk-provider": "^1.2.3",
"@radix-ui/react-alert-dialog": "1.1.15",
"@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-checkbox": "1.3.3",
@@ -58,7 +58,7 @@
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "0.44.7",
"lucide-react": "0.553.0",
"lucide-react": "0.554.0",
"motion": "^12.23.24",
"next": "16.0.3",
"next-themes": "0.4.6",
@@ -76,7 +76,7 @@
"devDependencies": {
"@tailwindcss/postcss": "4.1.17",
"@types/node": "24.10.1",
"@types/react": "19.2.4",
"@types/react": "19.2.5",
"@types/react-dom": "19.2.3",
"depcheck": "^1.4.7",
"drizzle-kit": "0.31.7",