Enhancement of Persistent Comments in PR Review#451
Conversation
|
/describe |
PR Analysis(review updated until commit e1d9220)
PR Feedback
How to use
|
|
/describe |
|
/review |
|
Persistent review updated to latest commit e1d9220 |
…cments Enhancement of Persistent Comments in PR Review
PR Type:
Enhancement
PR Description:
This PR introduces several enhancements to the persistent comments feature in PR reviews:
PR Main Files Walkthrough:
files:
pr_agent/algo/pr_processing.py: Added a check to ensure the filename exists before comparing it with the relevant file.pr_agent/git_providers/bitbucket_provider.py: Updated the publish_persistent_comment method to include the latest commit URL and comment URL.pr_agent/git_providers/git_provider.py: Reorganized the methods and added new methods for getting the latest commit URL and comment URL.pr_agent/git_providers/github_provider.py: Updated the publish_persistent_comment method to include the latest commit URL and comment URL.pr_agent/git_providers/gitlab_provider.py: Updated the publish_persistent_comment method to include the latest commit URL and comment URL.pr_agent/tools/pr_description.py: Increased the verbosity level of the AI response and prediction.pr_agent/tools/pr_reviewer.py: Updated the publish_persistent_comment method to include the latest commit URL and comment URL.docs/REVIEW.md: Updated the documentation to reflect the changes in the persistent comments feature.Examples