pr-agent/pr_agent
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
..
agent Refactor AI handler instantiation to use lazy initialization in PR tools 2023-12-17 16:52:03 +02:00
algo feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
git_providers feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
log Refactor logging system to use custom logger across the codebase 2023-10-16 14:56:00 +03:00
secret_providers Enhance logging in bitbucket_app, gitlab_webhook, and google_cloud_storage_secret_provider with JSON format and additional context 2023-10-18 16:44:03 +03:00
servers Merge pull request #529 from lukefx/bitbucket_webhook_improvements 2023-12-20 17:27:06 +02:00
settings feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
tools feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
__init__.py Initial commit - PR-Agent OSS release 2023-07-06 00:21:08 +03:00
cli.py Remove logging from pr_agent.py and add line breaks in cli.py and github_action_runner.py 2023-12-14 09:08:47 +02:00
config_loader.py Add /generate_labels function + fix issues 2023-10-26 23:28:33 +03:00