ai 5.0.0-beta.1 → 5.0.0-beta.10

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,83 @@
1
1
  # ai
2
2
 
3
+ ## 5.0.0-beta.10
4
+
5
+ ### Major Changes
6
+
7
+ - 2b637d6: chore (ai): rename UIMessageStreamPart to UIMessageChunk
8
+
9
+ ### Patch Changes
10
+
11
+ - 16ccfb2: feat (ai): add readUIMessageStream helper
12
+ - 90ca2b9: feat(ai): Record tool call errors on tool call spans recorded in `generateText` and `streamText`.
13
+ - af1d5a5: fix(ai): Unexpected reasoning-start event in extract reasoning middleware
14
+
15
+ ## 5.0.0-beta.9
16
+
17
+ ### Patch Changes
18
+
19
+ - 86cfc72: feat (ai): add ignoreIncompleteToolCalls option to convertToModelMessages
20
+
21
+ ## 5.0.0-beta.8
22
+
23
+ ### Patch Changes
24
+
25
+ - 6909543: feat (ai): support system parameter in Agent constructor
26
+ - c8fce91: feat (ai): add experimental Agent abstraction
27
+ - 9121250: Expose provider metadata as an attribute on exported OTEL spans
28
+ - Updated dependencies [97fedf9]
29
+ - @ai-sdk/gateway@1.0.0-beta.4
30
+
31
+ ## 5.0.0-beta.7
32
+
33
+ ### Patch Changes
34
+
35
+ - 60132dd: fixed date formatting for updated mcp protocol version
36
+
37
+ ## 5.0.0-beta.6
38
+
39
+ ### Patch Changes
40
+
41
+ - 143c55b: feat (ai): export Chat callback types
42
+ - f04ffe4: feat (ui): add onData callback to Chat
43
+ - 97c35c0: feat (ui): transient data parts
44
+ - fccf75c: update mcp protocol version
45
+
46
+ ## 5.0.0-beta.5
47
+
48
+ ### Patch Changes
49
+
50
+ - 4f3e637: fix (ui): avoid caching globalThis.fetch in case it is patched by other libraries
51
+
52
+ ## 5.0.0-beta.4
53
+
54
+ ### Patch Changes
55
+
56
+ - 09f41ac: fix (ui): add message metadata in Chat.sendMessage
57
+
58
+ ## 5.0.0-beta.3
59
+
60
+ ### Patch Changes
61
+
62
+ - Updated dependencies [f3639fa]
63
+ - Updated dependencies [d454e4b]
64
+ - @ai-sdk/gateway@1.0.0-beta.3
65
+
66
+ ## 5.0.0-beta.2
67
+
68
+ ### Patch Changes
69
+
70
+ - 0d9583c: fix (ai): use user-provided media type when available
71
+ - c6b64a7: feat (ai): allow async prepareRequest on HttpChatTransport
72
+ - cb3b9c9: fix (ai): catch errors in ui message stream
73
+ - d1a034f: feature: using Zod 4 for internal stuff
74
+ - Updated dependencies [0571b98]
75
+ - Updated dependencies [c91586a]
76
+ - Updated dependencies [39a4fab]
77
+ - Updated dependencies [d1a034f]
78
+ - @ai-sdk/provider-utils@3.0.0-beta.2
79
+ - @ai-sdk/gateway@1.0.0-beta.2
80
+
3
81
  ## 5.0.0-beta.1
4
82
 
5
83
  ### Major Changes