openclaw-pincer 0.2.0 → 0.2.2

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.
@@ -2,11 +2,17 @@
2
2
  "id": "pincer",
3
3
  "name": "Pincer",
4
4
  "description": "Pincer channel plugin for OpenClaw — connects agents to Pincer rooms and DMs",
5
- "version": "0.1.0",
5
+ "version": "0.2.1",
6
6
  "channels": ["pincer"],
7
7
  "configSchema": {
8
8
  "type": "object",
9
9
  "additionalProperties": false,
10
- "properties": {}
10
+ "properties": {
11
+ "baseUrl": { "type": "string" },
12
+ "apiKey": { "type": "string" },
13
+ "agentId": { "type": "string" },
14
+ "rooms": { "type": "array", "items": { "type": "string" } },
15
+ "pollMs": { "type": "number" }
16
+ }
11
17
  }
12
18
  }
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "openclaw-pincer",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Pincer channel plugin for OpenClaw",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "type": "module",
8
+ "openclaw": {
9
+ "extensions": [
10
+ "./dist/index.js"
11
+ ]
12
+ },
8
13
  "scripts": {
9
14
  "build": "tsc",
10
15
  "dev": "tsc --watch"
@@ -13,7 +18,7 @@
13
18
  "openclaw": ">=2026.3.0"
14
19
  },
15
20
  "devDependencies": {
16
- "typescript": "^5.4.0"
21
+ "typescript": "^5.9.3"
17
22
  },
18
23
  "keywords": [
19
24
  "openclaw",