mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 11:25: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`. |
||
|---|---|---|
| .. | ||
| .secrets_template.toml | ||
| configuration.toml | ||
| custom_labels.toml | ||
| ignore.toml | ||
| language_extensions.toml | ||
| pr_add_docs.toml | ||
| pr_code_suggestions_prompts.toml | ||
| pr_code_suggestions_reflect_prompts.toml | ||
| pr_custom_labels.toml | ||
| pr_description_prompts.toml | ||
| pr_evaluate_prompt_response.toml | ||
| pr_information_from_user_prompts.toml | ||
| pr_line_questions_prompts.toml | ||
| pr_questions_prompts.toml | ||
| pr_reviewer_prompts.toml | ||
| pr_sort_code_suggestions_prompts.toml | ||
| pr_update_changelog_prompts.toml | ||