pr-agent/pr_agent/algo
mrT23 e238a88824
Add tests for patch extension and update configuration for extra lines handling
- 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`.
2024-08-11 09:21:34 +03:00
..
ai_handlers Fix LangChainOpenAIHandler for Azure 2024-08-08 09:55:18 -04:00
__init__.py Add tests for patch extension and update configuration for extra lines handling 2024-08-11 09:21:34 +03:00
file_filter.py Add file ignore functionality and update documentation for ignore patterns 2024-06-13 13:18:15 +03:00
git_patch_processing.py patch_extra_lines_before and patch_extra_lines_after 2024-08-10 21:55:51 +03:00
language_handler.py Refactor filter_bad_extensions and is_valid_file functions to improve code readability and reusability 2024-06-15 20:10:46 +03:00
pr_processing.py Add tests for patch extension and update configuration for extra lines handling 2024-08-11 09:21:34 +03:00
token_handler.py protections 2024-08-09 21:44:00 +03:00
types.py insert_br_after_x_chars 2024-02-05 09:20:36 +02:00
utils.py fix cleaning 2024-08-01 15:50:00 -04:00