ai 5.0.0-beta.10 → 5.0.0-beta.12
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 +14 -0
- package/dist/index.d.mts +1704 -1669
- package/dist/index.d.ts +1704 -1669
- package/dist/index.js +3928 -3917
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3941 -3930
- 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.js +4 -4
- package/dist/test/index.js.map +1 -1
- package/dist/test/index.mjs +4 -4
- package/dist/test/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-beta.12
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- fc0380b: feat (ui): resolvable header, body, credentials in http chat transport
|
8
|
+
- 51f497d: feat (ai): step input message modification in prepareStep
|
9
|
+
- 4f3776c: feat (ai): add InferUITools helper
|
10
|
+
|
11
|
+
## 5.0.0-beta.11
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- 9e40cbe: Allow destructuring output and errorText on `ToolUIPart` type
|
16
|
+
|
3
17
|
## 5.0.0-beta.10
|
4
18
|
|
5
19
|
### Major Changes
|