@nuvin/nuvin-core 1.9.2 → 1.9.3

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/dist/VERSION CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.9.2",
3
- "commit": "28ede6b"
2
+ "version": "1.9.3",
3
+ "commit": "7d785f2"
4
4
  }
package/dist/index.js CHANGED
@@ -1406,7 +1406,7 @@ var AgentOrchestrator = class {
1406
1406
  toInvocations(toolCalls) {
1407
1407
  return convertToolCalls(toolCalls, {
1408
1408
  strict: this.cfg.strictToolValidation ?? false,
1409
- throwOnError: true
1409
+ throwOnError: false
1410
1410
  });
1411
1411
  }
1412
1412
  };
@@ -5953,6 +5953,7 @@ function normalizeModelLimits(provider, model) {
5953
5953
  }
5954
5954
  var FALLBACK_LIMITS = {
5955
5955
  zai: {
5956
+ "glm-4.7": { contextWindow: 2e5, maxOutput: 128e3 },
5956
5957
  "glm-4.6": { contextWindow: 2e5, maxOutput: 128e3 }
5957
5958
  },
5958
5959
  openrouter: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuvin/nuvin-core",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "main": "dist/index.js",