blun-king-cli 9.1.373 → 9.1.374

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
@@ -516228,7 +516228,8 @@ function requestRunningUpdateAtSafeBoundary(tui) {
516228
516228
  })) {
516229
516229
  if (tui.runningUpdatePreparedNoticeVersion !== version) {
516230
516230
  tui.runningUpdatePreparedNoticeVersion = version;
516231
- tui.showStatus(`Update ${version} ist sicher geladen und wird nach dem laufenden Auftrag in derselben Sitzung uebernommen.`, "success");
516231
+ const statusKey = mode === RUNNING_UPDATE_MODES.RESUME ? "update.resume.description" : "update.new.description";
516232
+ tui.showStatus(`${version} · ${uiText(statusKey)}`, "success");
516232
516233
  }
516233
516234
  return false;
516234
516235
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.373",
3
+ "version": "9.1.374",
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": {