aicq-openclaw 3.16.3

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.
@@ -0,0 +1,27 @@
1
+ #!/usr/bin/env node
2
+ /**
3
+ * AICQ Chat Plugin — Post-install script (v3.7 Channel SDK)
4
+ *
5
+ * Displays setup information after npm install.
6
+ * v3.7 uses official Channel Plugin SDK (defineChannelPluginEntry).
7
+ */
8
+
9
+ console.log('');
10
+ console.log(' ╔══════════════════════════════════════════════╗');
11
+ console.log(' ║ AICQ Chat Plugin v3.7 Installed! ║');
12
+ console.log(' ╠══════════════════════════════════════════════╣');
13
+ console.log(' ║ ║');
14
+ console.log(' ║ Architecture: Channel SDK (in-process) ║');
15
+ console.log(' ║ Uses defineChannelPluginEntry ║');
16
+ console.log(' ║ No independent port needed! ║');
17
+ console.log(' ║ ║');
18
+ console.log(' ║ Install via openclaw CLI: ║');
19
+ console.log(' ║ openclaw plugins uninstall aicq-chat ║');
20
+ console.log(' ║ openclaw plugins install npm:aicq-chat-plugin ║');
21
+ console.log(' ║ openclaw gateway restart ║');
22
+ console.log(' ║ ║');
23
+ console.log(' ║ UI: /plugins/aicq-chat/ui/ ║');
24
+ console.log(' ║ API: /plugins/aicq-chat/api/* ║');
25
+ console.log(' ║ Docs: https://aicq.me ║');
26
+ console.log(' ╚══════════════════════════════════════════════╝');
27
+ console.log('');
Binary file
Binary file
Binary file