@volcengine/agent-sentry 1.7.0 → 1.8.1

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 (3) hide show
  1. package/bundle.js +174077 -150165
  2. package/package.json +1 -1
  3. package/provider-discovery.js +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/agent-sentry",
3
- "version": "1.7.0",
3
+ "version": "1.8.1",
4
4
  "type": "module",
5
5
  "description": "AI Assistant Security plugin for OpenClaw, to protect your LLM models and Agent lifecycle (including tool calls) from harmful requests.",
6
6
  "packageManager": "pnpm@8.15.9",
@@ -56,7 +56,7 @@ var VOLCENGINE_AICC_MODEL_CATALOG = [
56
56
  id: "deepseek-v4-pro",
57
57
  name: "DeepSeek V4 Pro (AICC)",
58
58
  reasoning: true,
59
- input: ["text", "image"],
59
+ input: ["text"],
60
60
  contextWindow: 1e6,
61
61
  maxTokens: 8192
62
62
  },
@@ -64,7 +64,7 @@ var VOLCENGINE_AICC_MODEL_CATALOG = [
64
64
  id: "glm-5.1",
65
65
  name: "GLM 5.1 (AICC)",
66
66
  reasoning: true,
67
- input: ["text", "image"],
67
+ input: ["text"],
68
68
  contextWindow: 2e5,
69
69
  maxTokens: 8192
70
70
  },
@@ -80,7 +80,7 @@ var VOLCENGINE_AICC_MODEL_CATALOG = [
80
80
  id: "glm-4.7",
81
81
  name: "GLM 4.7 (AICC)",
82
82
  reasoning: true,
83
- input: ["text", "image"],
83
+ input: ["text"],
84
84
  contextWindow: 2e5,
85
85
  maxTokens: 8192
86
86
  }