release notes

This commit is contained in:
mrT23
2023-10-29 14:49:35 +02:00
parent 27b64fbcaf
commit a85921d3c5

View File

@ -7,8 +7,8 @@
- codiumai/pr-agent:0.9-github_action - codiumai/pr-agent:0.9-github_action
### Added::Algo ### Added::Algo
- New tool `/generate_labels` - see [link](https://github.com/Codium-ai/pr-agent/blob/hl/custom_labels/docs/GENERATE_CUSTOM_LABELS.md) - New tool `/generate_labels` - see [link](https://github.com/Codium-ai/pr-agent/blob/main/docs/GENERATE_CUSTOM_LABELS.md)
- New ability to use customize labels on `review` and `describe` tools - see [link](https://github.com/Codium-ai/pr-agent/blob/hl/custom_labels/docs/GENERATE_CUSTOM_LABELS.md#configuration-changes) - New ability to use customize labels on `review` and `describe` tools - see [link](https://github.com/Codium-ai/pr-agent/blob/main/docs/GENERATE_CUSTOM_LABELS.md#configuration-changes)
- GitHub Action: Can now use a `.pr_agent.toml` file to control configuration parameters (see [Usage Guide](./Usage.md#working-with-github-action)) - GitHub Action: Can now use a `.pr_agent.toml` file to control configuration parameters (see [Usage Guide](./Usage.md#working-with-github-action))
- GitHub App: Added ability to trigger tools on push events (see [link](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L91)) - GitHub App: Added ability to trigger tools on push events (see [link](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L91))
- Support custom domain URLs for azure devops integration (see [link](https://github.com/Codium-ai/pr-agent/pull/381)) - Support custom domain URLs for azure devops integration (see [link](https://github.com/Codium-ai/pr-agent/pull/381))
@ -19,7 +19,7 @@ Significant documentation updates (see [Installation Guide](https://github.com/C
### Fixed ### Fixed
- Fixed support for BitBucket pipeline (see [link](https://github.com/Codium-ai/pr-agent/pull/386)) - Fixed support for BitBucket pipeline (see [link](https://github.com/Codium-ai/pr-agent/pull/386))
- Fixed a bug in `review -i` tool - Fixed a bug in `review -i` tool
- Added blacklist for non-Editable file extensions in `add_docs` tool (see [link](https://github.com/Codium-ai/pr-agent/pull/385/)) - Added blacklist for specific file extensions in `add_docs` tool (see [link](https://github.com/Codium-ai/pr-agent/pull/385/))
## [Version 0.8] - 2023-09-27 ## [Version 0.8] - 2023-09-27
- codiumai/pr-agent:0.8 - codiumai/pr-agent:0.8