Skip to content

Commit 9138be4

Browse files
Version Packages (beta) (#10695)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `main` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `main`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [88fc415] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - 88fc415: feat(openai): add the new provider 'apply_patch' tool Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 88fc415 commit 9138be4

File tree

23 files changed

+52
-38
lines changed

23 files changed

+52
-38
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"breezy-masks-occur",
9090
"brown-bees-dress",
9191
"brown-drinks-invite",
92+
"chatty-cameras-complain",
9293
"chatty-maps-check",
9394
"chilled-lions-switch",
9495
"chilled-news-tickle",

examples/ai-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@ai-sdk/hume": "workspace:*",
2828
"@ai-sdk/mcp": "workspace:*",
2929
"@ai-sdk/mistral": "workspace:*",
30-
"@ai-sdk/openai": "3.0.0-beta.73",
30+
"@ai-sdk/openai": "3.0.0-beta.74",
3131
"@ai-sdk/openai-compatible": "workspace:*",
3232
"@ai-sdk/perplexity": "workspace:*",
3333
"@ai-sdk/provider": "workspace:*",

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"private": true,
1414
"dependencies": {
1515
"@ai-sdk/angular": "2.0.0-beta.124",
16-
"@ai-sdk/openai": "3.0.0-beta.73",
16+
"@ai-sdk/openai": "3.0.0-beta.74",
1717
"@angular/common": "^20.3.2",
1818
"@angular/compiler": "^20.3.2",
1919
"@angular/core": "^20.3.2",

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type-check": "tsc --build"
99
},
1010
"dependencies": {
11-
"@ai-sdk/openai": "3.0.0-beta.73",
11+
"@ai-sdk/openai": "3.0.0-beta.74",
1212
"ai": "6.0.0-beta.124",
1313
"dotenv": "16.4.5",
1414
"express": "5.0.1"

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@ai-sdk/openai": "3.0.0-beta.73",
6+
"@ai-sdk/openai": "3.0.0-beta.74",
77
"ai": "6.0.0-beta.124",
88
"dotenv": "16.4.5",
99
"fastify": "5.1.0"

examples/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"dependencies": {
6-
"@ai-sdk/openai": "3.0.0-beta.73",
6+
"@ai-sdk/openai": "3.0.0-beta.74",
77
"@hono/node-server": "1.13.7",
88
"ai": "6.0.0-beta.124",
99
"dotenv": "16.4.5",

examples/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type-check": "tsc --build"
2626
},
2727
"dependencies": {
28-
"@ai-sdk/openai": "3.0.0-beta.73",
28+
"@ai-sdk/openai": "3.0.0-beta.74",
2929
"@modelcontextprotocol/sdk": "^1.10.2",
3030
"ai": "6.0.0-beta.124",
3131
"dotenv": "16.4.5",

examples/nest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"
1616
},
1717
"dependencies": {
18-
"@ai-sdk/openai": "3.0.0-beta.73",
18+
"@ai-sdk/openai": "3.0.0-beta.74",
1919
"@nestjs/common": "^10.4.15",
2020
"@nestjs/core": "^10.0.0",
2121
"@nestjs/platform-express": "^10.4.9",

examples/next-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/openai": "3.0.0-beta.73",
12+
"@ai-sdk/openai": "3.0.0-beta.74",
1313
"@ai-sdk/react": "3.0.0-beta.124",
1414
"@vercel/blob": "^0.26.0",
1515
"ai": "6.0.0-beta.124",

examples/next-openai-kasada-bot-protection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/openai": "3.0.0-beta.73",
12+
"@ai-sdk/openai": "3.0.0-beta.74",
1313
"@ai-sdk/react": "3.0.0-beta.124",
1414
"@vercel/functions": "^3.1.0",
1515
"ai": "6.0.0-beta.124",

0 commit comments

Comments
 (0)