docs: final touches

This commit is contained in:
ofir-frd
2025-02-21 10:47:19 +02:00
parent b80d7d1189
commit 5bace4ddc6
2 changed files with 4 additions and 6 deletions

View File

@ -49,6 +49,6 @@ Note that the implementation will occur within the review discussion thread.
**Configuration options** **Configuration options**
- Use `/implement` to implement code change within and based on the review discussion. <br> - Use `/implement` to implement code change within and based on the review discussion.
- Use `/implement <code-change-description>` inside a review discussion to implement specific instructions. <br> - Use `/implement <code-change-description>` inside a review discussion to implement specific instructions.
- Use `/implement <link-to-review-comment>` to indirectly call the tool from any comment. <br> - Use `/implement <link-to-review-comment>` to indirectly call the tool from any comment.

View File

@ -28,9 +28,7 @@ verbosity_level=2
This is useful for debugging or experimenting with different tools. This is useful for debugging or experimenting with different tools.
3. **git provider**: The [git_provider](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L5) field in a configuration file determines the GIT provider that will be used by Qodo Merge. Currently, the following providers are supported: 3. **git provider**: The [git_provider](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/configuration.toml#L5) field in a configuration file determines the GIT provider that will be used by Qodo Merge. Currently, the following providers are supported:
` `github` **(default)**, `gitlab`, `bitbucket`, `azure`, `codecommit`, `local`, and `gerrit`.
"github", "gitlab", "bitbucket", "azure", "codecommit", "local", "gerrit"
`.
### CLI Health Check ### CLI Health Check