Skip to content

Commit 9f0d803

Browse files
authored
Merge branch 'main' into fix/url-media-type-prototype-confusion
2 parents 13c3841 + 0498012 commit 9f0d803

245 files changed

Lines changed: 10107 additions & 4093 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/breezy-planes-worry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ai-sdk/provider-utils": patch
3+
---
4+
5+
feat: distinguish provider-defined and provider-executed tools

.changeset/calm-timers-attend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ai-sdk/deepseek": patch
3+
---
4+
5+
fix(provider/deepseek): preserve reasoning_content for deepseek-v4 in multi-turn requests

.changeset/cyan-apes-drive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"ai": patch
3+
---
4+
5+
refactoring: rename toolNeedsApproval to toolApproval

.changeset/empty-toys-burn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ai-sdk/amazon-bedrock": patch
3+
---
4+
5+
fix(provider/amazon-bedrock): merge custom reasoning config properties when top-level reasoning parameter is set

.changeset/hot-jobs-confess.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@ai-sdk/devtools": major
3+
"@ai-sdk/otel": major
4+
"ai": major
5+
---
6+
7+
feat(ai): remove/refactor event data sent via callbacks

.changeset/light-suns-cross.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@ai-sdk/amazon-bedrock": patch
3+
"@ai-sdk/google-vertex": patch
4+
"@ai-sdk/anthropic": patch
5+
---
6+
7+
chore(anthropic): remove unnecessary messages affix from Anthropic symbols and files

.changeset/modern-chicken-greet.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@ai-sdk/devtools": patch
3+
"@ai-sdk/workflow": patch
4+
"@ai-sdk/otel": patch
5+
"ai": patch
6+
---
7+
8+
feat(ai): rename the core-event types

.changeset/new-ties-grin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ai-sdk/provider-utils": patch
3+
---
4+
5+
fix: deprecate needsApproval on Tool
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"@ai-sdk/openai-compatible": patch
3+
"@ai-sdk/amazon-bedrock": patch
4+
"@ai-sdk/open-responses": patch
5+
"@ai-sdk/anthropic": patch
6+
"@ai-sdk/deepseek": patch
7+
"@ai-sdk/alibaba": patch
8+
"@ai-sdk/mistral": patch
9+
"@ai-sdk/cohere": patch
10+
"@ai-sdk/google": patch
11+
"@ai-sdk/openai": patch
12+
"@ai-sdk/groq": patch
13+
"@ai-sdk/xai": patch
14+
"ai": patch
15+
---
16+
17+
fix: more precise default message for tool execution denial

.changeset/proud-zebras-wave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"ai": patch
3+
---
4+
5+
feat(ai): access runtime context in tool approval functions

0 commit comments

Comments
 (0)