n8n-nodes-tembory 1.1.29 → 1.1.30

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.
@@ -3663,6 +3663,7 @@ class TemboryMemory {
3663
3663
  if (output)
3664
3664
  currentMessages.push(toBaseMessage({ role: 'assistant', content: output }));
3665
3665
  await TemboryMemory.prototype.saveContextForItem.call(this, itemIndex, inputValues, outputValues);
3666
+ recordMemoryEvent('saveContext', summarizeSaveContextForSideChannel(inputValues, outputValues, currentMessages));
3666
3667
  },
3667
3668
  };
3668
3669
  return { response: wrapTemboryMemory(memory, this, memoryKey, itemIndex) };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-tembory",
3
- "version": "1.1.29",
3
+ "version": "1.1.30",
4
4
  "description": "Tembory node for n8n AI Agents with operational memory, tool history and decision state",
5
5
  "license": "MIT",
6
6
  "homepage": "https://tembory.com",