mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
docs: enhance high-level suggestions documentation for clarity and detail
This commit is contained in:
parent
aa9bfb07af
commit
eb10d8c6d3
2 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@
|
||||||
`Supported Git Platforms: GitHub, GitLab`
|
`Supported Git Platforms: GitHub, GitLab`
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
High-level Suggestions offer a broad view of the pull request via the improve tool.
|
High-level Suggestions, generated by the `improve` tool, offer big-picture code suggestions for your pull request. They focus on broader improvements rather than local fixes, and provide before-and-after code snippets to illustrate the recommended changes and guide implementation.
|
||||||
Rather than local code fixes, they may provide examples of what needs improvement as well as before and after code snippets to illustrate necessary changes and guide implementation.
|
|
||||||
### How it works
|
### How it works
|
||||||
|
|
||||||
=== "Example of a high-level suggestion"
|
=== "Example of a high-level suggestion"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ It also outlines our development roadmap for the upcoming three months. Please n
|
||||||
=== "Recent Updates"
|
=== "Recent Updates"
|
||||||
| Date | Feature | Description |
|
| Date | Feature | Description |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| 2025-07-29 | **High-level Suggestions** | Qodo Merge now offers up to one high-level suggestion to the table of code suggestions. ([Learn more](https://qodo-merge-docs.qodo.ai/core-abilities/high_level_suggestions/)) |
|
| 2025-07-29 | **High-level Suggestions** | Qodo Merge now also provides high-level code suggestion for PRs. ([Learn more](https://qodo-merge-docs.qodo.ai/core-abilities/high_level_suggestions/)) |
|
||||||
| 2025-07-20 | **PR to Ticket** | Generate tickets in your tracking systems based on PR content. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/pr_to_ticket/)) |
|
| 2025-07-20 | **PR to Ticket** | Generate tickets in your tracking systems based on PR content. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/pr_to_ticket/)) |
|
||||||
| 2025-07-17 | **Compliance** | Comprehensive compliance checks for security, ticket requirements, and custom organizational rules. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/compliance/)) |
|
| 2025-07-17 | **Compliance** | Comprehensive compliance checks for security, ticket requirements, and custom organizational rules. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/compliance/)) |
|
||||||
| 2025-07-01 | **Receiving Qodo Merge feedback locally** | You can receive automatic feedback from Qodo Merge on your local IDE after each commit. ([Learn more](https://github.com/qodo-ai/agents/tree/main/agents/qodo-merge-post-commit)) |
|
| 2025-07-01 | **Receiving Qodo Merge feedback locally** | You can receive automatic feedback from Qodo Merge on your local IDE after each commit. ([Learn more](https://github.com/qodo-ai/agents/tree/main/agents/qodo-merge-post-commit)) |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue