blun-king-cli 9.1.333 → 9.1.334

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.
@@ -23,7 +23,7 @@ const RUNNING_UPDATE_MODE_MESSAGE = 'blun-running-update-mode';
23
23
  const RUNTIME_READY_MESSAGE = 'blun-runtime-session-ready';
24
24
  const RUNTIME_EXIT_INTENT_MESSAGE = 'blun-runtime-exit-intent';
25
25
  const MAX_TARBALL_BYTES = 128 * 1024 * 1024;
26
- const AUTO_UPDATE_SETTLE_MS = 30 * 60 * 1000;
26
+ const AUTO_UPDATE_SETTLE_MS = 0;
27
27
  const DEFAULT_RETAINED_RELEASE_VERSIONS = 3;
28
28
 
29
29
  function ownData(value, key) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.333",
3
+ "version": "9.1.334",
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": {