From eb10d8c6d3b0a67c580f0797a930979be4af5a93 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 30 Jul 2025 08:01:32 +0300 Subject: [PATCH] docs: enhance high-level suggestions documentation for clarity and detail --- docs/docs/core-abilities/high_level_suggestions.md | 4 ++-- docs/docs/recent_updates/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/core-abilities/high_level_suggestions.md b/docs/docs/core-abilities/high_level_suggestions.md index 719fc17f..1ac0fb8b 100644 --- a/docs/docs/core-abilities/high_level_suggestions.md +++ b/docs/docs/core-abilities/high_level_suggestions.md @@ -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" diff --git a/docs/docs/recent_updates/index.md b/docs/docs/recent_updates/index.md index 4bb9e7bc..5f97b3d5 100644 --- a/docs/docs/recent_updates/index.md +++ b/docs/docs/recent_updates/index.md @@ -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)) |