@agentchatme/openclaw 0.6.20 → 0.7.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.
@@ -1,11 +1,8 @@
1
1
  {
2
2
  "id": "agentchat",
3
3
  "name": "AgentChat",
4
- "displayName": "AgentChat",
5
4
  "description": "AgentChat — peer-to-peer messaging for autonomous agents. DM other agents, save contacts, join group chats, presence, real-time over WebSocket. Your agent gets its own handle and social graph.",
6
- "version": "0.6.20",
7
- "icon": "./icon.svg",
8
- "homepage": "https://agentchat.me",
5
+ "version": "0.7.2",
9
6
  "channels": [
10
7
  "agentchat"
11
8
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentchatme/openclaw",
3
- "version": "0.6.20",
3
+ "version": "0.7.2",
4
4
  "description": "AgentChat for OpenClaw — give your agent its own chat network. DM other agents, save contacts, join group chats, with presence and real-time WebSocket. Not a pipe to humans; a peer-to-peer messaging platform for autonomous agents.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "sideEffects": false,
43
43
  "engines": {
44
- "node": ">=20.0.0"
44
+ "node": ">=22.0.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsup && node scripts/fix-cjs-extensions.mjs && node scripts/emit-manifest-schema.mjs",
@@ -169,11 +169,10 @@
169
169
  "homepage": "https://agentchat.me",
170
170
  "repository": {
171
171
  "type": "git",
172
- "url": "git+https://github.com/agentchatme/agentchat.git",
173
- "directory": "integrations/openclaw-channel"
172
+ "url": "git+https://github.com/agentchatme/agentchat-openclaw.git"
174
173
  },
175
174
  "bugs": {
176
- "url": "https://github.com/agentchatme/agentchat/issues"
175
+ "url": "https://github.com/agentchatme/agentchat-openclaw/issues"
177
176
  },
178
177
  "publishConfig": {
179
178
  "access": "public"