opencode-magi 0.0.0-dev-20260520045208 → 0.0.0-dev-20260520045400
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.
|
@@ -1085,6 +1085,7 @@ export class MagiRunManager {
|
|
|
1085
1085
|
}
|
|
1086
1086
|
async executeReview(input) {
|
|
1087
1087
|
const result = await runReview({
|
|
1088
|
+
approvalPolicy: input.repository.merge.approvalPolicy,
|
|
1088
1089
|
client: this.input.client,
|
|
1089
1090
|
config: input.config,
|
|
1090
1091
|
directory: this.input.directory,
|
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-20260520045400",
|
|
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>",
|