From b216af8f0406ebba131133d403536ccba222bd54 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 15 Nov 2023 14:49:18 +0200 Subject: [PATCH 1/2] v10 --- .github/workflows/pr-agent-review.yaml | 1 + RELEASE_NOTES.md | 23 +++++++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-agent-review.yaml b/.github/workflows/pr-agent-review.yaml index 6932b4bd6..166e83de3 100644 --- a/.github/workflows/pr-agent-review.yaml +++ b/.github/workflows/pr-agent-review.yaml @@ -26,5 +26,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PINECONE.API_KEY: ${{ secrets.PINECONE_API_KEY }} PINECONE.ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }} + GITHUB_ACTION.AUTO_REVIEW: true diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ab9fcf48c..dc431f3db 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,24 @@ -## Unreleased -- review tool now posts persistent comments by default +## [Version 0.10] - 2023-11-15 +- codiumai/pr-agent:0.10 +- codiumai/pr-agent:0.10-github_app +- codiumai/pr-agent:0.10-bitbucket-app +- codiumai/pr-agent:0.10-gitlab_webhook +- codiumai/pr-agent:0.10-github_polling +- codiumai/pr-agent:0.10-github_action + +### Added::Algo +- Review tool now works with [persistent comments](https://github.com/Codium-ai/pr-agent/pull/451) by default +- Decoupled custom labels from [PR type](https://github.com/Codium-ai/pr-agent/pull/431) +- Bitbucket now publishes review suggestions with [code links](https://github.com/Codium-ai/pr-agent/pull/428) +- Enabling to limit [max number of tokens](https://github.com/Codium-ai/pr-agent/pull/437/files) +- Support ['gpt-4-1106-preview'](https://github.com/Codium-ai/pr-agent/pull/437/files) model +- Support Google's [Vertex AI](https://github.com/Codium-ai/pr-agent/pull/436) +- Implementing [thresholds](https://github.com/Codium-ai/pr-agent/pull/423) for incremental PR reviews + +### Fixed +- Fixed bug in [parsing quotes](https://github.com/Codium-ai/pr-agent/pull/446) in CLI +- Preserve [user-added labels](https://github.com/Codium-ai/pr-agent/pull/433) in pull requests +- Bug fixes in GitLab and BitBucket ## [Version 0.9] - 2023-10-29 - codiumai/pr-agent:0.9 From a2b27dcac8363a405c7e9e3949016a16020f0131 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 15 Nov 2023 19:45:51 +0200 Subject: [PATCH 2/2] v10 --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dc431f3db..30b76a0fb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,12 +8,12 @@ ### Added::Algo - Review tool now works with [persistent comments](https://github.com/Codium-ai/pr-agent/pull/451) by default -- Decoupled custom labels from [PR type](https://github.com/Codium-ai/pr-agent/pull/431) - Bitbucket now publishes review suggestions with [code links](https://github.com/Codium-ai/pr-agent/pull/428) - Enabling to limit [max number of tokens](https://github.com/Codium-ai/pr-agent/pull/437/files) - Support ['gpt-4-1106-preview'](https://github.com/Codium-ai/pr-agent/pull/437/files) model -- Support Google's [Vertex AI](https://github.com/Codium-ai/pr-agent/pull/436) +- Support for Google's [Vertex AI](https://github.com/Codium-ai/pr-agent/pull/436) - Implementing [thresholds](https://github.com/Codium-ai/pr-agent/pull/423) for incremental PR reviews +- Decoupled custom labels from [PR type](https://github.com/Codium-ai/pr-agent/pull/431) ### Fixed - Fixed bug in [parsing quotes](https://github.com/Codium-ai/pr-agent/pull/446) in CLI