committable checbox (#951)

* Add "apply suggestions" feature to README, improve.md, and configuration.toml
This commit is contained in:
Tal
2024-06-06 18:04:40 +03:00
committed by GitHub
parent 2e535e42ee
commit 12b0df4608
3 changed files with 18 additions and 4 deletions

View File

@ -94,6 +94,10 @@ Hence, the total number of suggestions is proportional to the number of chunks,
<td><b>suggestions_score_threshold</b></td>
<td> Any suggestion with importance score less than this threshold will be removed. Default is 0. Highly recommend not to set this value above 7-8, since above it may clip relevant suggestions that can be useful. </td>
</tr>
<tr>
<td><b>apply_suggestions_checkbox</b></td>
<td> Enable the checkbox to create a committable suggestion. Default is true.</td>
</tr>
<tr>
<td><b>enable_help_text</b></td>
<td>If set to true, the tool will display a help text in the comment. Default is true.</td>