@cat-factory/local-server 0.130.1 → 0.131.1
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/harnessImage.d.ts +1 -1
- package/dist/harnessImage.js +1 -1
- package/dist/server.d.ts +1 -1
- package/package.json +13 -13
package/dist/harnessImage.d.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* `@cat-factory/executor-harness`'s version (the value CI tags the published image with, and
|
|
4
4
|
* the same tag `deploy/backend` pins). Bump it whenever the harness image bumps.
|
|
5
5
|
*/
|
|
6
|
-
export declare const RECOMMENDED_HARNESS_IMAGE = "ghcr.io/kibertoad/cat-factory-executor:1.
|
|
6
|
+
export declare const RECOMMENDED_HARNESS_IMAGE = "ghcr.io/kibertoad/cat-factory-executor:1.112.0";
|
|
7
7
|
/**
|
|
8
8
|
* The effective harness image ref: an explicit `LOCAL_HARNESS_IMAGE` wins (a custom build, a
|
|
9
9
|
* different pin, or a mutable tag), else the backend-matched {@link RECOMMENDED_HARNESS_IMAGE}.
|
package/dist/harnessImage.js
CHANGED
|
@@ -22,7 +22,7 @@ import { isOffValue } from './envFlags.js';
|
|
|
22
22
|
* `@cat-factory/executor-harness`'s version (the value CI tags the published image with, and
|
|
23
23
|
* the same tag `deploy/backend` pins). Bump it whenever the harness image bumps.
|
|
24
24
|
*/
|
|
25
|
-
export const RECOMMENDED_HARNESS_IMAGE = 'ghcr.io/kibertoad/cat-factory-executor:1.
|
|
25
|
+
export const RECOMMENDED_HARNESS_IMAGE = 'ghcr.io/kibertoad/cat-factory-executor:1.112.0';
|
|
26
26
|
/**
|
|
27
27
|
* The effective harness image ref: an explicit `LOCAL_HARNESS_IMAGE` wins (a custom build, a
|
|
28
28
|
* different pin, or a mutable tag), else the backend-matched {@link RECOMMENDED_HARNESS_IMAGE}.
|
package/dist/server.d.ts
CHANGED
|
@@ -173,7 +173,7 @@ export interface StartLocalOptions {
|
|
|
173
173
|
backendRegistries?: BackendRegistries;
|
|
174
174
|
/**
|
|
175
175
|
* The catalog id of the built-in model preset a fresh workspace is seeded with as its
|
|
176
|
-
* DEFAULT (`MODEL_PRESET_SEED_IDS.{kimi,glm,claude}`). A local deploy-app wrapper passes this
|
|
176
|
+
* DEFAULT (`MODEL_PRESET_SEED_IDS.{kimi,glm,claude,chatgpt}`). A local deploy-app wrapper passes this
|
|
177
177
|
* to change the out-of-the-box default without editing library code. Threaded into
|
|
178
178
|
* `buildLocalContainer` on BOTH the Postgres and mothership paths. Applied only at FIRST seed
|
|
179
179
|
* of a workspace's preset library, so a user's later manual default choice always wins.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/local-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.131.1",
|
|
4
4
|
"description": "Local-mode runtime facade for the Agent Architecture Board: the @cat-factory/node-server stack with agent jobs run as local Docker/Podman containers and GitHub accessed via a personal access token — a developer can run the whole product on their own machine.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,24 +27,24 @@
|
|
|
27
27
|
"@hono/node-server": "^2.1.0",
|
|
28
28
|
"drizzle-orm": "1.0.0-rc.4",
|
|
29
29
|
"ws": "^8.21.3",
|
|
30
|
-
"@cat-factory/agents": "0.
|
|
31
|
-
"@cat-factory/contracts": "0.
|
|
32
|
-
"@cat-factory/executor-harness": "1.
|
|
33
|
-
"@cat-factory/gitlab": "0.20.
|
|
34
|
-
"@cat-factory/integrations": "0.160.
|
|
35
|
-
"@cat-factory/kernel": "0.
|
|
36
|
-
"@cat-factory/node-server": "0.
|
|
37
|
-
"@cat-factory/orchestration": "0.
|
|
38
|
-
"@cat-factory/prompt-fragments": "1.0.
|
|
39
|
-
"@cat-factory/server": "0.
|
|
30
|
+
"@cat-factory/agents": "0.128.0",
|
|
31
|
+
"@cat-factory/contracts": "0.306.0",
|
|
32
|
+
"@cat-factory/executor-harness": "1.112.0",
|
|
33
|
+
"@cat-factory/gitlab": "0.20.14",
|
|
34
|
+
"@cat-factory/integrations": "0.160.11",
|
|
35
|
+
"@cat-factory/kernel": "0.296.0",
|
|
36
|
+
"@cat-factory/node-server": "0.204.1",
|
|
37
|
+
"@cat-factory/orchestration": "0.268.0",
|
|
38
|
+
"@cat-factory/prompt-fragments": "1.0.68",
|
|
39
|
+
"@cat-factory/server": "0.283.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^26.2.0",
|
|
43
43
|
"@types/ws": "^8.18.1",
|
|
44
44
|
"typescript": "7.0.2",
|
|
45
45
|
"vitest": "^4.1.10",
|
|
46
|
-
"@cat-factory/conformance": "0.42.
|
|
47
|
-
"@cat-factory/gates": "0.10.
|
|
46
|
+
"@cat-factory/conformance": "0.42.2",
|
|
47
|
+
"@cat-factory/gates": "0.10.44"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build": "tsc -b tsconfig.build.json",
|