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..30b76a0fb 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 +- 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 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 +- 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