mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 04:40:38 +08:00
docs: final touches
This commit is contained in:
@ -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.
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user