ai 5.0.0-alpha.11 → 5.0.0-alpha.13

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 CHANGED
@@ -1,5 +1,36 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-alpha.13
4
+
5
+ ### Major Changes
6
+
7
+ - 0a710d8: feat (ui): typed tool parts in ui messages
8
+ - 6a83f7d: refactoring (ai): restructure message metadata transfer
9
+ - 1f55c21: chore (ai): send reasoning to the client by default
10
+ - 33eb499: feat (ai): inject message id in createUIMessageStream
11
+ - 901df02: feat (ui): use UI_MESSAGE generic
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [68ecf2f]
16
+ - @ai-sdk/provider@2.0.0-alpha.13
17
+ - @ai-sdk/gateway@1.0.0-alpha.13
18
+ - @ai-sdk/provider-utils@3.0.0-alpha.13
19
+
20
+ ## 5.0.0-alpha.12
21
+
22
+ ### Major Changes
23
+
24
+ - 4892798: chore (ai): always stream tool calls
25
+
26
+ ### Patch Changes
27
+
28
+ - da1e6f0: feat (ui): add generics to ui message stream parts
29
+ - Updated dependencies [e2aceaf]
30
+ - @ai-sdk/gateway@1.0.0-alpha.12
31
+ - @ai-sdk/provider@2.0.0-alpha.12
32
+ - @ai-sdk/provider-utils@3.0.0-alpha.12
33
+
3
34
  ## 5.0.0-alpha.11
4
35
 
5
36
  ### Major Changes