@clawchatsai/connector 0.1.10 → 0.1.11

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.
@@ -3,6 +3,9 @@
3
3
  "name": "ClawChats",
4
4
  "description": "Local chat backend and API bridge for OpenClaw.",
5
5
  "kind": "integration",
6
+ "activation": {
7
+ "onStartup": true
8
+ },
6
9
  "configSchema": {
7
10
  "type": "object",
8
11
  "additionalProperties": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawchatsai/connector",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "description": "ClawChats OpenClaw plugin — P2P tunnel + local API bridge",
6
6
  "main": "dist/index.js",