Releases: qodo-ai/pr-agent
v0.10
[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 by default
- Bitbucket now publishes review suggestions with code links
- Enabling to limit max number of tokens
- Support 'gpt-4-1106-preview' model
- Support for Google's Vertex AI
- Implementing thresholds for incremental PR reviews
- Decoupled custom labels from PR type
Fixed
- Fixed bug in parsing quotes in CLI
- Preserve user-added labels in pull requests
- Bug fixes in GitLab and BitBucket
v0.9
[Version 0.9] - 2023-10-29
codiumai/pr-agent:0.9
codiumai/pr-agent:0.9-github_app
codiumai/pr-agent:0.9-bitbucket-app
codiumai/pr-agent:0.9-gitlab_webhook
codiumai/pr-agent:0.9-github_polling
codiumai/pr-agent:0.9-github_action
Added::Algo
New tool - generate_labels
New ability to use customize labels on the review and describe tools.
GitHub Action: Can now use a .pr_agent.toml file to control configuration parameters (see Usage Guide).
GitHub App: Added ability to trigger tools on push events
Support custom domain URLs for azure devops integration (see #381).
PR Description default mode is now in bullet points.
Added::Documentation
Significant documentation updates (see Installation Guide, Usage Guide, and Tools Guide)
Fixed
Fixed support for BitBucket pipeline (see #386)
Fixed a bug in review -i tool
Added blacklist for specific file extensions in add_docs tool (see #385)