From b334bcd25099c5a782ab13751710631339cdd53c Mon Sep 17 00:00:00 2001 From: "Hussam.lawen" Date: Mon, 12 May 2025 16:54:28 +0300 Subject: [PATCH] docs: enhance improve.md with manual suggestions for Bitbucket and GitLab --- docs/docs/tools/improve.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index aa0c051f..2777a6d5 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -20,6 +20,7 @@ ___ !!! note "The following features are available only for Qodo Merge 💎 users:" - The `Apply / Chat` checkbox, which interactively converts a suggestion into a committable code comment - The `More` checkbox to generate additional suggestions + - On Bitbucket (Cloud & Data Center) and GitLab Server (v16 and earlier), you can invoke [More Suggestions manually](#manual-more-suggestions) ## Example usage @@ -44,6 +45,13 @@ For example, you can choose to present all the suggestions as committable code c As can be seen, a single table comment has a significantly smaller PR footprint. We recommend this mode for most cases. Also note that collapsible are not supported in _Bitbucket_. Hence, the suggestions can only be presented in Bitbucket as code comments. +#### Manual more suggestions +To generate more suggestions (distinct from the ones already generated), for git-providers that don't support interactive checkbox option, you can manually run: + +``` +/improve --more_suggestions=true +``` + ### Automatic triggering To run the `improve` automatically when a PR is opened, define in a [configuration file](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/#wiki-configuration-file):