@memoryrelay/plugin-memoryrelay-ai 0.12.8 → 0.12.9
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/index.ts +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -3864,7 +3864,7 @@ export default async function plugin(api: OpenClawPluginApi): Promise<void> {
|
|
|
3864
3864
|
}
|
|
3865
3865
|
|
|
3866
3866
|
api.logger.info?.(
|
|
3867
|
-
`memory-memoryrelay: plugin v0.12.
|
|
3867
|
+
`memory-memoryrelay: plugin v0.12.8 loaded (39 tools, autoRecall: ${cfg?.autoRecall}, autoCapture: ${autoCaptureConfig.enabled ? autoCaptureConfig.tier : 'off'}, debug: ${debugEnabled})`,
|
|
3868
3868
|
);
|
|
3869
3869
|
|
|
3870
3870
|
// ========================================================================
|
package/openclaw.plugin.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"kind": "memory",
|
|
4
4
|
"name": "MemoryRelay AI",
|
|
5
5
|
"description": "MemoryRelay v0.12.6 - Long-term memory with sessions, decisions, patterns & projects (api.memoryrelay.net)",
|
|
6
|
-
"version": "0.12.
|
|
6
|
+
"version": "0.12.9",
|
|
7
7
|
"uiHints": {
|
|
8
8
|
"apiKey": {
|
|
9
9
|
"label": "MemoryRelay API Key",
|
package/package.json
CHANGED