@cat-factory/local-server 0.130.0 → 0.131.0

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/server.d.ts +1 -1
  2. package/package.json +12 -12
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.130.0",
3
+ "version": "0.131.0",
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.127.1",
31
- "@cat-factory/contracts": "0.303.0",
30
+ "@cat-factory/agents": "0.127.3",
31
+ "@cat-factory/contracts": "0.305.0",
32
32
  "@cat-factory/executor-harness": "1.110.2",
33
- "@cat-factory/gitlab": "0.20.11",
34
- "@cat-factory/integrations": "0.160.8",
35
- "@cat-factory/kernel": "0.294.0",
36
- "@cat-factory/node-server": "0.203.0",
37
- "@cat-factory/orchestration": "0.265.0",
38
- "@cat-factory/prompt-fragments": "1.0.65",
39
- "@cat-factory/server": "0.280.0"
33
+ "@cat-factory/gitlab": "0.20.13",
34
+ "@cat-factory/integrations": "0.160.10",
35
+ "@cat-factory/kernel": "0.295.0",
36
+ "@cat-factory/node-server": "0.204.0",
37
+ "@cat-factory/orchestration": "0.267.0",
38
+ "@cat-factory/prompt-fragments": "1.0.67",
39
+ "@cat-factory/server": "0.282.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.41.0",
47
- "@cat-factory/gates": "0.10.41"
46
+ "@cat-factory/conformance": "0.42.1",
47
+ "@cat-factory/gates": "0.10.43"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "tsc -b tsconfig.build.json",