@keyoku/openclaw 1.2.9 → 1.2.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keyoku/openclaw",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "description": "Keyoku memory plugin for OpenClaw — persistent memory, heartbeat enhancement, and scheduling",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  name: keyoku-memory
3
3
  description: Persistent memory system — you remember things about users across conversations
4
- user-invocable: false
5
- disable-model-invocation: true
6
4
  metadata: {"openclaw":{"always":true,"requires":{"config":["keyoku-memory"]}}}
7
5
  ---
8
6