diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index c9f2bd3c..0e30e244 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -9,8 +9,9 @@ The tool can be triggered automatically every time a new PR is [opened](../usage ![code_suggestions_as_comment_open.png](https://codium.ai/images/pr_agent/code_suggestions_as_comment_open.png){width=512} -Note that the `Apply this suggestion` checkbox, which interactively converts a suggestion into a commitable code comment, is available only for Qodo Mergeđź’Ž users. - +Note that the following features are available only for Qodo Mergeđź’Ž users: +- The `Apply this suggestion` checkbox, which interactively converts a suggestion into a committable code comment +- The `More` checkbox to generate additional suggestions ## Example usage @@ -366,6 +367,10 @@ Note: Chunking is primarily relevant for large PRs. For most PRs (up to 500 line apply_suggestions_checkbox Enable the checkbox to create a committable suggestion. Default is true. + + enable_more_suggestions_checkbox + Enable the checkbox to Generate more suggestions. Default is true. + enable_help_text If set to true, the tool will display a help text in the comment. Default is true.