OpenCode Deployer commited on
Commit
9210e06
·
1 Parent(s): 83a6239
Files changed (1) hide show
  1. openclaw.json +6 -23
openclaw.json CHANGED
@@ -142,11 +142,7 @@
142
  "connectionMode": "websocket"
143
  },
144
  "dingtalk": {
145
- "clientId": "${DINGTALK_CLIENT_ID}",
146
- "clientSecret": "${DINGTALK_CLIENT_SECRET}",
147
- "gatewayAuth": {
148
- "enabled": false
149
- },
150
  "accounts": {
151
  "bot2": {
152
  "clientId": "dingquu7yfysqwdigre7",
@@ -169,14 +165,10 @@
169
  "enabled": true,
170
  "botId": "${WECOM_BOT_ID}",
171
  "secret": "${WECOM_SECRET}",
172
- "allowFrom": [],
173
  "dmPolicy": "pairing"
174
  },
175
  "qqbot": {
176
  "enabled": true,
177
- "allowFrom": [
178
- "*"
179
- ],
180
  "appId": "1903496381",
181
  "clientSecret": "vlPq33pNgmfKm00m"
182
  }
@@ -208,9 +200,8 @@
208
  "allow": [
209
  "feishu",
210
  "dingtalk",
211
- "wecom-openclaw-plugin",
212
- "qqbot",
213
- "openclaw-qqbot"
214
  ],
215
  "entries": {
216
  "feishu": {
@@ -219,29 +210,21 @@
219
  "dingtalk": {
220
  "enabled": true
221
  },
222
- "wecom-openclaw-plugin": {
223
  "enabled": true
224
  },
225
  "qqbot": {
226
  "enabled": true
227
- },
228
- "openclaw-qqbot": {
229
- "enabled": true
230
  }
231
  },
232
  "installs": {
233
- "wecom-openclaw-plugin": {
234
  "source": "npm",
235
  "spec": "@wecom/wecom-openclaw-plugin",
236
  "installPath": "/root/.openclaw/extensions/wecom-openclaw-plugin",
237
  "version": "1.0.10",
238
  "resolvedName": "@wecom/wecom-openclaw-plugin",
239
- "resolvedVersion": "1.0.10",
240
- "resolvedSpec": "@wecom/wecom-openclaw-plugin@1.0.10",
241
- "integrity": "sha512-BKiQbB+UeTV28/lwmRi80nCtniLk127+LbaAH/NfEk1OhHjHahGEaibdP1zbdO1OJqizMWWmTcaych1s2466jw==",
242
- "shasum": "b27ca163464dbe177923f1039857b1d0f22d43a3",
243
- "resolvedAt": "2026-03-14T05:34:53.702Z",
244
- "installedAt": "2026-03-14T05:35:07.266Z"
245
  }
246
  }
247
  }
 
142
  "connectionMode": "websocket"
143
  },
144
  "dingtalk": {
145
+ "enabled": true,
 
 
 
 
146
  "accounts": {
147
  "bot2": {
148
  "clientId": "dingquu7yfysqwdigre7",
 
165
  "enabled": true,
166
  "botId": "${WECOM_BOT_ID}",
167
  "secret": "${WECOM_SECRET}",
 
168
  "dmPolicy": "pairing"
169
  },
170
  "qqbot": {
171
  "enabled": true,
 
 
 
172
  "appId": "1903496381",
173
  "clientSecret": "vlPq33pNgmfKm00m"
174
  }
 
200
  "allow": [
201
  "feishu",
202
  "dingtalk",
203
+ "wecom",
204
+ "qqbot"
 
205
  ],
206
  "entries": {
207
  "feishu": {
 
210
  "dingtalk": {
211
  "enabled": true
212
  },
213
+ "wecom": {
214
  "enabled": true
215
  },
216
  "qqbot": {
217
  "enabled": true
 
 
 
218
  }
219
  },
220
  "installs": {
221
+ "wecom": {
222
  "source": "npm",
223
  "spec": "@wecom/wecom-openclaw-plugin",
224
  "installPath": "/root/.openclaw/extensions/wecom-openclaw-plugin",
225
  "version": "1.0.10",
226
  "resolvedName": "@wecom/wecom-openclaw-plugin",
227
+ "resolvedVersion": "1.0.10"
 
 
 
 
 
228
  }
229
  }
230
  }