@kody-ade/kody-engine 0.4.110 → 0.4.111
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 +3 -3
- package/package.json +1 -1
package/dist/bin/kody.js
CHANGED
|
@@ -880,7 +880,7 @@ var init_loadPriorArt = __esm({
|
|
|
880
880
|
// package.json
|
|
881
881
|
var package_default = {
|
|
882
882
|
name: "@kody-ade/kody-engine",
|
|
883
|
-
version: "0.4.
|
|
883
|
+
version: "0.4.111",
|
|
884
884
|
description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
|
|
885
885
|
license: "MIT",
|
|
886
886
|
type: "module",
|
|
@@ -5155,8 +5155,8 @@ var poolServe = async (ctx) => {
|
|
|
5155
5155
|
const master = masterKeyBytes(masterRaw);
|
|
5156
5156
|
const poolApiKey = derivePoolApiKey(master);
|
|
5157
5157
|
const runnerApiKey = deriveRunnerApiKey(master);
|
|
5158
|
-
const app = process.env.
|
|
5159
|
-
const region = process.env.
|
|
5158
|
+
const app = process.env.POOL_RUNNER_APP ?? "kody-runner";
|
|
5159
|
+
const region = process.env.POOL_REGION ?? "fra";
|
|
5160
5160
|
const perf = process.env.POOL_PERF ?? "medium";
|
|
5161
5161
|
const guest = PERF_GUEST[perf] ?? PERF_GUEST.medium;
|
|
5162
5162
|
const litellmUrl = process.env.KODY_LITELLM_URL ?? "http://kody-litellm.internal:4000";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kody-ade/kody-engine",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.111",
|
|
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",
|