2023-11-15 14:49:18 +02:00
## [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
2023-11-08 19:27:16 +02:00
2023-10-29 14:37:04 +02:00
## [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
2023-10-29 14:59:50 +02:00
- New tool - [generate_labels ](https://github.com/Codium-ai/pr-agent/blob/main/docs/GENERATE_CUSTOM_LABELS.md )
2023-10-29 15:02:16 +02:00
- New ability to use [customize labels ](https://github.com/Codium-ai/pr-agent/blob/main/docs/GENERATE_CUSTOM_LABELS.md#how-to-enable-custom-labels ) on the `review` and `describe` tools.
2023-10-30 08:22:36 +02:00
- New tool - [add_docs ](https://github.com/Codium-ai/pr-agent/blob/main/docs/ADD_DOCUMENTATION.md )
2023-10-29 14:58:36 +02:00
- GitHub Action: Can now use a `.pr_agent.toml` file to control configuration parameters (see [Usage Guide ](./Usage.md#working-with-github-action )).
2023-10-29 18:01:50 +02:00
- GitHub App: Added ability to trigger tools on [push events ](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools-for-new-code-pr-push )
2023-10-30 08:22:36 +02:00
- Support custom domain URLs for Azure devops integration (see [link ](https://github.com/Codium-ai/pr-agent/pull/381 )).
2023-10-29 14:58:36 +02:00
- PR Description default mode is now in [bullet points ](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L35 ).
2023-10-29 14:37:04 +02:00
### Added::Documentation
2023-10-29 14:47:46 +02:00
Significant documentation updates (see [Installation Guide ](https://github.com/Codium-ai/pr-agent/blob/main/INSTALL.md ), [Usage Guide ](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md ), and [Tools Guide ](https://github.com/Codium-ai/pr-agent/blob/main/docs/TOOLS_GUIDE.md ))
2023-10-29 14:37:04 +02:00
### Fixed
- Fixed support for BitBucket pipeline (see [link ](https://github.com/Codium-ai/pr-agent/pull/386 ))
- Fixed a bug in `review -i` tool
2023-10-29 14:49:35 +02:00
- Added blacklist for specific file extensions in `add_docs` tool (see [link ](https://github.com/Codium-ai/pr-agent/pull/385/ ))
2023-10-29 14:37:04 +02:00
2023-09-27 09:23:19 +03:00
## [Version 0.8] - 2023-09-27
- codiumai/pr-agent:0.8
- codiumai/pr-agent:0.8-github_app
- codiumai/pr-agent:0.8-bitbucket-app
- codiumai/pr-agent:0.8-gitlab_webhook
- codiumai/pr-agent:0.8-github_polling
- codiumai/pr-agent:0.8-github_action
### Added::Algo
- GitHub Action: Can control which tools will run automatically when a new PR is created. (see usage guide: https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#working -with-github-action)
- Code suggestion tool: Will try to avoid an 'add comments' suggestion (see https://github.com/Codium-ai/pr-agent/pull/327)
### Fixed
- Gitlab: Fixed a bug of improper usage of pr_id
2023-09-20 13:50:10 +03:00
## [Version 0.7] - 2023-09-20
### Docker Tags
- codiumai/pr-agent:0.7
- codiumai/pr-agent:0.7-github_app
- codiumai/pr-agent:0.7-bitbucket-app
- codiumai/pr-agent:0.7-gitlab_webhook
- codiumai/pr-agent:0.7-github_polling
- codiumai/pr-agent:0.7-github_action
2023-09-20 14:23:55 +03:00
### Added::Algo
- New tool /similar_issue - Currently on GitHub app and CLI: indexes the issues in the repo, find the most similar issues to the target issue.
- Describe markers: Empower the /describe tool with a templating capability (see more details in https://github.com/Codium-ai/pr-agent/pull/273).
- New feature in the /review tool - added an estimated effort estimation to the review (https://github.com/Codium-ai/pr-agent/pull/306).
2023-09-20 13:50:10 +03:00
2023-09-20 14:23:55 +03:00
### Added::Infrastructure
- Implementation of a GitLab webhook.
- Implementation of a BitBucket app.
### Fixed
- Protection against no code suggestions generated.
- Resilience to repositories where the languages cannot be automatically detected.