ai 5.0.0-beta.17 → 5.0.0-beta.19
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 +19 -0
- package/dist/bin/ai.js +4635 -0
- package/dist/bin/ai.js.map +1 -0
- package/dist/bin/ai.min.js +78 -0
- package/dist/index.d.mts +27 -4
- package/dist/index.d.ts +27 -4
- package/dist/index.js +333 -262
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +298 -228
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -7
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# ai
|
2
2
|
|
3
|
+
## 5.0.0-beta.19
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 10b21eb: feat(cli): add ai command line interface
|
8
|
+
- 75c3396: fix (ai): handle errors in 2nd streamText doStream call
|
9
|
+
- 05d2819: feat: allow zod 4.x as peer dependency
|
10
|
+
- db64cbe: fix (provider/openai): multi-step reasoning with tool calls
|
11
|
+
- Updated dependencies [05d2819]
|
12
|
+
- @ai-sdk/provider-utils@3.0.0-beta.3
|
13
|
+
- @ai-sdk/gateway@1.0.0-beta.8
|
14
|
+
|
15
|
+
## 5.0.0-beta.18
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- d3960e3: selectTelemetryAttributes more robustness
|
20
|
+
- 9338f3e: fix (ai): throw error for v1 models
|
21
|
+
|
3
22
|
## 5.0.0-beta.17
|
4
23
|
|
5
24
|
### Patch Changes
|