omoclaw 3.2.2 → 3.2.3

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 +0 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1087,10 +1087,6 @@ function handleUserEvent(event, dedup, state, notify, debugLog) {
1087
1087
  return;
1088
1088
  if (part.synthetic === true) {
1089
1089
  debugLog?.(`User prompt part SKIPPED (synthetic): msg=${messageID2}`);
1090
- seenMessageIDs.add(messageID2);
1091
- evictOldestSeen();
1092
- clearTimeout(pending.timer);
1093
- pendingPrompts.delete(messageID2);
1094
1090
  return;
1095
1091
  }
1096
1092
  const partText = asString(part.text);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omoclaw",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "OpenCode session monitor plugin — native event-driven webhook notifications for session state changes",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",