diff --git a/docs/docs/tools/implement.md b/docs/docs/tools/implement.md index 36843dac..4151fde7 100644 --- a/docs/docs/tools/implement.md +++ b/docs/docs/tools/implement.md @@ -49,6 +49,6 @@ Note that the implementation will occur within the review discussion thread. **Configuration options** -- Use `/implement` to implement code change within and based on the review discussion.
-- Use `/implement ` inside a review discussion to implement specific instructions.
-- Use `/implement ` to indirectly call the tool from any comment.
+- Use `/implement` to implement code change within and based on the review discussion. +- Use `/implement ` inside a review discussion to implement specific instructions. +- Use `/implement ` to indirectly call the tool from any comment. diff --git a/docs/docs/usage-guide/automations_and_usage.md b/docs/docs/usage-guide/automations_and_usage.md index f9004109..04e9a13f 100644 --- a/docs/docs/usage-guide/automations_and_usage.md +++ b/docs/docs/usage-guide/automations_and_usage.md @@ -28,9 +28,7 @@ verbosity_level=2 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: -` -"github", "gitlab", "bitbucket", "azure", "codecommit", "local", "gerrit" -`. +`github` **(default)**, `gitlab`, `bitbucket`, `azure`, `codecommit`, `local`, and `gerrit`. ### CLI Health Check