@hyperspell/openclaw-hyperspell 0.3.0 → 0.3.1

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.
@@ -35,6 +35,11 @@
35
35
  "label": "Debug Logging",
36
36
  "help": "Enable verbose debug logs for API calls and responses",
37
37
  "advanced": true
38
+ },
39
+ "syncMemories": {
40
+ "label": "Sync Memory Files",
41
+ "help": "Automatically sync markdown files in workspace/memory/ to Hyperspell",
42
+ "advanced": true
38
43
  }
39
44
  },
40
45
  "configSchema": {
@@ -60,6 +65,9 @@
60
65
  },
61
66
  "debug": {
62
67
  "type": "boolean"
68
+ },
69
+ "syncMemories": {
70
+ "type": "boolean"
63
71
  }
64
72
  },
65
73
  "required": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperspell/openclaw-hyperspell",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "description": "OpenClaw Hyperspell memory plugin",
6
6
  "license": "MIT",