@signetai/signet-memory-openclaw 0.128.0 → 0.129.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
@@ -10150,6 +10150,7 @@ function buildRecallRequestBody(query, options = {}) {
10150
10150
  sessionKey: options.sessionKey,
10151
10151
  includeRecalled: options.includeRecalled === true ? true : undefined,
10152
10152
  scope: options.scope,
10153
+ sourceOnly: options.sourceOnly === true ? true : undefined,
10153
10154
  aggregate: options.aggregate === true ? true : undefined,
10154
10155
  aggregateBudget: options.aggregateBudget ?? options.aggregate_budget,
10155
10156
  saveAggregate: options.saveAggregate === false || options.save_aggregate === false ? false : options.saveAggregate === true || options.save_aggregate === true ? true : undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signetai/signet-memory-openclaw",
3
- "version": "0.128.0",
3
+ "version": "0.129.0",
4
4
  "description": "Signet adapter for OpenClaw — runtime plugin for AI agent memory",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",