ai 5.0.0-alpha.9 → 5.0.0-beta.2

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,154 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0d9583c: fix (ai): use user-provided media type when available
8
+ - c6b64a7: feat (ai): allow async prepareRequest on HttpChatTransport
9
+ - cb3b9c9: fix (ai): catch errors in ui message stream
10
+ - d1a034f: feature: using Zod 4 for internal stuff
11
+ - Updated dependencies [0571b98]
12
+ - Updated dependencies [c91586a]
13
+ - Updated dependencies [39a4fab]
14
+ - Updated dependencies [d1a034f]
15
+ - @ai-sdk/provider-utils@3.0.0-beta.2
16
+ - @ai-sdk/gateway@1.0.0-beta.2
17
+
18
+ ## 5.0.0-beta.1
19
+
20
+ ### Major Changes
21
+
22
+ - 9ad0484: feat (ai): automatic tool execution error handling
23
+
24
+ ### Patch Changes
25
+
26
+ - d88455d: feat (ai): expose http chat transport type
27
+ - 4048ce3: fix (ai): add tests and examples for openai responses
28
+ - f2b041e: Fix custom `fetch` in HttpChatTransport
29
+ - cb68df0: feat: add transcription and speech model support to provider registry
30
+ - 26695a3: feat (ui): add state for text and reasoning ui message parts
31
+ - e7d2ce3: feat: provider-executed tools
32
+ - 102b066: fix (ai): fix invalid fetch call
33
+ - e862b5b: feat (ai): allow sync tool.execute
34
+ - 7bd025b: fix (ai): fix sync tool execute with streamText
35
+ - Updated dependencies [742b7be]
36
+ - Updated dependencies [7cddb72]
37
+ - Updated dependencies [ccce59b]
38
+ - Updated dependencies [e2b9e4b]
39
+ - Updated dependencies [45c1ea2]
40
+ - Updated dependencies [e025824]
41
+ - Updated dependencies [0d06df6]
42
+ - Updated dependencies [472524a]
43
+ - Updated dependencies [dd3ff01]
44
+ - Updated dependencies [7435eb5]
45
+ - Updated dependencies [cb68df0]
46
+ - Updated dependencies [bfdca8d]
47
+ - Updated dependencies [f77bc38]
48
+ - Updated dependencies [44f4aba]
49
+ - Updated dependencies [023ba40]
50
+ - Updated dependencies [5e57fae]
51
+ - Updated dependencies [71f938d]
52
+ - Updated dependencies [28a5ed5]
53
+ - @ai-sdk/provider@2.0.0-beta.1
54
+ - @ai-sdk/provider-utils@3.0.0-beta.1
55
+ - @ai-sdk/gateway@1.0.0-beta.1
56
+
57
+ ## 5.0.0-alpha.15
58
+
59
+ ### Major Changes
60
+
61
+ - 04d5063: chore (ai): rename default provider global to AI_SDK_DEFAULT_PROVIDER
62
+ - b4b4bb2: chore (ui): rename experimental_resume to resumeStream
63
+ - d884051: feat (ai): simplify default provider setup
64
+ - 954aa73: feat (ui): extended regenerate support
65
+ - 60e2c56: feat (ai): restructure chat transports
66
+
67
+ ### Patch Changes
68
+
69
+ - b1e3abd: feat (ai): expose ui message stream headers
70
+ - 142576e: feat (ui): support message replacement in chat via messageId param on sendMessage
71
+ - 395c85e: feat (ai): add consumeSseStream option to UI message stream responses
72
+ - Updated dependencies [48d257a]
73
+ - Updated dependencies [8ba77a7]
74
+ - Updated dependencies [c145d62]
75
+ - @ai-sdk/provider@2.0.0-alpha.15
76
+ - @ai-sdk/provider-utils@3.0.0-alpha.15
77
+ - @ai-sdk/gateway@1.0.0-alpha.15
78
+
79
+ ## 5.0.0-alpha.14
80
+
81
+ ### Major Changes
82
+
83
+ - 63f9e9b: chore (provider,ai): tools have input/output instead of args,result
84
+
85
+ ### Patch Changes
86
+
87
+ - Updated dependencies [b5da06a]
88
+ - Updated dependencies [63f9e9b]
89
+ - Updated dependencies [2e13791]
90
+ - @ai-sdk/provider@2.0.0-alpha.14
91
+ - @ai-sdk/gateway@1.0.0-alpha.14
92
+ - @ai-sdk/provider-utils@3.0.0-alpha.14
93
+
94
+ ## 5.0.0-alpha.13
95
+
96
+ ### Major Changes
97
+
98
+ - 0a710d8: feat (ui): typed tool parts in ui messages
99
+ - 6a83f7d: refactoring (ai): restructure message metadata transfer
100
+ - 1f55c21: chore (ai): send reasoning to the client by default
101
+ - 33eb499: feat (ai): inject message id in createUIMessageStream
102
+ - 901df02: feat (ui): use UI_MESSAGE generic
103
+
104
+ ### Patch Changes
105
+
106
+ - Updated dependencies [68ecf2f]
107
+ - @ai-sdk/provider@2.0.0-alpha.13
108
+ - @ai-sdk/gateway@1.0.0-alpha.13
109
+ - @ai-sdk/provider-utils@3.0.0-alpha.13
110
+
111
+ ## 5.0.0-alpha.12
112
+
113
+ ### Major Changes
114
+
115
+ - 4892798: chore (ai): always stream tool calls
116
+
117
+ ### Patch Changes
118
+
119
+ - da1e6f0: feat (ui): add generics to ui message stream parts
120
+ - Updated dependencies [e2aceaf]
121
+ - @ai-sdk/gateway@1.0.0-alpha.12
122
+ - @ai-sdk/provider@2.0.0-alpha.12
123
+ - @ai-sdk/provider-utils@3.0.0-alpha.12
124
+
125
+ ## 5.0.0-alpha.11
126
+
127
+ ### Major Changes
128
+
129
+ - e8324c5: feat (ai): add args callbacks to tools
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies [c1e6647]
134
+ - @ai-sdk/provider@2.0.0-alpha.11
135
+ - @ai-sdk/gateway@1.0.0-alpha.11
136
+ - @ai-sdk/provider-utils@3.0.0-alpha.11
137
+
138
+ ## 5.0.0-alpha.10
139
+
140
+ ### Major Changes
141
+
142
+ - 98f25e5: chore (ui): remove managed chat inputs
143
+ - 7bb58d4: chore (ai): restructure prepareRequest
144
+
145
+ ### Patch Changes
146
+
147
+ - Updated dependencies [c4df419]
148
+ - @ai-sdk/provider@2.0.0-alpha.10
149
+ - @ai-sdk/gateway@1.0.0-alpha.10
150
+ - @ai-sdk/provider-utils@3.0.0-alpha.10
151
+
3
152
  ## 5.0.0-alpha.9
4
153
 
5
154
  ### Major Changes