memtap 4.0.1 → 4.0.2

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/index.ts CHANGED
@@ -2034,7 +2034,7 @@ ${memoryContext}
2034
2034
 
2035
2035
  // Capture user's inbound message (store for pairing with assistant reply)
2036
2036
  api.registerHook(
2037
- 'message:preprocessed',
2037
+ 'message_received',
2038
2038
  async (event: any) => {
2039
2039
  const cfg = getConfig(api);
2040
2040
  if (!cfg.captureEnabled && !cfg.autoCapture) return;
@@ -2062,7 +2062,7 @@ ${memoryContext}
2062
2062
 
2063
2063
  // Capture assistant's outbound reply (pair with buffered user message, then POST to /capture)
2064
2064
  api.registerHook(
2065
- 'message:sent',
2065
+ 'message_sent',
2066
2066
  async (event: any) => {
2067
2067
  const cfg = getConfig(api);
2068
2068
  if (!cfg.captureEnabled && !cfg.autoCapture) return;
@@ -2,7 +2,7 @@
2
2
  "id": "memtap",
3
3
  "name": "MemTap",
4
4
  "kind": "memory",
5
- "version": "4.0.1",
5
+ "version": "4.0.2",
6
6
  "description": "Graph-based long-term memory for OpenClaw agents \u2014 semantic recall, GraphRAG, entity management, decision tracking, neural auto-capture, anomaly detection, consolidation, profiles, and adaptive decay.",
7
7
  "defaultConfig": {
8
8
  "serverUrl": "https://api.memtap.ai",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memtap",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "MemTap — Graph-based long-term memory plugin for OpenClaw agents. Knowledge graph with semantic recall, GraphRAG, entity management, decision tracking, and auto-capture.",
5
5
  "keywords": [
6
6
  "openclaw",