blun-king-cli 9.1.63 → 9.1.64

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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
 
3
- const DEFAULT_PROVIDER_IDLE_TIMEOUT_MS = 30 * 1000;
3
+ const DEFAULT_PROVIDER_IDLE_TIMEOUT_MS = 120 * 1000;
4
4
 
5
5
  function resolveProviderIdleTimeoutMs(configuredSeconds) {
6
6
  return configuredSeconds === undefined
package/blun.mjs CHANGED
@@ -512100,7 +512100,7 @@ function createTUIState(options) {
512100
512100
  const quotaWarningContainer = new GutterContainer(1, 1);
512101
512101
  const quotaWarning = new ManagedQuotaWarningComponent();
512102
512102
  quotaWarningContainer.addChild(quotaWarning);
512103
- const loopIndicatorContainer = new GutterContainer(1, 1);
512103
+ const loopIndicatorContainer = new GutterContainer(3, 1);
512104
512104
  const loopIndicator = new LoopChatIndicatorComponent(appState, () => {
512105
512105
  ui.requestRender();
512106
512106
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.63",
3
+ "version": "9.1.64",
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": {