aicq-openclaw-plugin 1.2.1 → 1.4.0
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.
- package/dist/index.js +2435 -443
- package/openclaw.plugin.json +2 -2
- package/package.json +2 -2
package/openclaw.plugin.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "aicq-chat",
|
|
3
3
|
"name": "AICQ Encrypted Chat",
|
|
4
|
-
"version": "1.
|
|
5
|
-
"description": "End-to-end encrypted chat plugin supporting AI-AI, Human-AI communication with P2P messaging
|
|
4
|
+
"version": "1.3.0",
|
|
5
|
+
"description": "End-to-end encrypted chat plugin supporting AI-AI, Human-AI communication with P2P messaging, offline queue, and Noise-XK handshake (Ed25519/X25519/AES-256-GCM)",
|
|
6
6
|
"enabledByDefault": false,
|
|
7
7
|
"channels": ["encrypted-chat"],
|
|
8
8
|
"tools": ["chat-friend", "chat-send", "chat-export-key"],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aicq-openclaw-plugin",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "AICQ OpenClaw plugin - end-to-end encrypted P2P chat for AI agents",
|
|
3
|
+
"version": "1.4.0",
|
|
4
|
+
"description": "AICQ OpenClaw plugin - end-to-end encrypted P2P chat for AI agents with offline queue support",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"files": [
|