ai 5.0.0-alpha.13 → 5.0.0-alpha.15

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,42 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-alpha.15
4
+
5
+ ### Major Changes
6
+
7
+ - 04d5063: chore (ai): rename default provider global to AI_SDK_DEFAULT_PROVIDER
8
+ - b4b4bb2: chore (ui): rename experimental_resume to resumeStream
9
+ - d884051: feat (ai): simplify default provider setup
10
+ - 954aa73: feat (ui): extended regenerate support
11
+ - 60e2c56: feat (ai): restructure chat transports
12
+
13
+ ### Patch Changes
14
+
15
+ - b1e3abd: feat (ai): expose ui message stream headers
16
+ - 142576e: feat (ui): support message replacement in chat via messageId param on sendMessage
17
+ - 395c85e: feat (ai): add consumeSseStream option to UI message stream responses
18
+ - Updated dependencies [48d257a]
19
+ - Updated dependencies [8ba77a7]
20
+ - Updated dependencies [c145d62]
21
+ - @ai-sdk/provider@2.0.0-alpha.15
22
+ - @ai-sdk/provider-utils@3.0.0-alpha.15
23
+ - @ai-sdk/gateway@1.0.0-alpha.15
24
+
25
+ ## 5.0.0-alpha.14
26
+
27
+ ### Major Changes
28
+
29
+ - 63f9e9b: chore (provider,ai): tools have input/output instead of args,result
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [b5da06a]
34
+ - Updated dependencies [63f9e9b]
35
+ - Updated dependencies [2e13791]
36
+ - @ai-sdk/provider@2.0.0-alpha.14
37
+ - @ai-sdk/gateway@1.0.0-alpha.14
38
+ - @ai-sdk/provider-utils@3.0.0-alpha.14
39
+
3
40
  ## 5.0.0-alpha.13
4
41
 
5
42
  ### Major Changes