@cat-factory/worker 0.137.0 → 0.137.2
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.
|
@@ -98,10 +98,10 @@ export function loadAgentsConfig(env, caps) {
|
|
|
98
98
|
};
|
|
99
99
|
// The conflict-resolver clones a PR head with merge conflicts and rewrites the
|
|
100
100
|
// conflicted hunks against the base — a focused, diff-heavy reasoning task over
|
|
101
|
-
// potentially large files. Kimi K2.
|
|
101
|
+
// potentially large files. Kimi K2.6 (a 1T-param agentic model native on Workers AI,
|
|
102
102
|
// 256K window) handles that better than the small default MoE.
|
|
103
103
|
const conflictResolverDefault = {
|
|
104
|
-
ref: { provider: 'workers-ai', model: '@cf/moonshotai/kimi-k2.
|
|
104
|
+
ref: { provider: 'workers-ai', model: '@cf/moonshotai/kimi-k2.6' },
|
|
105
105
|
temperature: envTemperature ?? 0.3,
|
|
106
106
|
maxOutputTokens: envMaxOutputTokens ?? 5000,
|
|
107
107
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/worker",
|
|
3
|
-
"version": "0.137.
|
|
3
|
+
"version": "0.137.2",
|
|
4
4
|
"description": "Reusable Cloudflare Worker library (Hono + D1) exposing the Agent Architecture Board core: the `createApp()` Hono factory, the default fetch/scheduled/queue handler, and the Durable Object + Workflow classes. Deployments (see deploy/backend) supply the wrangler.toml + config and re-export these.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,22 +42,22 @@
|
|
|
42
42
|
"pino": "^10.3.1",
|
|
43
43
|
"valibot": "^1.4.2",
|
|
44
44
|
"workers-ai-provider": "^4.0.0",
|
|
45
|
-
"@cat-factory/agents": "0.104.
|
|
46
|
-
"@cat-factory/caching": "0.12.
|
|
47
|
-
"@cat-factory/
|
|
48
|
-
"@cat-factory/
|
|
49
|
-
"@cat-factory/
|
|
50
|
-
"@cat-factory/
|
|
51
|
-
"@cat-factory/
|
|
52
|
-
"@cat-factory/
|
|
53
|
-
"@cat-factory/
|
|
54
|
-
"@cat-factory/
|
|
55
|
-
"@cat-factory/observability-otel": "0.4.
|
|
56
|
-
"@cat-factory/orchestration": "0.185.
|
|
57
|
-
"@cat-factory/prompt-fragments": "0.15.
|
|
58
|
-
"@cat-factory/provider-cloudflare": "0.7.
|
|
59
|
-
"@cat-factory/server": "0.
|
|
60
|
-
"@cat-factory/spend": "0.
|
|
45
|
+
"@cat-factory/agents": "0.104.3",
|
|
46
|
+
"@cat-factory/caching": "0.12.12",
|
|
47
|
+
"@cat-factory/consensus": "0.13.25",
|
|
48
|
+
"@cat-factory/contracts": "0.211.0",
|
|
49
|
+
"@cat-factory/eks": "0.1.199",
|
|
50
|
+
"@cat-factory/gates": "0.8.45",
|
|
51
|
+
"@cat-factory/gitlab": "0.15.4",
|
|
52
|
+
"@cat-factory/integrations": "0.116.4",
|
|
53
|
+
"@cat-factory/kernel": "0.214.1",
|
|
54
|
+
"@cat-factory/observability-langfuse": "0.9.42",
|
|
55
|
+
"@cat-factory/observability-otel": "0.4.42",
|
|
56
|
+
"@cat-factory/orchestration": "0.185.2",
|
|
57
|
+
"@cat-factory/prompt-fragments": "0.15.36",
|
|
58
|
+
"@cat-factory/provider-cloudflare": "0.7.351",
|
|
59
|
+
"@cat-factory/server": "0.194.0",
|
|
60
|
+
"@cat-factory/spend": "0.13.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@cloudflare/vitest-pool-workers": "^0.20.1",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"typescript": "7.0.2",
|
|
66
66
|
"vitest": "^4.1.10",
|
|
67
67
|
"wrangler": "^4.118.0",
|
|
68
|
-
"@cat-factory/conformance": "0.20.
|
|
68
|
+
"@cat-factory/conformance": "0.20.10"
|
|
69
69
|
},
|
|
70
70
|
"scripts": {
|
|
71
71
|
"build": "tsc -b tsconfig.build.json",
|