ai 5.0.0-beta.27 → 5.0.0-beta.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/bin/ai.min.js +25 -25
- package/dist/index.d.mts +66 -6
- package/dist/index.d.ts +66 -6
- package/dist/index.js +249 -126
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +234 -108
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +3 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +3 -1
- package/dist/internal/index.mjs.map +1 -1
- package/dist/mcp-stdio/index.js.map +1 -1
- package/dist/mcp-stdio/index.mjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-beta.29
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- e7fcc86: feat (ai): introduce dynamic tools
|
8
|
+
- d92b9a8: fix(ai): add support for MCP protocol version 2025-06-18
|
9
|
+
- Updated dependencies [e7fcc86]
|
10
|
+
- @ai-sdk/provider-utils@3.0.0-beta.7
|
11
|
+
- @ai-sdk/gateway@1.0.0-beta.15
|
12
|
+
|
13
|
+
## 5.0.0-beta.28
|
14
|
+
|
15
|
+
### Patch Changes
|
16
|
+
|
17
|
+
- 84343eb: fix (ui): call sendAutomaticallyWhen with updated messages
|
18
|
+
- a753b3a: feat (provider/anthropic): cache control for tools
|
19
|
+
- Updated dependencies [ac34802]
|
20
|
+
- @ai-sdk/provider-utils@3.0.0-beta.6
|
21
|
+
- @ai-sdk/gateway@1.0.0-beta.14
|
22
|
+
|
3
23
|
## 5.0.0-beta.27
|
4
24
|
|
5
25
|
### Patch Changes
|