@hyperspell/openclaw-hyperspell 0.11.1 → 0.12.0

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.
@@ -2,7 +2,7 @@
2
2
  "id": "openclaw-hyperspell",
3
3
  "name": "Hyperspell",
4
4
  "description": "Context and memory for your AI agents — search across Notion, Slack, Google Drive, and more",
5
- "version": "0.7.2",
5
+ "version": "0.12.0",
6
6
  "kind": "memory",
7
7
  "uiHints": {
8
8
  "apiKey": {
@@ -69,6 +69,10 @@
69
69
  "label": "Multi-User Support",
70
70
  "help": "Per-sender context isolation for household or shared-device setups. Maps senders to user IDs; supports optional role-based privacy scopes (private/family/parent-only/etc).",
71
71
  "advanced": true
72
+ },
73
+ "dreaming": {
74
+ "label": "Dreaming",
75
+ "help": "Optional dreaming config consumed by memory-core when this plugin owns the memory slot. Lets memory-core's dreaming engine consolidate local session transcripts into workspace/MEMORY.md on cron."
72
76
  }
73
77
  },
74
78
  "configSchema": {
@@ -161,6 +165,9 @@
161
165
  }
162
166
  }
163
167
  }
168
+ },
169
+ "dreaming": {
170
+ "type": "object"
164
171
  }
165
172
  },
166
173
  "required": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperspell/openclaw-hyperspell",
3
- "version": "0.11.1",
3
+ "version": "0.12.0",
4
4
  "type": "module",
5
5
  "description": "OpenClaw Hyperspell memory plugin",
6
6
  "license": "MIT",