aicq-chat-plugin 2.5.9 → 2.6.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/extension.js +1 -1
- package/index.js +573 -568
- package/lib/database.js +205 -85
- package/openclaw.plugin.json +2 -2
- package/package.json +9 -9
- package/postinstall.js +1 -1
package/extension.js
CHANGED
|
@@ -109,7 +109,7 @@ function register() {
|
|
|
109
109
|
return {
|
|
110
110
|
id: 'aicq-chat',
|
|
111
111
|
name: 'AICQ Encrypted Chat',
|
|
112
|
-
version: '2.
|
|
112
|
+
version: '2.6.0',
|
|
113
113
|
description: 'End-to-end encrypted chat plugin for OpenClaw agents',
|
|
114
114
|
|
|
115
115
|
// Sidecar configuration — OpenClaw starts this process automatically
|