blun-king-cli 9.1.378 → 9.1.380

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
@@ -517412,6 +517412,7 @@ var BlunTUI = class {
517412
517412
  for (const item of inFlight.items) item.channelAcknowledge?.();
517413
517413
  if (this.queueFlushBatchRemaining > 0) this.queueFlushBatchRemaining = Math.max(0, this.queueFlushBatchRemaining - inFlight.items.length);
517414
517414
  this.track("channel_queue_quarantined", { count: inFlight.items.length, attempts: CHANNEL_DELIVERY_MAX_FAILURES });
517415
+ this.showError(uiText("blunTui.steer.failed", { error: formatErrorMessage$2(error) }));
517415
517416
  this.updateQueueDisplay();
517416
517417
  this.state.ui.requestRender();
517417
517418
  this.scheduleQueueDrain();
@@ -517428,9 +517429,9 @@ var BlunTUI = class {
517428
517429
  ...item,
517429
517430
  channelDeliveryFailures: failureCount
517430
517431
  })), ...this.state.queuedMessages];
517431
- if (error !== void 0) this.showError(uiText("blunTui.steer.failed", { error: formatErrorMessage$2(error) }));
517432
517432
  this.updateQueueDisplay();
517433
517433
  this.state.ui.requestRender();
517434
+ if (this.state.queuedMessages[0]?.mode === "channel") this.channelQueueDeadline.requestDeliveryNow();
517434
517435
  this.scheduleQueueDrain();
517435
517436
  return false;
517436
517437
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.378",
3
+ "version": "9.1.380",
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": {