ai 5.0.0-beta.25 → 5.0.0-beta.27
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 +23 -0
- package/dist/bin/ai.min.js +74 -12
- package/dist/index.d.mts +44 -18
- package/dist/index.d.ts +44 -18
- package/dist/index.js +104 -122
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +103 -122
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/bin/ai.js +0 -4736
- package/dist/bin/ai.js.map +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,28 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-beta.27
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- d5ae088: feat (ui): add sendAutomaticallyWhen to Chat
|
8
|
+
- Updated dependencies [0477a13]
|
9
|
+
- Updated dependencies [cf1e00e]
|
10
|
+
- Updated dependencies [cc21603]
|
11
|
+
- @ai-sdk/gateway@1.0.0-beta.13
|
12
|
+
|
13
|
+
## 5.0.0-beta.26
|
14
|
+
|
15
|
+
### Patch Changes
|
16
|
+
|
17
|
+
- ae77a99: chore (ai): rename text and reasoning chunks in streamText fullstream
|
18
|
+
- 1f6ce57: feat (ai): infer tool call types in the `onToolCall` callback
|
19
|
+
- 5a975a4: feat (ui): update Chat tool result submission
|
20
|
+
- 2a62513: Fix error thrown when emptying messages in onError or onFinish
|
21
|
+
- 904fa5e: feat (ai/core): add terminateOnError option to readUIMessageStream
|
22
|
+
- f81c720: chore(ai): bundle dependencies in CLI binary
|
23
|
+
- Updated dependencies [70ebead]
|
24
|
+
- @ai-sdk/gateway@1.0.0-beta.12
|
25
|
+
|
3
26
|
## 5.0.0-beta.25
|
4
27
|
|
5
28
|
### Patch Changes
|