ai 5.0.0-beta.11 → 5.0.0-beta.13
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 +17 -0
- package/dist/index.d.mts +1704 -1668
- package/dist/index.d.ts +1704 -1668
- package/dist/index.js +3906 -3884
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3966 -3944
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +17 -17
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +17 -17
- package/dist/internal/index.mjs.map +1 -1
- package/dist/mcp-stdio/index.js +3 -3
- package/dist/mcp-stdio/index.js.map +1 -1
- package/dist/mcp-stdio/index.mjs +3 -3
- package/dist/mcp-stdio/index.mjs.map +1 -1
- package/dist/test/index.d.mts +40 -2
- package/dist/test/index.d.ts +40 -2
- package/dist/test/index.js +54 -4
- package/dist/test/index.js.map +1 -1
- package/dist/test/index.mjs +51 -4
- package/dist/test/index.mjs.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-beta.13
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 377bbcf: fix (ui): tool input can be undefined during input-streaming
|
8
|
+
- ce1d1f3: feat (ai): export mock image, speech, and transcription models
|
9
|
+
- c040e2f: fix (ui): inject generated response message id
|
10
|
+
- c808e4d: fix (ui): do not send changing assistant message ids when onFinish is provided
|
11
|
+
|
12
|
+
## 5.0.0-beta.12
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- fc0380b: feat (ui): resolvable header, body, credentials in http chat transport
|
17
|
+
- 51f497d: feat (ai): step input message modification in prepareStep
|
18
|
+
- 4f3776c: feat (ai): add InferUITools helper
|
19
|
+
|
3
20
|
## 5.0.0-beta.11
|
4
21
|
|
5
22
|
### Patch Changes
|