diff --git a/docs/docs/tools/describe.md b/docs/docs/tools/describe.md index f5357dee..9fe50e66 100644 --- a/docs/docs/tools/describe.md +++ b/docs/docs/tools/describe.md @@ -87,6 +87,10 @@ publish_labels = ... collapsible_file_list If set to true, the file list in the "Changes walkthrough" section will be collapsible. If set to "adaptive", the file list will be collapsible only if there are more than 8 files. Default is "adaptive". + + enable_large_pr_handling + Pro feature. If set to true, in case of a large PR the tool will make several calls to the AI and combine them to be able to cover more files. Default is true. + enable_help_text If set to true, the tool will display a help text in the comment. Default is false. diff --git a/pr_agent/settings/configuration.toml b/pr_agent/settings/configuration.toml index 3865a1f3..76521939 100644 --- a/pr_agent/settings/configuration.toml +++ b/pr_agent/settings/configuration.toml @@ -74,7 +74,7 @@ inline_file_summary=false # false, true, 'table' # markers use_description_markers=false include_generated_by_header=true -# large pr mode +# large pr mode 💎 enable_large_pr_handling=true max_ai_calls=3 mention_extra_files=true