opencode-magi 0.0.0-dev-20260522104439 → 0.0.0-dev-20260522104834
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.
|
@@ -704,7 +704,7 @@ export async function runMerge(input) {
|
|
|
704
704
|
threads: unresolvedThreads,
|
|
705
705
|
});
|
|
706
706
|
const editorFindings = blockingReviewFindings(reportOutputs);
|
|
707
|
-
const editableFindings =
|
|
707
|
+
const editableFindings = editorFindings;
|
|
708
708
|
const findingAttemptsExhausted = input.repository.merge.maxThreadResolutionCycles !== 0 &&
|
|
709
709
|
cycle > input.repository.merge.maxThreadResolutionCycles;
|
|
710
710
|
if (!editableThreads.length &&
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-magi",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260522104834",
|
|
4
4
|
"description": "Multi-agent PR review and merge orchestration plugin for OpenCode.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Hirotomo Yamada <hirotomo.yamada@avap.co.jp>",
|