From 721d38d4ed6e6572188cfd858727874f90e9b3ab Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Mon, 16 Dec 2024 17:11:17 +0200 Subject: [PATCH] docs: add license information to similar code documentation --- docs/docs/core-abilities/static_code_analysis.md | 2 +- docs/docs/tools/similar_code.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/core-abilities/static_code_analysis.md b/docs/docs/core-abilities/static_code_analysis.md index 823de0c7..2f60da0e 100644 --- a/docs/docs/core-abilities/static_code_analysis.md +++ b/docs/docs/core-abilities/static_code_analysis.md @@ -61,7 +61,7 @@ Or be triggered interactively by using the `analyze` tool. ### Find Similar Code -The [`similar code`](https://qodo-merge-docs.qodo.ai/tools/similar_code/) tool retrieves the most similar code components from inside the organization's codebase, or from open-source code. +The [`similar code`](https://qodo-merge-docs.qodo.ai/tools/similar_code/) tool retrieves the most similar code components from inside the organization's codebase or from open-source code, including details about the license associated with each repository. For example: diff --git a/docs/docs/tools/similar_code.md b/docs/docs/tools/similar_code.md index 11de3a0c..be8dddfc 100644 --- a/docs/docs/tools/similar_code.md +++ b/docs/docs/tools/similar_code.md @@ -49,9 +49,10 @@ It can be invoked automatically from the analyze table, can be accessed by: /analyze ``` Choose the components you want to find similar code for, and click on the `similar` checkbox. + ![analyze similar](https://codium.ai/images/pr_agent/analyze_similar.png){width=768} -If you are looking to search for similar code in the organization's codebase, you can click on the `Organization` checkbox, and it will invoke a new search command just for the organization's codebase. +You can search for similar code either within the organization's codebase or globally, which includes open-source repositories. Each result will include the relevant code components along with their associated license details. ![similar code global](https://codium.ai/images/pr_agent/similar_code_global.png){width=768}