@kody-ade/kody-engine-lite 0.1.24 → 0.1.25

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/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/bin/cli.js CHANGED
@@ -153,7 +153,7 @@ var init_definitions = __esm({
153
153
  name: "plan",
154
154
  type: "agent",
155
155
  modelTier: "strong",
156
- timeout: 3e5,
156
+ timeout: 6e5,
157
157
  maxRetries: 1,
158
158
  outputFile: "plan.md"
159
159
  },
@@ -176,7 +176,7 @@ var init_definitions = __esm({
176
176
  name: "review",
177
177
  type: "agent",
178
178
  modelTier: "strong",
179
- timeout: 3e5,
179
+ timeout: 6e5,
180
180
  maxRetries: 1,
181
181
  outputFile: "review.md"
182
182
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine-lite",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "Autonomous SDLC pipeline: Kody orchestration + Claude Code + LiteLLM",
5
5
  "license": "MIT",
6
6
  "type": "module",