From 0e102a4ad531c48b460fd846231e6d5a3c234440 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 11 May 2025 11:53:22 +0300 Subject: [PATCH 1/3] docs: add recent updates and future roadmap section to documentation --- docs/docs/recent_updates/index.md | 18 ++++++++++++++++++ docs/mkdocs.yml | 2 ++ 2 files changed, 20 insertions(+) create mode 100644 docs/docs/recent_updates/index.md diff --git a/docs/docs/recent_updates/index.md b/docs/docs/recent_updates/index.md new file mode 100644 index 00000000..fc085597 --- /dev/null +++ b/docs/docs/recent_updates/index.md @@ -0,0 +1,18 @@ +# Recent Updates and Future Roadmap + +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" + - **Chat on Suggestions**: Users can now chat with Qodo Merge code suggestions ([Learn more](https://qodo-merge-docs.qodo.ai/tools/improve/#chat-on-code-suggestions)) + - **Scan Repo Discussions**: A new tool that analyzes past code discussions to generate a `best_practices.md` file, distilling key insights and recommendations. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/scan_repo_discussions/)) + - **Enhanced Models**: Qodo Merge now defaults to a combination of top models (Claude Sonnet 3.7 and Gemini 2.5 Pro) and incorporates dedicated code validation logic for improved results. ([Details 1](https://qodo-merge-docs.qodo.ai/usage-guide/qodo_merge_models/), [Details 2](https://qodo-merge-docs.qodo.ai/core-abilities/code_validation/)) + - **Chrome Extension Update**: Qodo Merge Chrome extension now supports single-tenant users. ([Learn more](https://qodo-merge-docs.qodo.ai/chrome-extension/options/#configuration-options/)) + +=== "Future Roadmap" + - **Smart Update**: Upon PR updates, Qodo Merge will offer tailored code suggestions, addressing both the entire PR and the specific incremental changes since the last feedback. + - **CLI Endpoint**: A new Qodo Merge endpoint will accept lists of before/after code changes, execute Qodo Merge commands, and return the results. + - **Simplified Free Tier**: We plan to transition from a two-week free trial to a free tier offering a limited number of suggestions per month per organization. + - **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. + - **Installation Metrics**: Upon installation, Qodo Merge will analyze past PRs for key metrics (e.g., time to merge, time to first reviewer feedback), enabling pre/post-installation comparison to calculate ROI. \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index cc1b02f1..425b2db7 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -61,6 +61,8 @@ nav: - Options: 'chrome-extension/options.md' - FAQ: - FAQ: 'faq/index.md' + - Recent Updates: + - Recent Updates: 'recent_updates/index.md' - AI Docs Search: 'ai_search/index.md' # - Code Fine-tuning Benchmark: 'finetuning_benchmark/index.md' From 22e4276f1a6ff5918de0e652ec5797147cb602b3 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 11 May 2025 12:33:55 +0300 Subject: [PATCH 2/3] docs: fix typo in scan repo discussions tool name and add help docs tool --- docs/docs/recent_updates/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/recent_updates/index.md b/docs/docs/recent_updates/index.md index fc085597..4663f26f 100644 --- a/docs/docs/recent_updates/index.md +++ b/docs/docs/recent_updates/index.md @@ -1,14 +1,17 @@ # Recent Updates and Future Roadmap +`Last updated: 2025-05-11` + 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" - **Chat on Suggestions**: Users can now chat with Qodo Merge code suggestions ([Learn more](https://qodo-merge-docs.qodo.ai/tools/improve/#chat-on-code-suggestions)) - - **Scan Repo Discussions**: A new tool that analyzes past code discussions to generate a `best_practices.md` file, distilling key insights and recommendations. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/scan_repo_discussions/)) + - **Scan Repo Discussions Dool**: A new tool that analyzes past code discussions to generate a `best_practices.md` file, distilling key insights and recommendations. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/scan_repo_discussions/)) - **Enhanced Models**: Qodo Merge now defaults to a combination of top models (Claude Sonnet 3.7 and Gemini 2.5 Pro) and incorporates dedicated code validation logic for improved results. ([Details 1](https://qodo-merge-docs.qodo.ai/usage-guide/qodo_merge_models/), [Details 2](https://qodo-merge-docs.qodo.ai/core-abilities/code_validation/)) - **Chrome Extension Update**: Qodo Merge Chrome extension now supports single-tenant users. ([Learn more](https://qodo-merge-docs.qodo.ai/chrome-extension/options/#configuration-options/)) + - **Help Docs Tool**: The help_docs tool can answer free-text questions based on any git documentation folder. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/help_docs/)) === "Future Roadmap" - **Smart Update**: Upon PR updates, Qodo Merge will offer tailored code suggestions, addressing both the entire PR and the specific incremental changes since the last feedback. From 90445342b396a85106cae46616714179bab598fc Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 11 May 2025 12:35:50 +0300 Subject: [PATCH 3/3] docs: fix typo in scan repo discussions tool name and add help docs tool --- docs/docs/recent_updates/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/recent_updates/index.md b/docs/docs/recent_updates/index.md index 4663f26f..74a3455e 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" - **Chat on Suggestions**: Users can now chat with Qodo Merge code suggestions ([Learn more](https://qodo-merge-docs.qodo.ai/tools/improve/#chat-on-code-suggestions)) - - **Scan Repo Discussions Dool**: A new tool that analyzes past code discussions to generate a `best_practices.md` file, distilling key insights and recommendations. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/scan_repo_discussions/)) + - **Scan Repo Discussions Tool**: A new tool that analyzes past code discussions to generate a `best_practices.md` file, distilling key insights and recommendations. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/scan_repo_discussions/)) - **Enhanced Models**: Qodo Merge now defaults to a combination of top models (Claude Sonnet 3.7 and Gemini 2.5 Pro) and incorporates dedicated code validation logic for improved results. ([Details 1](https://qodo-merge-docs.qodo.ai/usage-guide/qodo_merge_models/), [Details 2](https://qodo-merge-docs.qodo.ai/core-abilities/code_validation/)) - **Chrome Extension Update**: Qodo Merge Chrome extension now supports single-tenant users. ([Learn more](https://qodo-merge-docs.qodo.ai/chrome-extension/options/#configuration-options/)) - **Help Docs Tool**: The help_docs tool can answer free-text questions based on any git documentation folder. ([Learn more](https://qodo-merge-docs.qodo.ai/tools/help_docs/))