mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +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`. |
||
|---|---|---|
| .. | ||
| test_bitbucket_provider.py | ||
| test_clip_tokens.py | ||
| test_codecommit_client.py | ||
| test_codecommit_provider.py | ||
| test_convert_to_markdown.py | ||
| test_delete_hunks.py | ||
| test_extend_patch.py | ||
| test_file_filter.py | ||
| test_find_line_number_of_relevant_line_in_file.py | ||
| test_fix_output.py | ||
| test_github_action_output.py | ||
| test_handle_patch_deletions.py | ||
| test_language_handler.py | ||
| test_load_yaml.py | ||
| test_parse_code_suggestion.py | ||
| test_try_fix_yaml.py | ||