@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.
- package/dist/index.js +1 -0
- 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),
|