ai 5.0.0-alpha.12 → 5.0.0-alpha.14
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 +32 -0
- package/dist/index.d.mts +177 -175
- package/dist/index.d.ts +177 -175
- package/dist/index.js +354 -344
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +301 -290
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +33 -20
- package/dist/internal/index.d.ts +33 -20
- package/dist/internal/index.js +14 -7
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +14 -7
- package/dist/internal/index.mjs.map +1 -1
- package/dist/mcp-stdio/index.d.mts +3 -3
- package/dist/mcp-stdio/index.d.ts +3 -3
- package/dist/mcp-stdio/index.js.map +1 -1
- package/dist/mcp-stdio/index.mjs.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,37 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-alpha.14
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- 63f9e9b: chore (provider,ai): tools have input/output instead of args,result
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- Updated dependencies [b5da06a]
|
12
|
+
- Updated dependencies [63f9e9b]
|
13
|
+
- Updated dependencies [2e13791]
|
14
|
+
- @ai-sdk/provider@2.0.0-alpha.14
|
15
|
+
- @ai-sdk/gateway@1.0.0-alpha.14
|
16
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.14
|
17
|
+
|
18
|
+
## 5.0.0-alpha.13
|
19
|
+
|
20
|
+
### Major Changes
|
21
|
+
|
22
|
+
- 0a710d8: feat (ui): typed tool parts in ui messages
|
23
|
+
- 6a83f7d: refactoring (ai): restructure message metadata transfer
|
24
|
+
- 1f55c21: chore (ai): send reasoning to the client by default
|
25
|
+
- 33eb499: feat (ai): inject message id in createUIMessageStream
|
26
|
+
- 901df02: feat (ui): use UI_MESSAGE generic
|
27
|
+
|
28
|
+
### Patch Changes
|
29
|
+
|
30
|
+
- Updated dependencies [68ecf2f]
|
31
|
+
- @ai-sdk/provider@2.0.0-alpha.13
|
32
|
+
- @ai-sdk/gateway@1.0.0-alpha.13
|
33
|
+
- @ai-sdk/provider-utils@3.0.0-alpha.13
|
34
|
+
|
3
35
|
## 5.0.0-alpha.12
|
4
36
|
|
5
37
|
### Major Changes
|