airlock-bot 0.2.24 → 0.2.26

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.
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "airlock-bridge",
3
+ "version": "1.0.0",
4
+ "description": "Routes tool calls through Airlock for permission enforcement and human-in-the-loop approval",
5
+ "type": "module",
6
+ "dependencies": {
7
+ "@sinclair/typebox": "0.34.48"
8
+ },
9
+ "devDependencies": {
10
+ "openclaw": "latest"
11
+ }
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "airlock-bot",
3
- "version": "0.2.24",
3
+ "version": "0.2.26",
4
4
  "description": "Permissions-aware MCP gateway with human-in-the-loop approval for AI agents",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -12,6 +12,7 @@
12
12
  "files": [
13
13
  "dist",
14
14
  "examples",
15
+ "extensions",
15
16
  "schema.json",
16
17
  "airlock.service"
17
18
  ],
@@ -64,6 +65,7 @@
64
65
  "fastify": "^5.0.0",
65
66
  "pino": "^9.0.0",
66
67
  "ws": "^8.19.0",
68
+ "@sinclair/typebox": "^0.34.48",
67
69
  "yaml": "^2.4.0",
68
70
  "zod": "^3.22.0"
69
71
  },
package/schema.json CHANGED
@@ -94,6 +94,12 @@
94
94
  "minimum": 1,
95
95
  "maximum": 65535,
96
96
  "default": 18432
97
+ },
98
+ "client_id": {
99
+ "type": "string"
100
+ },
101
+ "client_secret": {
102
+ "type": "string"
97
103
  }
98
104
  },
99
105
  "required": [