metame-cli 1.5.12 → 1.5.13
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/package.json
CHANGED
|
@@ -2431,12 +2431,6 @@ ${mentorRadarHint}
|
|
|
2431
2431
|
} catch { /* non-critical — memory module may not be available */ }
|
|
2432
2432
|
});
|
|
2433
2433
|
}
|
|
2434
|
-
// Speculatively save card for pipeline post-resume flush reuse.
|
|
2435
|
-
// If no follow-up arrives, the card expires (30s TTL in _pausedCards consumer).
|
|
2436
|
-
const _replyMsgId = replyMsg && replyMsg.message_id;
|
|
2437
|
-
if (_replyMsgId && _ackCardHeader) {
|
|
2438
|
-
_pausedCards.set(chatId, { statusMsgId: _replyMsgId, cardHeader: _ackCardHeader, savedAt: Date.now() });
|
|
2439
|
-
}
|
|
2440
2434
|
return { ok: !timedOut };
|
|
2441
2435
|
} else {
|
|
2442
2436
|
const errMsg = error || 'Unknown error';
|