Merge branch 'main' of github.com:AIPexStudio/AIPex into feature-adjust

This commit is contained in:
ropzislaw
2026-02-10 00:43:15 +08:00
7 changed files with 378 additions and 1561 deletions

View File

@@ -24,11 +24,11 @@
"bump": "bumpp"
},
"devDependencies": {
"@biomejs/biome": "^2.3.12",
"@biomejs/biome": "^2.3.14",
"@j178/prek": "^0.3.1",
"@types/chrome": "0.1.32",
"@types/node": "^25.0.9",
"bumpp": "^10.4.0",
"@types/node": "^25.2.2",
"bumpp": "^10.4.1",
"knip": "^5.82.1",
"tinyglobby": "^0.2.15",
"typescript": "^5.9.3",

View File

@@ -147,16 +147,16 @@
"cmdk": "^1.1.1",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.29.0",
"lucide-react": "^0.562.0",
"lucide-react": "^0.563.0",
"markdown-to-jsx": "^9.6.1",
"nanoid": "^5.1.6",
"react-syntax-highlighter": "^16.1.0",
"remark-gfm": "^4.0.1",
"streamdown": "^1.6.10",
"streamdown": "^2.1.0",
"tailwind-merge": "^3.4.0",
"three": "^0.177.0",
"tokenlens": "^1.3.1",
"use-stick-to-bottom": "^1.1.1"
"use-stick-to-bottom": "^1.1.3"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",

View File

@@ -28,8 +28,8 @@
"host-access-config.json"
],
"dependencies": {
"@ai-sdk/anthropic": "^3.0.23",
"@ai-sdk/google": "^3.0.6",
"@ai-sdk/anthropic": "^3.0.39",
"@ai-sdk/google": "^3.0.22",
"@ai-sdk/openai": "^3.0.25",
"@ai-sdk/openai-compatible": "^2.0.18",
"@aipexstudio/aipex-core": "workspace:*",
@@ -52,26 +52,26 @@
"@radix-ui/react-use-controllable-state": "^1.2.2",
"ahooks": "^3.9.6",
"ai": "^6.0.28",
"assistant-ui": "^0.0.76",
"assistant-ui": "^0.0.78",
"bip39": "^3.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.562.0",
"lucide-react": "^0.563.0",
"markdown-to-jsx": "^9.6.1",
"nanoid": "^5.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-syntax-highlighter": "^16.1.0",
"remark-gfm": "^4.0.1",
"streamdown": "^1.6.10",
"streamdown": "^2.1.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "4.1.18",
"tokenlens": "^1.3.1",
"tw-animate-css": "^1.4.0",
"use-stick-to-bottom": "^1.1.1",
"zod": "^4.1.13"
"use-stick-to-bottom": "^1.1.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",

View File

@@ -42,9 +42,9 @@
"@zenfs/dom": "^1.2.5",
"fflate": "^0.8.2",
"nanoid": "^5.1.6",
"p-limit": "^6.1.0",
"p-limit": "^7.3.0",
"quickjs-emscripten": "^0.31.0",
"zod": "^4.1.13"
"zod": "^4.3.6"
},
"peerDependencies": {
"@types/chrome": "^0.1.0",

View File

@@ -41,14 +41,14 @@
"type": "module",
"dependencies": {
"@openai/agents": "^0.4.3",
"@openai/agents-extensions": "^0.4.3",
"@openai/agents-extensions": "^0.4.6",
"lru-cache": "^11.2.4",
"zod": "^4.1.13"
"zod": "^4.3.6"
},
"devDependencies": {
"@ai-sdk/google": "^3.0.6",
"@ai-sdk/google": "^3.0.22",
"@ai-sdk/openai": "^3.0.25",
"@types/node": "^25.0.9",
"@types/node": "^25.2.2",
"dotenv": "^17.2.3",
"tsx": "^4.21.0"
},

View File

@@ -37,6 +37,6 @@
"license": "MIT",
"type": "module",
"devDependencies": {
"@types/node": "^25.0.9"
"@types/node": "^25.2.2"
}
}

1899
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff