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.
Files changed (2) hide show
  1. package/blun.mjs +2 -1
  2. 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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.211",
3
+ "version": "9.1.212",
4
4
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
5
5
  "license": "MIT",
6
6
  "bin": {