@ranger1/dx 0.1.41 → 0.1.42
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: aggregate PR reviews + create fix file
|
|
3
3
|
mode: subagent
|
|
4
|
-
model:
|
|
4
|
+
model: github-copilot/claude-sonnet-4.5
|
|
5
5
|
temperature: 0.1
|
|
6
6
|
tools:
|
|
7
7
|
bash: true
|
|
@@ -133,7 +133,7 @@ python3 ~/.opencode/agents/pr_review_aggregate.py \
|
|
|
133
133
|
- 禁止:前后空行
|
|
134
134
|
- **失败/异常时**:
|
|
135
135
|
- 若脚本 stdout 已输出合法 JSON(包含 `error` 或其他字段)→ 仍然**原样返回该 JSON**。
|
|
136
|
-
- 若脚本未输出合法 JSON / 退出异常 →
|
|
136
|
+
- 若脚本未输出合法 JSON / 退出异常 → 仅返回一行 JSON:`{"error":"PR_REVIEW_AGGREGATE_AGENT_FAILED"}`(必要时可加 `detail` 字段)。
|
|
137
137
|
|
|
138
138
|
## fixFile 结构(补充说明)
|
|
139
139
|
|