pr-agent/pr_agent
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
..
agent Update Python code formatting, configuration loading, and local model additions 2024-06-03 23:58:31 +08:00
algo Add tests for patch extension and update configuration for extra lines handling 2024-08-11 09:21:34 +03:00
git_providers Enhance PR description handling and improve logging for invalid file extensions in Bitbucket provider 2024-08-07 16:32:36 +03:00
identity_providers Identity provider 2024-02-26 18:31:12 +02:00
log Add analytics logging 2024-02-26 16:15:23 +02:00
secret_providers protections for 'get_secret_provider' 2024-02-01 08:31:11 +02:00
servers bitbucket server 2024-07-26 08:31:21 +03:00
settings Add tests for patch extension and update configuration for extra lines handling 2024-08-11 09:21:34 +03:00
tools Add tests for patch extension and update configuration for extra lines handling 2024-08-11 09:21:34 +03:00
__init__.py Initial commit - PR-Agent OSS release 2023-07-06 00:21:08 +03:00
cli.py Update Python code formatting, configuration loading, and local model additions 2024-06-03 23:58:31 +08:00
cli_pip.py adjustments to pypi 2024-03-23 16:16:32 +02:00
config_loader.py Update Python code formatting, configuration loading, and local model additions 2024-06-03 23:58:31 +08:00