@zenning/ai 6.0.13 → 6.0.14

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # ai
2
2
 
3
+ ## 6.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - Add support for OpenAI Responses API compaction feature via provider options for context window management
8
+ - Updated dependencies
9
+ - @zenning/provider@3.0.4
10
+ - @zenning/provider-utils@4.0.6
11
+ - @zenning/gateway@3.0.11
12
+
3
13
  ## 6.0.13
4
14
 
5
15
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1001,7 +1001,7 @@ var import_provider_utils3 = require("@zenning/provider-utils");
1001
1001
  var import_provider_utils4 = require("@zenning/provider-utils");
1002
1002
 
1003
1003
  // src/version.ts
1004
- var VERSION = true ? "6.0.13" : "0.0.0-test";
1004
+ var VERSION = true ? "6.0.14" : "0.0.0-test";
1005
1005
 
1006
1006
  // src/util/download/download.ts
1007
1007
  var download = async ({ url }) => {
@@ -1800,8 +1800,7 @@ var assistantModelMessageSchema = import_v45.z.object({
1800
1800
  reasoningPartSchema,
1801
1801
  toolCallPartSchema,
1802
1802
  toolResultPartSchema,
1803
- toolApprovalRequestSchema,
1804
- compactionPartSchema
1803
+ toolApprovalRequestSchema
1805
1804
  ])
1806
1805
  )
1807
1806
  ]),