@kody-ade/kody-engine 0.4.186 → 0.4.187

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/bin/kody.js +2 -2
  2. package/package.json +1 -1
package/dist/bin/kody.js CHANGED
@@ -1309,7 +1309,7 @@ var init_loadPriorArt = __esm({
1309
1309
  // package.json
1310
1310
  var package_default = {
1311
1311
  name: "@kody-ade/kody-engine",
1312
- version: "0.4.186",
1312
+ version: "0.4.187",
1313
1313
  description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
1314
1314
  license: "MIT",
1315
1315
  type: "module",
@@ -4195,7 +4195,7 @@ async function checkLitellmHealth(url) {
4195
4195
  return false;
4196
4196
  }
4197
4197
  }
4198
- var DEFAULT_LITELLM_STARTUP_TIMEOUT_SEC = 60;
4198
+ var DEFAULT_LITELLM_STARTUP_TIMEOUT_SEC = 150;
4199
4199
  var LITELLM_HEALTH_POLL_INTERVAL_MS = 2e3;
4200
4200
  function resolveLitellmTimeoutMs() {
4201
4201
  const envSec = Number(process.env.KODY_LITELLM_TIMEOUT_SEC);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.4.186",
3
+ "version": "0.4.187",
4
4
  "description": "kody — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
5
5
  "license": "MIT",
6
6
  "type": "module",