@zenning/ai 6.0.17 → 6.0.18

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # ai
2
2
 
3
+ ## 6.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix tool approval with previousResponseId. Skip creating item_reference for tool-calls that have approval responses, preventing duplicate item errors when continuing from a previous response.
8
+ - aporovals
9
+
3
10
  ## 6.0.17
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenning/ai",
3
- "version": "6.0.17",
3
+ "version": "6.0.18",
4
4
  "description": "AI SDK by Vercel - The AI Toolkit for TypeScript and JavaScript",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -36,9 +36,9 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@opentelemetry/api": "1.9.0",
39
- "@zenning/provider-utils": "4.0.7",
39
+ "@zenning/gateway": "3.0.12",
40
40
  "@zenning/provider": "3.0.5",
41
- "@zenning/gateway": "3.0.12"
41
+ "@zenning/provider-utils": "4.0.7"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@edge-runtime/vm": "^5.0.0",
@@ -50,9 +50,9 @@
50
50
  "tsx": "^4.19.2",
51
51
  "typescript": "5.8.3",
52
52
  "zod": "3.25.76",
53
- "@zenning/test-server": "1.0.1",
53
+ "@vercel/ai-tsconfig": "0.0.0",
54
54
  "eslint-config-vercel-ai": "0.0.0",
55
- "@vercel/ai-tsconfig": "0.0.0"
55
+ "@zenning/test-server": "1.0.1"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "zod": "^3.25.76 || ^4.1.8"