blun-king-cli 9.1.211 → 9.1.212
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/blun.mjs +2 -1
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -79266,7 +79266,8 @@ var init_error_memory$1 = __esmMin((() => {
|
|
|
79266
79266
|
if (!patterns || patterns.length === 0) return void 0;
|
|
79267
79267
|
try {
|
|
79268
79268
|
const { buildCompactErrorMemoryReminder, selectRelevantErrorMemoryPatterns } = createRequire(import.meta.url)("./bin/error-memory-performance-policy.cjs");
|
|
79269
|
-
const { recentUserText } = createRequire(import.meta.url)("./bin/mistake-relevance-policy.cjs");
|
|
79269
|
+
const { isLowInformationMistakeTurn, recentUserText } = createRequire(import.meta.url)("./bin/mistake-relevance-policy.cjs");
|
|
79270
|
+
if (isLowInformationMistakeTurn(this.agent.context.history)) return void 0;
|
|
79270
79271
|
return buildCompactErrorMemoryReminder(selectRelevantErrorMemoryPatterns(patterns, recentUserText(this.agent.context.history)));
|
|
79271
79272
|
} catch {}
|
|
79272
79273
|
return buildErrorMemoryReminder(patterns);
|