Skip to content

Commit 416a549

Browse files
authored
Merge pull request #453 from Codium-ai/tr/v_010
Version 0.10 Release and Workflow Update
2 parents d8e4e2e + a2b27dc commit 416a549

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.github/workflows/pr-agent-review.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
PINECONE.API_KEY: ${{ secrets.PINECONE_API_KEY }}
2828
PINECONE.ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
29+
GITHUB_ACTION.AUTO_REVIEW: true
2930

3031

RELEASE_NOTES.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1-
## Unreleased
2-
- review tool now posts persistent comments by default
1+
## [Version 0.10] - 2023-11-15
2+
- codiumai/pr-agent:0.10
3+
- codiumai/pr-agent:0.10-github_app
4+
- codiumai/pr-agent:0.10-bitbucket-app
5+
- codiumai/pr-agent:0.10-gitlab_webhook
6+
- codiumai/pr-agent:0.10-github_polling
7+
- codiumai/pr-agent:0.10-github_action
8+
9+
### Added::Algo
10+
- Review tool now works with [persistent comments](https://github.com/Codium-ai/pr-agent/pull/451) by default
11+
- Bitbucket now publishes review suggestions with [code links](https://github.com/Codium-ai/pr-agent/pull/428)
12+
- Enabling to limit [max number of tokens](https://github.com/Codium-ai/pr-agent/pull/437/files)
13+
- Support ['gpt-4-1106-preview'](https://github.com/Codium-ai/pr-agent/pull/437/files) model
14+
- Support for Google's [Vertex AI](https://github.com/Codium-ai/pr-agent/pull/436)
15+
- Implementing [thresholds](https://github.com/Codium-ai/pr-agent/pull/423) for incremental PR reviews
16+
- Decoupled custom labels from [PR type](https://github.com/Codium-ai/pr-agent/pull/431)
17+
18+
### Fixed
19+
- Fixed bug in [parsing quotes](https://github.com/Codium-ai/pr-agent/pull/446) in CLI
20+
- Preserve [user-added labels](https://github.com/Codium-ai/pr-agent/pull/433) in pull requests
21+
- Bug fixes in GitLab and BitBucket
322

423
## [Version 0.9] - 2023-10-29
524
- codiumai/pr-agent:0.9

0 commit comments

Comments
 (0)