@goplus/agentguard 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@goplus/agentguard",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "GoPlus AgentGuard — Security guard for AI agents. Blocks dangerous commands, prevents data leaks, protects secrets. 20 detection rules, runtime action evaluation, trust registry.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
+ "openclaw": {
8
+ "extensions": [
9
+ "./dist/index.js"
10
+ ]
11
+ },
7
12
  "bin": {
8
13
  "agentguard": "./dist/mcp-server.js"
9
14
  },
@@ -2,6 +2,6 @@
2
2
  "private": true,
3
3
  "type": "module",
4
4
  "dependencies": {
5
- "@goplus/agentguard": "file:../../.."
5
+ "@goplus/agentguard": "^1.0.6"
6
6
  }
7
7
  }