@remnic/plugin-openclaw 9.63.1 → 9.63.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 +1 -3
- package/openclaw.plugin.json +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -11730,9 +11730,7 @@ Keep the reflection grounded in the evidence below.
|
|
|
11730
11730
|
logger_exports.log.debug(`LCM after_compaction error: ${lcmErr}`);
|
|
11731
11731
|
}
|
|
11732
11732
|
}
|
|
11733
|
-
|
|
11734
|
-
timeoutMs: cfg.beforeResetTimeoutMs
|
|
11735
|
-
});
|
|
11733
|
+
void queueOpenClawFlushPlanProcessing("after_compaction", workspaceDir);
|
|
11736
11734
|
if (!orchestrator.config.compactionResetEnabled) {
|
|
11737
11735
|
logger_exports.log.debug(
|
|
11738
11736
|
`compaction completed for ${sessionKey}, reset disabled \u2014 skipping`
|