mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-14 11:55:17 +00:00
- **Refactor `run` method in `PRCodeSuggestions`**: - Pre-filter suggestions based on `suggestions_score_threshold` early in the process to prevent publishing low-score suggestions in any mode. - Separate inline and table publishing logic for better clarity and control. - Ensure dual publishing mode correctly displays all valid suggestions inline while filtering the summary table based on `dual_publishing_score_threshold`. - Fix potential issue where the progress bar or "no suggestions" message could be mishandled when no high-score suggestions exist for the table. - **Update `push_inline_code_suggestions`**: - Re-verify score threshold within the function to ensure robust filtering (though pre-filtering in `run` handles this primarily now). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| pr_add_docs.py | ||
| pr_code_suggestions.py | ||
| pr_config.py | ||
| pr_description.py | ||
| pr_generate_labels.py | ||
| pr_help_docs.py | ||
| pr_help_message.py | ||
| pr_line_questions.py | ||
| pr_questions.py | ||
| pr_reviewer.py | ||
| pr_similar_issue.py | ||
| pr_update_changelog.py | ||
| ticket_pr_compliance_check.py | ||