@andyqiu/codeforge 0.8.8 → 0.8.9
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/reviewer-lite.md +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/agents/reviewer-lite.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: reviewer-lite
|
|
3
|
-
description: 审阅者(轻量档)— 使用
|
|
3
|
+
description: 审阅者(轻量档)— 使用 GPT-5.4 模型,适用于方案/文档/ADR/决策 review;代码安全审查请用 @reviewer(ultrabrain)
|
|
4
4
|
version: 1.0.0
|
|
5
5
|
mode: subagent
|
|
6
6
|
# opencode 标准字段(单数)— 实际生效的权限
|
|
@@ -15,12 +15,12 @@ permissions:
|
|
|
15
15
|
bash: allow
|
|
16
16
|
webfetch: deny
|
|
17
17
|
allowed_tools: [plan_read, bash, read, task, review_approval]
|
|
18
|
-
model:
|
|
18
|
+
model: openai/gpt-5.4
|
|
19
19
|
model_category: balanced
|
|
20
20
|
tier: balanced
|
|
21
21
|
model_thinking:
|
|
22
22
|
type: enabled
|
|
23
|
-
|
|
23
|
+
reasoning_effort: medium
|
|
24
24
|
fallback_models:
|
|
25
25
|
- anthropic/claude-sonnet-4-6
|
|
26
26
|
- openai/gpt-5.5
|
package/dist/index.js
CHANGED
|
@@ -19892,7 +19892,7 @@ import * as https from "node:https";
|
|
|
19892
19892
|
// lib/version-injected.ts
|
|
19893
19893
|
function getInjectedVersion() {
|
|
19894
19894
|
try {
|
|
19895
|
-
const v = "0.8.
|
|
19895
|
+
const v = "0.8.9";
|
|
19896
19896
|
if (typeof v === "string" && /^\d+\.\d+\.\d+/.test(v)) {
|
|
19897
19897
|
return v;
|
|
19898
19898
|
}
|