clisbot 0.1.45-beta.3 → 0.1.45-beta.4

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/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -83645,7 +83645,7 @@ class ProcessedEventsStore {
83645
83645
  }
83646
83646
 
83647
83647
  // src/control/runtime-supervisor.ts
83648
- var SERVICE_START_TIMEOUT_MS = 8000;
83648
+ var SERVICE_START_TIMEOUT_MS = 30000;
83649
83649
  function buildChannelOwnerAlertKey(params) {
83650
83650
  return `${params.runtimeId}:${params.channel}:${params.botId}`;
83651
83651
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clisbot",
3
- "version": "0.1.45-beta.3",
3
+ "version": "0.1.45-beta.4",
4
4
  "private": false,
5
5
  "description": "Chat surfaces for durable AI coding agents running in tmux",
6
6
  "license": "MIT",