Merge pull request #1904 from qodo-ai/tr/suggestions_depth

Tr/suggestions depth
This commit is contained in:
Tal
2025-06-29 11:26:28 +03:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@ -57,9 +57,10 @@ Everything below this marker is treated as previously auto-generated content and
![Describe comment](https://codium.ai/images/pr_agent/pr_description_user_description.png){width=512} ![Describe comment](https://codium.ai/images/pr_agent/pr_description_user_description.png){width=512}
### Sequence Diagram Support ### Sequence Diagram Support
When the `enable_pr_diagram` option is enabled in your configuration, the `/describe` tool will include a `Mermaid` sequence diagram in the PR description. The `/describe` tool includes a Mermaid sequence diagram showing component/function interactions.
This option is enabled by default via the `pr_description.enable_pr_diagram` param.
This diagram represents interactions between components/functions based on the PR content.
[//]: # (### How to enable\disable) [//]: # (### How to enable\disable)

View File

@ -260,5 +260,5 @@ To automatically exclude files generated by specific languages or frameworks, yo
ignore_language_framework = ['protobuf', ...] ignore_language_framework = ['protobuf', ...]
``` ```
You can view the list of auto-generated file patterns in `generated_code_ignore.toml`. You can view the list of auto-generated file patterns in [`generated_code_ignore.toml`](https://github.com/qodo-ai/pr-agent/blob/main/pr_agent/settings/generated_code_ignore.toml).
Files matching these glob patterns will be automatically excluded from PR Agent analysis. Files matching these glob patterns will be automatically excluded from PR Agent analysis.