@kody-ade/kody-engine 0.4.514 → 0.4.516

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.
package/dist/bin/kody.js CHANGED
@@ -15,7 +15,7 @@ var init_package = __esm({
15
15
  "package.json"() {
16
16
  package_default = {
17
17
  name: "@kody-ade/kody-engine",
18
- version: "0.4.514",
18
+ version: "0.4.516",
19
19
  description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative implementation profiles.",
20
20
  license: "MIT",
21
21
  type: "module",
@@ -7490,7 +7490,7 @@ var init_litellm = __esm({
7490
7490
  "src/litellm.ts"() {
7491
7491
  "use strict";
7492
7492
  init_config();
7493
- LITELLM_PIP_PACKAGES = ["litellm[proxy]", "fastapi>=0.136.3,<0.141"];
7493
+ LITELLM_PIP_PACKAGES = ["litellm[proxy]", "fastapi==0.140.1"];
7494
7494
  DEFAULT_LITELLM_STARTUP_TIMEOUT_SEC = 150;
7495
7495
  LITELLM_HEALTH_POLL_INTERVAL_MS = 2e3;
7496
7496
  CLAUDE_CODE_PROXY_MODEL_ALIASES = ["claude-haiku-4-5-20251001", "haiku"];
@@ -43,7 +43,10 @@
43
43
  "runWhen": { "data.capabilityExecution": "script" }
44
44
  }
45
45
  ],
46
- "postflight": [{ "script": "parseSimpleCapabilityOutput" }]
46
+ "postflight": [
47
+ { "script": "parseSimpleCapabilityOutput" },
48
+ { "script": "publishReport" }
49
+ ]
47
50
  },
48
51
  "inputArtifacts": [],
49
52
  "outputArtifacts": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.4.514",
3
+ "version": "0.4.516",
4
4
  "description": "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative implementation profiles.",
5
5
  "license": "MIT",
6
6
  "type": "module",