mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-13 17:20:38 +08:00
Readme
This commit is contained in:
@ -48,6 +48,16 @@ To edit [configurations](./../pr_agent/settings/configuration.toml#L46) related
|
||||
- `enable_semantic_files_types`: if set to true, "Changes walkthrough" section will be generated. Default is true.
|
||||
- `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".
|
||||
|
||||
### Inline file summary 💎
|
||||
To enable inline file summary, set `pr_description.inline_file_summary=true` in the configuration file.
|
||||
|
||||
When the feature is enabled, PR-Agent Pro will add a collapsable summary of each file change in the "Files changed" tab.
|
||||
This will enable you to quickly understand the changes in each file, while reviewing the code changes (diff view).
|
||||
|
||||
<kbd><img src=https://codium.ai/images/pr_agent/diffview_changes.png width="768"></kbd>
|
||||
|
||||
*Note that this feature is currently available only for GitHub.
|
||||
|
||||
|
||||
### Handle custom labels from the Repo's labels page :gem:
|
||||
> This feature is available only in PR-Agent Pro
|
||||
|
Reference in New Issue
Block a user