pr-agent/pr_agent/tools
mrT23 5dc2595dcf
feat: Refactor code suggestion handling and update YAML schema in pr_code_suggestions.py and pr_code_suggestions_prompts.toml
- Update key names in pr_code_suggestions.py to use snake_case for consistency
- Implement removal of invalid suggestions where existing code is equal to improved code
- Update YAML parsing in _prepare_pr_code_suggestions method to include keys_fix_yaml parameter
- Refactor push_inline_code_suggestions method to use updated key names
- Update _prepare_prediction_extended method to use new key names
- Refactor _prepare_markdown method to include suggestion label and use updated key names
- Update instructions and YAML schema in pr_code_suggestions_prompts.toml to reflect changes in pr_code_suggestions.py
- Remove redundant removal of invalid suggestions in rank_suggestions method
2023-12-24 08:30:35 +02:00
..
__init__.py Initial commit - PR-Agent OSS release 2023-07-06 00:21:08 +03:00
pr_add_docs.py Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00
pr_code_suggestions.py feat: Refactor code suggestion handling and update YAML schema in pr_code_suggestions.py and pr_code_suggestions_prompts.toml 2023-12-24 08:30:35 +02:00
pr_config.py Refactor logging system to use custom logger across the codebase 2023-10-16 14:56:00 +03:00
pr_description.py feat: Enhance PR description formatting and update instructions in pr_description_prompts.toml 2023-12-20 16:45:21 +02:00
pr_generate_labels.py Merge pull request #530 from Codium-ai/tr/labels 2023-12-18 03:21:48 -08:00
pr_information_from_user.py Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00
pr_questions.py Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00
pr_reviewer.py Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00
pr_similar_issue.py minor fix 2023-11-19 17:44:11 +02:00
pr_update_changelog.py Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00