@trlc/super-memory 1.3.4 → 1.3.6
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 +5 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ import { homedir } from 'os';
|
|
|
22
22
|
import { join } from 'path';
|
|
23
23
|
import readline from 'readline';
|
|
24
24
|
const CONVEX_URL = 'https://clear-lemming-473.convex.cloud';
|
|
25
|
-
const VERSION = '1.3.
|
|
25
|
+
const VERSION = '1.3.6';
|
|
26
26
|
// Paths
|
|
27
27
|
const getBaseDir = () => join(homedir(), '.openclaw', 'workspace');
|
|
28
28
|
const getMemoryDir = () => join(getBaseDir(), 'memory');
|
|
@@ -349,7 +349,10 @@ You: [runs] super-memory save "User dislikes cilantro" --category=discovery
|
|
|
349
349
|
|
|
350
350
|
🤖 OpenClaw Integration:
|
|
351
351
|
Skill installed: ~/.openclaw/workspace/skills/super-memory/SKILL.md
|
|
352
|
-
|
|
352
|
+
|
|
353
|
+
📖 Optimization Guide:
|
|
354
|
+
Visit https://redlobstercartel.ai/super-memory/install
|
|
355
|
+
to learn how to optimize your Super Memory usage
|
|
353
356
|
|
|
354
357
|
🦞 Welcome to The Red Lobster Cartel!
|
|
355
358
|
`);
|