@andyqiu/codeforge 0.8.0 → 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.
@@ -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:
@@ -23,7 +23,7 @@ model_thinking:
23
23
  budget_tokens: 16000
24
24
  fallback_models:
25
25
  - openai/gpt-5.5
26
- - google/gemini-3.1-pro
26
+ - google/gemini-3.1-pro-preview
27
27
  ---
28
28
 
29
29
 
@@ -23,7 +23,7 @@ model_thinking:
23
23
  budget_tokens: 2000
24
24
  fallback_models:
25
25
  - anthropic/claude-opus-4-8
26
- - google/gemini-3.1-pro
26
+ - google/gemini-3.1-pro-preview
27
27
  ---
28
28
 
29
29
 
package/agents/coder.md CHANGED
@@ -23,7 +23,7 @@ model_thinking:
23
23
  budget_tokens: 6000
24
24
  fallback_models:
25
25
  - anthropic/claude-opus-4-8
26
- - google/gemini-3.1-pro
26
+ - google/gemini-3.1-pro-preview
27
27
  ---
28
28
 
29
29
 
@@ -24,7 +24,7 @@ model_thinking:
24
24
  reasoning_effort: high
25
25
  fallback_models:
26
26
  - anthropic/claude-opus-4-8
27
- - google/gemini-3.1-pro
27
+ - google/gemini-3.1-pro-preview
28
28
  ---
29
29
 
30
30
  # Discover Challenger
@@ -43,7 +43,7 @@ model_thinking:
43
43
  budget_tokens: 16000
44
44
  fallback_models:
45
45
  - openai/gpt-5.5
46
- - google/gemini-3.1-pro
46
+ - google/gemini-3.1-pro-preview
47
47
  ---
48
48
 
49
49
  # Discover Agent
package/agents/planner.md CHANGED
@@ -24,7 +24,7 @@ model_thinking:
24
24
  fallback_models:
25
25
  - anthropic/claude-opus-4-8
26
26
  - anthropic/claude-sonnet-4-6
27
- - google/gemini-3.1-pro
27
+ - google/gemini-3.1-pro-preview
28
28
  ---
29
29
 
30
30
  <!--
@@ -15,7 +15,7 @@ permissions:
15
15
  bash: allow
16
16
  webfetch: deny
17
17
  allowed_tools: [plan_read, bash, read, task, review_approval]
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:
@@ -23,7 +23,7 @@ model_thinking:
23
23
  reasoning_effort: xhigh
24
24
  fallback_models:
25
25
  - anthropic/claude-opus-4-8
26
- - google/gemini-3.1-pro
26
+ - google/gemini-3.1-pro-preview
27
27
  ---
28
28
 
29
29
  <!-- ADR:reviewer-multi-profile -->
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.0";
19265
+ const v = "0.8.2";
19266
19266
  if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
19267
19267
  return v;
19268
19268
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andyqiu/codeforge",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "CodeForge — opencode 的零侵入扩展包",
5
5
  "type": "module",
6
6
  "private": false,