@qqbrowser/openclaw-qbot 0.0.127 → 0.0.128

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.0.127",
3
- "commit": "2ec3a7b6b19ca803e070827eda9caae9d066e46f",
4
- "builtAt": "2026-03-30T12:44:37.545Z"
2
+ "version": "0.0.128",
3
+ "commit": "b81f12df07d8e10534ddd6557b47ab9e9d5d670b",
4
+ "builtAt": "2026-03-30T13:05:43.930Z"
5
5
  }
@@ -1 +1 @@
1
- f1bd90011837d0359da9448957dbdca386baa6af8f6a9c7700d7854be2069000
1
+ 09b756abd33b822414630a54bee3a7f1290f37431e89a62849f59d9aaa17ea5d
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qqbrowser/openclaw-qbot",
3
- "version": "0.0.127",
3
+ "version": "0.0.128",
4
4
  "description": "Multi-channel AI gateway with extensible messaging integrations",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/openclaw/openclaw#readme",
@@ -117,31 +117,9 @@
117
117
  }
118
118
  },
119
119
  "gateway": {
120
- "mode": "local",
121
- "bind": "loopback",
122
- "controlUi": {
123
- "enabled": false,
124
- "allowedOrigins": ["https://browser.qq.com", "https://quickstart.imtt.qq.com"],
125
- "dangerouslyAllowHostHeaderOriginFallback": false,
126
- "dangerouslyDisableDeviceAuth": true
127
- },
128
120
  "auth": {
129
121
  "mode": "token",
130
122
  "token": "${OPENCLAW_GATEWAY_TOKEN}"
131
- },
132
- "tailscale": {
133
- "mode": "off",
134
- "resetOnExit": false
135
- },
136
- "nodes": {
137
- "denyCommands": [
138
- "camera.snap",
139
- "camera.clip",
140
- "screen.record",
141
- "calendar.add",
142
- "contacts.add",
143
- "reminders.add"
144
- ]
145
123
  }
146
124
  },
147
125
  "plugins": {