File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments