pr-agent/pr_agent/tools
mrT23 5c49ff216a
feat: Update inline comment creation in git providers and improve code suggestion handling
- Update `create_inline_comment` method in various git providers to include `absolute_position` parameter
- Remove `create_inline_comment` method from providers that do not support inline comments
- Enhance `find_line_number_of_relevant_line_in_file` function to handle absolute position
- Modify `pr_code_suggestions.py` to handle improved code inclusion in suggestions
- Add `include_improved_code` configuration option in `configuration.toml` and update documentation accordingly
2023-12-24 09:44:08 +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: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +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