-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: add dual publishing mode for PR code suggestions #1263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Introduced dual publishing mode to present high-scoring suggestions as both table entries and commitable PR comments. - Updated documentation to include configuration options for dual publishing mode. - Enhanced `pr_code_suggestions.py` to handle dual publishing logic and error handling. - Modified `configuration.toml` to include `duel_publishing_score_threshold` setting.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 8ff8b1d
Previous suggestionsSuggestions up to commit dfa4f22
|
User description
pr_code_suggestions.py
to handle dual publishing logic and error handling.configuration.toml
to includeduel_publishing_score_threshold
setting.PR Type
Enhancement, Documentation
Description
duel_publishing_score_threshold
configuration option to control this featurepr_code_suggestions.py
with dual publishing logic and error handlingimprove.md
:configuration.toml
to include the newduel_publishing_score_threshold
settingChanges walkthrough 📝
pr_code_suggestions.py
Implement dual publishing for code suggestions
pr_agent/tools/pr_code_suggestions.py
improve.md
Document dual publishing mode and improve formatting
docs/docs/tools/improve.md
configuration.toml
Add dual publishing configuration option
pr_agent/settings/configuration.toml
duel_publishing_score_threshold
configuration option