ai 5.0.0-beta.25 → 5.0.0-beta.26

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,18 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-beta.26
4
+
5
+ ### Patch Changes
6
+
7
+ - ae77a99: chore (ai): rename text and reasoning chunks in streamText fullstream
8
+ - 1f6ce57: feat (ai): infer tool call types in the `onToolCall` callback
9
+ - 5a975a4: feat (ui): update Chat tool result submission
10
+ - 2a62513: Fix error thrown when emptying messages in onError or onFinish
11
+ - 904fa5e: feat (ai/core): add terminateOnError option to readUIMessageStream
12
+ - f81c720: chore(ai): bundle dependencies in CLI binary
13
+ - Updated dependencies [70ebead]
14
+ - @ai-sdk/gateway@1.0.0-beta.12
15
+
3
16
  ## 5.0.0-beta.25
4
17
 
5
18
  ### Patch Changes