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.
- package/dist/index.js +0 -4
- 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