opencode-magi 0.0.0-dev-20260522220204 → 0.0.0-dev-20260522220245

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.
@@ -310,7 +310,7 @@ async function runRereview(input, worktreePath, previousHeadSha, cycle, sessionI
310
310
  baseSha: meta.baseRefOid,
311
311
  closeReason: entry.output.reason,
312
312
  directory: input.directory,
313
- headSha: meta.headRefOid,
313
+ headSha,
314
314
  includeReviewGuidelines: !hasReviewerSession,
315
315
  includeSessionContext: !hasReviewerSession,
316
316
  pr: input.pr,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-magi",
3
- "version": "0.0.0-dev-20260522220204",
3
+ "version": "0.0.0-dev-20260522220245",
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>",