@vectorize-io/hindsight-openclaw 0.5.0 → 0.5.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.
@@ -215,7 +215,7 @@
215
215
  "type": "number",
216
216
  "description": "Interval in ms to batch retain/recall log summaries. 0 = log every event individually. Default: 300000 (5 min).",
217
217
  "default": 300000
218
- },
218
+ }
219
219
  },
220
220
  "additionalProperties": false
221
221
  },
@@ -349,6 +349,6 @@
349
349
  "logSummaryIntervalMs": {
350
350
  "label": "Log Summary Interval (ms)",
351
351
  "placeholder": "300000"
352
- },
352
+ }
353
353
  }
354
354
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectorize-io/hindsight-openclaw",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Hindsight memory plugin for OpenClaw - biomimetic long-term memory with fact extraction",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",