feat: v1 — persistent shell, model gateway, artifact improvements (#1462)

This commit is contained in:
dancer 2026-03-20 09:37:02 +00:00 committed by GitHub
parent 3651670fb9
commit f9652b452a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
161 changed files with 5166 additions and 8009 deletions

View file

@ -18,9 +18,8 @@
"test": "export PLAYWRIGHT=True && pnpm exec playwright test"
},
"dependencies": {
"@ai-sdk/gateway": "^3.0.15",
"@ai-sdk/provider": "^3.0.3",
"@ai-sdk/react": "3.0.39",
"@ai-sdk/react": "3.0.118",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.5.0",
"@codemirror/theme-one-dark": "^6.1.2",
@ -36,9 +35,8 @@
"@vercel/blob": "^0.24.1",
"@vercel/functions": "^2.0.0",
"@vercel/otel": "^1.12.0",
"ai": "6.0.37",
"ai": "6.0.116",
"bcrypt-ts": "^5.0.2",
"better-auth": "^1.5.5",
"botid": "^1.5.11",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
@ -55,7 +53,8 @@
"lucide-react": "^0.446.0",
"motion": "^12.23.26",
"nanoid": "^5.1.3",
"next": "16.0.10",
"next": "16.2.0",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.3.0",
"orderedmap": "^2.1.1",
"papaparse": "^5.5.2",
@ -96,6 +95,7 @@
"@types/pdf-parse": "^1.1.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"babel-plugin-react-compiler": "^1.0.0",
"drizzle-kit": "^0.25.0",
"postcss": "^8",
"tailwindcss": "^4.1.13",
@ -103,5 +103,5 @@
"typescript": "^5.6.3",
"ultracite": "^7.0.11"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@10.32.1"
}