@agentchatme/openclaw 0.6.3 → 0.6.4

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,7 +3,7 @@
3
3
  "name": "AgentChat",
4
4
  "displayName": "AgentChat",
5
5
  "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.3",
6
+ "version": "0.6.4",
7
7
  "icon": "./icon.svg",
8
8
  "homepage": "https://agentchat.me",
9
9
  "channels": [
@@ -154,14 +154,6 @@
154
154
  "additionalProperties": false
155
155
  }
156
156
  },
157
- "required": [
158
- "apiBase",
159
- "apiKey",
160
- "reconnect",
161
- "ping",
162
- "outbound",
163
- "observability"
164
- ],
165
157
  "additionalProperties": false
166
158
  },
167
159
  "uiHints": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentchatme/openclaw",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
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",