docs: update improve.md with folding suggestions feature and add config option

This commit is contained in:
mrT23
2024-10-08 20:51:45 +03:00
parent bb84063ef2
commit 23a3e208a5
2 changed files with 9 additions and 1 deletions

View File

@ -136,6 +136,7 @@ final_clip_factor = 0.8
demand_code_suggestions_self_review=false # add a checkbox for the author to self-review the code suggestions
code_suggestions_self_review_text= "**Author self-review**: I have reviewed the PR code suggestions, and addressed the relevant ones."
approve_pr_on_self_review=false # Pro feature. if true, the PR will be auto-approved after the author clicks on the self-review checkbox
fold_suggestions_on_self_review=true # Pro feature. if true, the code suggestions will be folded after the author clicks on the self-review checkbox
# Suggestion impact
publish_post_process_suggestion_impact=true