diff --git a/.changeset/clear-editor-push-headers.md b/.changeset/clear-editor-push-headers.md deleted file mode 100644 index 50fb197..0000000 --- a/.changeset/clear-editor-push-headers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode-magi": patch ---- - -Use the configured editor credentials when pushing changes from GitHub Actions. diff --git a/.changeset/fresh-roles-filter.md b/.changeset/fresh-roles-filter.md deleted file mode 100644 index 9055432..0000000 --- a/.changeset/fresh-roles-filter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode-magi": minor ---- - -Add pull request author association filters to review conditions. diff --git a/.changeset/remove-redundant-reviewer-guards.md b/.changeset/remove-redundant-reviewer-guards.md deleted file mode 100644 index 0e53479..0000000 --- a/.changeset/remove-redundant-reviewer-guards.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode-magi": patch ---- - -Remove redundant reviewer configuration guards. diff --git a/.changeset/retry-merge-queue-timeouts.md b/.changeset/retry-merge-queue-timeouts.md deleted file mode 100644 index 6581a79..0000000 --- a/.changeset/retry-merge-queue-timeouts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode-magi": patch ---- - -Retry pull requests removed from the merge queue after checks time out. diff --git a/CHANGELOG.md b/CHANGELOG.md index f359242..9afd4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # opencode-magi +## 0.13.0 + +### Minor Changes + +- [#445](https://github.com/magi-ai/opencode-magi/pull/445) [`1abec9f`](https://github.com/magi-ai/opencode-magi/commit/1abec9f1598074e272d783046b91670f9bd1f3b0) Thanks [@hirotomoyamada](https://github.com/hirotomoyamada)! - Add pull request author association filters to review conditions. + +### Patch Changes + +- [#443](https://github.com/magi-ai/opencode-magi/pull/443) [`474375f`](https://github.com/magi-ai/opencode-magi/commit/474375f77b02d1af8c05f6a4b4984cc2a2cc5f49) Thanks [@hirotomoyamada](https://github.com/hirotomoyamada)! - Use the configured editor credentials when pushing changes from GitHub Actions. + +- [#440](https://github.com/magi-ai/opencode-magi/pull/440) [`1625e6a`](https://github.com/magi-ai/opencode-magi/commit/1625e6a48b99ce0c998e64b850dc703115098388) Thanks [@hirotomoyamada](https://github.com/hirotomoyamada)! - Remove redundant reviewer configuration guards. + +- [#449](https://github.com/magi-ai/opencode-magi/pull/449) [`eed531a`](https://github.com/magi-ai/opencode-magi/commit/eed531acdb4c3fb16bbe295eb70b880fbafe5a74) Thanks [@hirotomoyamada](https://github.com/hirotomoyamada)! - Retry pull requests removed from the merge queue after checks time out. + ## 0.12.0 ### Minor Changes diff --git a/package.json b/package.json index ab9e58a..1ec64c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-magi", - "version": "0.12.0", + "version": "0.13.0", "description": "Multi-agent PR review and merge orchestration plugin for OpenCode.", "license": "MIT", "author": "Hirotomo Yamada ",