diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index 05aefa28..bdc83630 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -437,9 +437,26 @@ dual_publishing_score_threshold = x Where x represents the minimum score threshold (>=) for suggestions to be presented as committable PR comments in addition to the table. Default is -1 (disabled). +### Controlling suggestions depth + +> `💎 feature` + +You can control the depth and comprehensiveness of the code suggestions by using the `pr_code_suggestions.suggestions_depth` parameter. + +Available options: + +- `selective` - Shows only suggestions above a score threshold of 6 +- `regular` - Default mode with balanced suggestion coverage +- `exhaustive` - Provides maximum suggestion comprehensiveness + +(Alternatively, use numeric values: 1, 2, or 3 respectively) + +We recommend starting with `regular` mode, then exploring `exhaustive` mode, which can provide more comprehensive suggestions and enhanced bug detection. + + ### Self-review -> `💎 feature` Platforms supported: GitHub, GitLab +> `💎 feature. Platforms supported: GitHub, GitLab` If you set in a configuration file: @@ -521,6 +538,10 @@ Note: Chunking is primarily relevant for large PRs. For most PRs (up to 600 line