@signetai/signet-memory-openclaw 0.165.0 → 0.167.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -7157,6 +7157,7 @@ function buildRememberRequestBody(content, options = {}) {
7157
7157
  validUntil: options.validUntil,
7158
7158
  sourceCreatedAt: options.sourceCreatedAt,
7159
7159
  reviewAfter: options.reviewAfter,
7160
+ supersedes: options.supersedes,
7160
7161
  hints: options.hints,
7161
7162
  transcript: options.transcript,
7162
7163
  structured: normalizeStructuredMemoryPayload(options.structured),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/signet-memory-openclaw",
3
- "version": "0.165.0",
3
+ "version": "0.167.0",
4
4
  "description": "Signet adapter for OpenClaw — runtime plugin for AI agent memory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",