Skip to content

Commit 006973c

Browse files
authored
feat: upgrade ai-sdk to v3 and update language model types (#722)
1 parent facf476 commit 006973c

File tree

11 files changed

+161
-207
lines changed

11 files changed

+161
-207
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,16 @@
6262
"license": "MIT",
6363
"description": "A coding agent to enhance your development workflow.",
6464
"devDependencies": {
65-
"@ai-sdk/anthropic": "^2.0.56",
66-
"@ai-sdk/cerebras": "^1.0.33",
67-
"@ai-sdk/google": "^2.0.46",
68-
"@ai-sdk/huggingface": "^0.0.12",
69-
"@ai-sdk/mcp": "^0.0.12",
70-
"@ai-sdk/openai": "^2.0.86",
71-
"@ai-sdk/openai-compatible": "^1.0.29",
72-
"@ai-sdk/provider": "^2.0.0",
73-
"@ai-sdk/xai": "^2.0.40",
74-
"@aihubmix/ai-sdk-provider": "^0.0.6",
65+
"@ai-sdk/anthropic": "^3.0.29",
66+
"@ai-sdk/cerebras": "^2.0.24",
67+
"@ai-sdk/google": "^3.0.16",
68+
"@ai-sdk/huggingface": "^1.0.23",
69+
"@ai-sdk/mcp": "^1.0.14",
70+
"@ai-sdk/openai": "^3.0.21",
71+
"@ai-sdk/openai-compatible": "^2.0.22",
72+
"@ai-sdk/provider": "^3.0.5",
73+
"@ai-sdk/xai": "^3.0.41",
74+
"@aihubmix/ai-sdk-provider": "^1.0.3",
7575
"@biomejs/biome": "^2.3.11",
7676
"@fastify/type-provider-typebox": "6.1.0",
7777
"@microsoft/api-extractor": "^7.55.2",
@@ -90,7 +90,7 @@
9090
"@types/turndown": "^5.0.6",
9191
"@types/ws": "^8.18.1",
9292
"@types/yargs-parser": "^21.0.3",
93-
"ai": "^5.0.113",
93+
"ai": "^6.0.59",
9494
"chalk": "^5.5.0",
9595
"chardet": "^2.1.1",
9696
"cli-highlight": "^2.1.11",

0 commit comments

Comments
 (0)