@andyqiu/codeforge 0.8.1 → 0.8.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.
- package/agents/codeforge.md +1 -1
- package/agents/coder-deep.md +1 -1
- package/agents/coder-quick.md +1 -1
- package/agents/coder.md +1 -1
- package/agents/discover-challenger.md +1 -1
- package/agents/discover.md +1 -1
- package/agents/planner.md +1 -1
- package/agents/reviewer-lite.md +1 -1
- package/agents/reviewer.md +1 -1
- package/codeforge.json +9 -9
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/agents/codeforge.md
CHANGED
|
@@ -15,7 +15,7 @@ permissions:
|
|
|
15
15
|
bash: deny
|
|
16
16
|
webfetch: deny
|
|
17
17
|
allowed_tools: [read, repo_map, task, plan_read, review_approval, session_merge]
|
|
18
|
-
model: google/gemini-3.1-pro
|
|
18
|
+
model: google/gemini-3.1-pro-preview
|
|
19
19
|
model_category: balanced
|
|
20
20
|
tier: balanced
|
|
21
21
|
model_thinking:
|
package/agents/coder-deep.md
CHANGED
package/agents/coder-quick.md
CHANGED
package/agents/coder.md
CHANGED
package/agents/discover.md
CHANGED
package/agents/planner.md
CHANGED
package/agents/reviewer-lite.md
CHANGED
package/agents/reviewer.md
CHANGED
package/codeforge.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"fallback_models": [
|
|
17
17
|
"anthropic/claude-opus-4-8",
|
|
18
18
|
"anthropic/claude-sonnet-4-6",
|
|
19
|
-
"google/gemini-3.1-pro"
|
|
19
|
+
"google/gemini-3.1-pro-preview"
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
"coder": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"thinking": { "type": "enabled", "budget_tokens": 6000 },
|
|
28
28
|
"fallback_models": [
|
|
29
29
|
"anthropic/claude-opus-4-8",
|
|
30
|
-
"google/gemini-3.1-pro"
|
|
30
|
+
"google/gemini-3.1-pro-preview"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
33
|
"coder-quick": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"thinking": { "type": "enabled", "budget_tokens": 2000 },
|
|
39
39
|
"fallback_models": [
|
|
40
40
|
"anthropic/claude-opus-4-8",
|
|
41
|
-
"google/gemini-3.1-pro"
|
|
41
|
+
"google/gemini-3.1-pro-preview"
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"coder-deep": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"thinking": { "type": "enabled", "budget_tokens": 16000 },
|
|
50
50
|
"fallback_models": [
|
|
51
51
|
"openai/gpt-5.5",
|
|
52
|
-
"google/gemini-3.1-pro"
|
|
52
|
+
"google/gemini-3.1-pro-preview"
|
|
53
53
|
]
|
|
54
54
|
},
|
|
55
55
|
"reviewer": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"thinking": { "type": "enabled", "reasoning_effort": "xhigh" },
|
|
61
61
|
"fallback_models": [
|
|
62
62
|
"anthropic/claude-opus-4-8",
|
|
63
|
-
"google/gemini-3.1-pro"
|
|
63
|
+
"google/gemini-3.1-pro-preview"
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
66
|
"discover": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"thinking": { "type": "enabled", "budget_tokens": 16000 },
|
|
72
72
|
"fallback_models": [
|
|
73
73
|
"openai/gpt-5.5",
|
|
74
|
-
"google/gemini-3.1-pro"
|
|
74
|
+
"google/gemini-3.1-pro-preview"
|
|
75
75
|
]
|
|
76
76
|
},
|
|
77
77
|
"discover-challenger": {
|
|
@@ -82,12 +82,12 @@
|
|
|
82
82
|
"thinking": { "type": "enabled", "reasoning_effort": "high" },
|
|
83
83
|
"fallback_models": [
|
|
84
84
|
"anthropic/claude-opus-4-8",
|
|
85
|
-
"google/gemini-3.1-pro"
|
|
85
|
+
"google/gemini-3.1-pro-preview"
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"codeforge": {
|
|
89
89
|
"_doc": "编排者(调度专用):Gemini 3.1 Pro 主(轻量快速路由),Sonnet 4.6 / Opus 4.8 备用。codeforge 无写权限,只路由不生产,用 Gemini 降成本。category=balanced 对应模型档次,tier=balanced 对应任务难度(路由判断本身是轻量任务)。",
|
|
90
|
-
"model": "google/gemini-3.1-pro",
|
|
90
|
+
"model": "google/gemini-3.1-pro-preview",
|
|
91
91
|
"category": "balanced",
|
|
92
92
|
"tier": "balanced",
|
|
93
93
|
"thinking": { "type": "enabled", "thinking_level": "low" },
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"_doc": "速度+智能平衡(Sonnet 4.6 + 4K thinking)",
|
|
115
115
|
"model": "anthropic/claude-sonnet-4-6",
|
|
116
116
|
"thinking": { "type": "enabled", "budget_tokens": 4000 },
|
|
117
|
-
"fallback_models": ["openai/gpt-5.5", "google/gemini-3.1-pro"]
|
|
117
|
+
"fallback_models": ["openai/gpt-5.5", "google/gemini-3.1-pro-preview"]
|
|
118
118
|
},
|
|
119
119
|
"quick": {
|
|
120
120
|
"_doc": "短上下文 / 快速校验(Haiku 4.5)",
|
package/dist/index.js
CHANGED
|
@@ -19262,7 +19262,7 @@ import * as https from "node:https";
|
|
|
19262
19262
|
// lib/version-injected.ts
|
|
19263
19263
|
function getInjectedVersion() {
|
|
19264
19264
|
try {
|
|
19265
|
-
const v = "0.8.
|
|
19265
|
+
const v = "0.8.2";
|
|
19266
19266
|
if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
|
|
19267
19267
|
return v;
|
|
19268
19268
|
}
|