From 7e8e95b7481f4e1ab7ee9a89dff70c015a48265a Mon Sep 17 00:00:00 2001 From: mrT23 Date: Tue, 1 Jul 2025 11:31:08 +0300 Subject: [PATCH] docs: correct typo in README and update Mermaid diagram link in index --- README.md | 2 +- docs/docs/recent_updates/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be6eeb8a..377da97b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Add automated PR reviews to your repository with a simple workflow file using [G ### CLI Usage Run PR-Agent locally on your repository via command line: [Local CLI setup guide](https://qodo-merge-docs.qodo.ai/usage-guide/automations_and_usage/#local-repo-cli) -### Qodo Merge as post-commit in you local IDE +### Qodo Merge as post-commit in your local IDE See [here](https://github.com/qodo-ai/agents/tree/main/agents/qodo-merge-post-commit) ### Discover Qodo Merge 💎 diff --git a/docs/docs/recent_updates/index.md b/docs/docs/recent_updates/index.md index 39099971..c857e901 100644 --- a/docs/docs/recent_updates/index.md +++ b/docs/docs/recent_updates/index.md @@ -7,8 +7,8 @@ This page summarizes recent enhancements to Qodo Merge (last three months). It also outlines our development roadmap for the upcoming three months. Please note that the roadmap is subject to change, and features may be adjusted, added, or reprioritized. === "Recent Updates" - - **Running QM locally**: You can now run Qodo Merge locally on your IDE and get automatic feedback after each commit. ([learn more](https://github.com/qodo-ai/agents/tree/main/agents/qodo-merge-post-commit)). - - **Mermaid Diagrams**: Qodo Merge now generates by default Mermaid diagrams for PRs, providing a visual representation of code changes. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/describe/#sequence-diagram-support/)) + - **Running QM locally**: You can now run Qodo Merge locally on your IDE and get automatic feedback after each commit. ([Learn more](https://github.com/qodo-ai/agents/tree/main/agents/qodo-merge-post-commit)). + - **Mermaid Diagrams**: Qodo Merge now generates by default Mermaid diagrams for PRs, providing a visual representation of code changes. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/describe/#sequence-diagram-support)) - **Best Practices Hierarchy**: Introducing support for structured best practices, such as for folders in monorepos or a unified best practice file for a group of repositories. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/improve/#global-hierarchical-best-practices)) - **Simplified Free Tier**: Qodo Merge now offers a simplified free tier with a monthly limit of 75 PR reviews per organization, replacing the previous two-week trial. ([Learn more](https://qodo-merge-docs.qodo.ai/installation/qodo_merge/#cloud-users)) - **CLI Endpoint**: A new Qodo Merge endpoint that accepts a lists of before/after code changes, executes Qodo Merge commands, and return the results. Currently available for enterprise customers. Contact [Qodo](https://www.qodo.ai/contact/) for more information.