@andyqiu/codeforge 0.5.18 → 0.5.20

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: allow
16
16
  webfetch: deny
17
17
  allowed_tools: [ast_edit, plan_read, smart_search, bash, task]
18
- model: anthropic/claude-opus-4-7
18
+ model: anthropic/claude-opus-4-8
19
19
  model_category: deep
20
20
  tier: deep
21
21
  model_thinking:
@@ -33,7 +33,7 @@ allowed_tools:
33
33
  - save_chat_insight
34
34
  - task
35
35
  - skill
36
- model: anthropic/claude-opus-4-7
36
+ model: anthropic/claude-opus-4-8
37
37
  model_category: deep
38
38
  tier: deep
39
39
  model_thinking:
package/agents/planner.md CHANGED
@@ -15,7 +15,7 @@ permissions:
15
15
  bash: allow
16
16
  webfetch: allow
17
17
  allowed_tools: [smart_search, repo_map, read, webfetch, plan_write]
18
- model: anthropic/claude-opus-4-7
18
+ model: anthropic/claude-opus-4-8
19
19
  model_category: deep
20
20
  tier: deep
21
21
  model_thinking:
package/codeforge.json CHANGED
@@ -55,13 +55,13 @@
55
55
  ]
56
56
  },
57
57
  "reviewer": {
58
- "_doc": "审查者:跨视角的独立评审更适合换个模型家族(避免同模型偏见)。GPT-5.5 主,Anthropic 备用。thinking 2000:审查 prompt 一般不大,长思考链浪费。",
59
- "model": "openai/gpt-5.5",
58
+ "_doc": "审查者:Opus 4.8 主(稳定性优先),GPT-5.5 fallback(跨家族偏见隔离)。thinking 2000:审查 prompt 一般不大,长思考链浪费。",
59
+ "model": "anthropic/claude-opus-4-8",
60
60
  "category": "ultrabrain",
61
61
  "tier": "deep",
62
62
  "thinking": { "type": "enabled", "budget_tokens": 2000 },
63
63
  "fallback_models": [
64
- "anthropic/claude-opus-4-8",
64
+ "openai/gpt-5.5",
65
65
  "anthropic/claude-sonnet-4-6",
66
66
  "google/gemini-3-pro"
67
67
  ]
@@ -79,13 +79,13 @@
79
79
  ]
80
80
  },
81
81
  "discover-challenger": {
82
- "_doc": "强对抗子 agent:跨家族避免同源偏见(参考 reviewer 选型),结论由离散触发组合锁死。",
83
- "model": "openai/gpt-5.5",
82
+ "_doc": "强对抗子 agent:Opus 4.8 主(稳定),GPT-5.5 降 fallback(跨家族偏见隔离),结论由离散触发组合锁死。",
83
+ "model": "anthropic/claude-opus-4-8",
84
84
  "category": "ultrabrain",
85
85
  "tier": "deep",
86
86
  "thinking": { "type": "enabled", "budget_tokens": 3000 },
87
87
  "fallback_models": [
88
- "anthropic/claude-opus-4-8",
88
+ "openai/gpt-5.5",
89
89
  "anthropic/claude-sonnet-4-6",
90
90
  "google/gemini-3-pro"
91
91
  ]
@@ -100,9 +100,9 @@
100
100
  "fallback_models": ["openai/gpt-5.5", "anthropic/claude-sonnet-4-6"]
101
101
  },
102
102
  "ultrabrain": {
103
- "_doc": "用于代码审查 / 独立评估 / 跨视角(GPT-5.5 旗舰)",
104
- "model": "openai/gpt-5.5",
105
- "fallback_models": ["anthropic/claude-opus-4-8", "anthropic/claude-sonnet-4-6"]
103
+ "_doc": "用于代码审查 / 独立评估 / 跨视角(Opus 4.8 旗舰,GPT-5.5 备用)",
104
+ "model": "anthropic/claude-opus-4-8",
105
+ "fallback_models": ["openai/gpt-5.5", "anthropic/claude-sonnet-4-6"]
106
106
  },
107
107
  "balanced": {
108
108
  "_doc": "速度+智能平衡(Sonnet 4.6 + 4K thinking)",