Skip to content

Commit b37b753

Browse files
Version Packages (#8232)
# Releases ## [email protected] ### Patch Changes - 5099b3d: fix(ai): make `chat.addToolResult()` compatible with dynamic tool calls - 7a2bf8d: fix(ai): support loop breaking behavior in async iterable stream - Updated dependencies [50e2029] - Updated dependencies [b8478f0] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [5099b3d] - Updated dependencies [7a2bf8d] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [974de40] - @ai-sdk/[email protected] ## @ai-sdk/[email protected] ### Patch Changes - 50e2029: feat (provider/gateway): add deepseek v3.1 thinking model id - b8478f0: feat (provider/gateway): add mistral medium model id ## @ai-sdk/[email protected] ### Patch Changes - d09caa5: The taskType parameter now properly maps to snake case in the final payload. ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [5099b3d] - Updated dependencies [7a2bf8d] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [5099b3d] - Updated dependencies [7a2bf8d] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - e214cb3: feat(provider/mistral): `response_format.type === 'json_schema'` ## @ai-sdk/[email protected] ### Patch Changes - 974de40: fix(provider/ai): do not set `.providerMetadata.openai.logprobs` to an array of empty arrays when using `streamText()` ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [5099b3d] - Updated dependencies [7a2bf8d] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [5099b3d] - Updated dependencies [7a2bf8d] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [5099b3d] - Updated dependencies [7a2bf8d] - [email protected] ## @ai-sdk/[email protected] ### Patch Changes - Updated dependencies [5099b3d] - Updated dependencies [7a2bf8d] - [email protected] Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent e0618ce commit b37b753

34 files changed

+119
-48
lines changed

.changeset/chatty-mangos-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fast-actors-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/green-goats-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-apples-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-shoes-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-avocados-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-emus-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ai/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ai
22

3+
## 5.0.23
4+
5+
### Patch Changes
6+
7+
- 5099b3d: fix(ai): make `chat.addToolResult()` compatible with dynamic tool calls
8+
- 7a2bf8d: fix(ai): support loop breaking behavior in async iterable stream
9+
- Updated dependencies [50e2029]
10+
- Updated dependencies [b8478f0]
11+
- @ai-sdk/gateway@1.0.12
12+
313
## 5.0.22
414

515
### Patch Changes

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai",
3-
"version": "5.0.22",
3+
"version": "5.0.23",
44
"description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",
55
"license": "Apache-2.0",
66
"sideEffects": false,

packages/angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @ai-sdk/angular
22

3+
## 1.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5099b3d]
8+
- Updated dependencies [7a2bf8d]
9+
10+
311
## 1.0.22
412

513
### Patch Changes

0 commit comments

Comments
 (0)