docs: enhance high-level suggestions documentation for clarity and detail

This commit is contained in:
mrT23 2025-07-30 08:01:32 +03:00
parent aa9bfb07af
commit eb10d8c6d3
No known key found for this signature in database
GPG key ID: D350490E39D5F5AD
2 changed files with 3 additions and 3 deletions

View file

@ -3,8 +3,8 @@
`Supported Git Platforms: GitHub, GitLab`
## Overview
High-level Suggestions offer a broad view of the pull request via the improve tool.
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.
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.
### How it works
=== "Example of a high-level suggestion"

View file

@ -8,7 +8,7 @@ It also outlines our development roadmap for the upcoming three months. Please n
=== "Recent Updates"
| 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-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)) |