mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| azuredevops_provider.py | ||
| bitbucket_provider.py | ||
| bitbucket_server_provider.py | ||
| codecommit_client.py | ||
| codecommit_provider.py | ||
| gerrit_provider.py | ||
| git_provider.py | ||
| github_provider.py | ||
| gitlab_provider.py | ||
| local_git_provider.py | ||
| utils.py | ||