mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-02 11:50:37 +08:00
Merge pull request #1904 from qodo-ai/tr/suggestions_depth
Tr/suggestions depth
This commit is contained in:
@ -57,9 +57,10 @@ Everything below this marker is treated as previously auto-generated content and
|
|||||||
{width=512}
|
{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)
|
||||||
|
|
||||||
|
@ -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.
|
Reference in New Issue
Block a user