mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 19:35:17 +00:00
- Added unit tests in `test_extend_patch.py` and `test_pr_generate_extended_diff.py` to verify patch extension functionality with extra lines. - Updated `pr_processing.py` to include `patch_extra_lines_before` and `patch_extra_lines_after` settings. - Modified `configuration.toml` to adjust `patch_extra_lines_before` to 4 and `max_context_tokens` to 16000. - Enabled extra lines in `pr_code_suggestions.py`. - Added new model `claude-3-5-sonnet` to `__init__.py`. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| pr_add_docs.py | ||
| pr_code_suggestions.py | ||
| pr_config.py | ||
| pr_description.py | ||
| pr_generate_labels.py | ||
| pr_help_message.py | ||
| pr_information_from_user.py | ||
| pr_line_questions.py | ||
| pr_questions.py | ||
| pr_reviewer.py | ||
| pr_similar_issue.py | ||
| pr_update_changelog.py | ||