@volcengine/agent-sentry 1.9.1 → 1.10.0
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/bundle.js +8 -0
- package/package.json +1 -1
- package/provider-discovery.js +8 -0
package/bundle.js
CHANGED
|
@@ -120366,6 +120366,14 @@ var VOLCENGINE_AICC_MODEL_CATALOG = [
|
|
|
120366
120366
|
contextWindow: 2e5,
|
|
120367
120367
|
maxTokens: 8192
|
|
120368
120368
|
},
|
|
120369
|
+
{
|
|
120370
|
+
id: "glm-5.2",
|
|
120371
|
+
name: "GLM 5.2 (AICC)",
|
|
120372
|
+
reasoning: true,
|
|
120373
|
+
input: ["text"],
|
|
120374
|
+
contextWindow: 1e6,
|
|
120375
|
+
maxTokens: 128e3
|
|
120376
|
+
},
|
|
120369
120377
|
{
|
|
120370
120378
|
id: "doubao-seed-2.0-lite-0428",
|
|
120371
120379
|
name: "Doubao Seed 2.0 Lite 0428 (AICC)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volcengine/agent-sentry",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0",
|
|
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",
|
package/provider-discovery.js
CHANGED
|
@@ -68,6 +68,14 @@ var VOLCENGINE_AICC_MODEL_CATALOG = [
|
|
|
68
68
|
contextWindow: 2e5,
|
|
69
69
|
maxTokens: 8192
|
|
70
70
|
},
|
|
71
|
+
{
|
|
72
|
+
id: "glm-5.2",
|
|
73
|
+
name: "GLM 5.2 (AICC)",
|
|
74
|
+
reasoning: true,
|
|
75
|
+
input: ["text"],
|
|
76
|
+
contextWindow: 1e6,
|
|
77
|
+
maxTokens: 128e3
|
|
78
|
+
},
|
|
71
79
|
{
|
|
72
80
|
id: "doubao-seed-2.0-lite-0428",
|
|
73
81
|
name: "Doubao Seed 2.0 Lite 0428 (AICC)",
|