From 12a9e13509022bcf5e9d777f2a239c9911e9b1e1 Mon Sep 17 00:00:00 2001 From: DHEERAJ AGARWAL <37082099+dheerajsir@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:10:14 +0530 Subject: [PATCH 1/3] Update index.md --- docs/docs/installation/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation/index.md b/docs/docs/installation/index.md index 0dab771c..27c9a3b2 100644 --- a/docs/docs/installation/index.md +++ b/docs/docs/installation/index.md @@ -1,7 +1,7 @@ # Installation ## Self-hosted Qodo Merge -If you choose to host you own Qodo Merge, you first need to acquire two tokens: +If you choose to host your own Qodo Merge, you first need to acquire two tokens: 1. An OpenAI key from [here](https://platform.openai.com/api-keys), with access to GPT-4 (or a key for other [language models](https://qodo-merge-docs.qodo.ai/usage-guide/changing_a_model/), if you prefer). 2. A GitHub\GitLab\BitBucket personal access token (classic), with the repo scope. [GitHub from [here](https://github.com/settings/tokens)] @@ -18,4 +18,4 @@ There are several ways to use self-hosted Qodo Merge: Qodo Merge Pro, an app hosted by CodiumAI for GitHub\GitLab\BitBucket, is also available.
With Qodo Merge Pro, installation is as simple as signing up and adding the Qodo Merge app to your relevant repo. -See [here](https://qodo-merge-docs.qodo.ai/installation/pr_agent_pro/) for more details. \ No newline at end of file +See [here](https://qodo-merge-docs.qodo.ai/installation/pr_agent_pro/) for more details. From a5e7c37fcc687d8f0a4c246651933b83e5a6966f Mon Sep 17 00:00:00 2001 From: DHEERAJ AGARWAL <37082099+dheerajsir@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:12:14 +0530 Subject: [PATCH 2/3] Update pr_agent_pro.md --- docs/docs/overview/pr_agent_pro.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/overview/pr_agent_pro.md b/docs/docs/overview/pr_agent_pro.md index 731b0573..aa98add7 100644 --- a/docs/docs/overview/pr_agent_pro.md +++ b/docs/docs/overview/pr_agent_pro.md @@ -20,8 +20,8 @@ Here are some of the additional features and capabilities that Qodo Merge Pro of | Feature | Description | |----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------| | [**Model selection**](https://qodo-merge-docs.qodo.ai/usage-guide/PR_agent_pro_models/) | Choose the model that best fits your needs, among top models like `GPT4` and `Claude-Sonnet-3.5` -| [**Global and wiki configuration**](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/) | Control configurations for many repositories from a single location;
Edit configuration of a single repo without commiting code | -| [**Apply suggestions**](https://qodo-merge-docs.qodo.ai/tools/improve/#overview) | Generate commitable code from the relevant suggestions interactively by clicking on a checkbox | +| [**Global and wiki configuration**](https://qodo-merge-docs.qodo.ai/usage-guide/configuration_options/) | Control configurations for many repositories from a single location;
Edit configuration of a single repo without committing code | +| [**Apply suggestions**](https://qodo-merge-docs.qodo.ai/tools/improve/#overview) | Generate committable code from the relevant suggestions interactively by clicking on a checkbox | | [**Suggestions impact**](https://qodo-merge-docs.qodo.ai/tools/improve/#assessing-impact) | Automatically mark suggestions that were implemented by the user (either directly in GitHub, or indirectly in the IDE) to enable tracking of the impact of the suggestions | | [**CI feedback**](https://qodo-merge-docs.qodo.ai/tools/ci_feedback/) | Automatically analyze failed CI checks on GitHub and provide actionable feedback in the PR conversation, helping to resolve issues quickly | | [**Advanced usage statistics**](https://www.codium.ai/contact/#/) | Qodo Merge Pro offers detailed statistics at user, repository, and company levels, including metrics about Qodo Merge usage, and also general statistics and insights | @@ -48,4 +48,4 @@ Here are additional tools that are available only for Qodo Merge Pro users: Qodo Merge Pro leverages the world's leading code models - Claude 3.5 Sonnet and GPT-4. As a result, its primary tools such as `describe`, `review`, and `improve`, as well as the PR-chat feature, support virtually all programming languages. -For specialized commands that require static code analysis, Qodo Merge Pro offers support for specific languages. For more details about features that require static code analysis, please refer to the [documentation](https://qodo-merge-docs.qodo.ai/tools/analyze/#overview). \ No newline at end of file +For specialized commands that require static code analysis, Qodo Merge Pro offers support for specific languages. For more details about features that require static code analysis, please refer to the [documentation](https://qodo-merge-docs.qodo.ai/tools/analyze/#overview). From c6c6a9b4f0c31a0d9f368b7b0942fbc98983f9bd Mon Sep 17 00:00:00 2001 From: DHEERAJ AGARWAL <37082099+dheerajsir@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:13:45 +0530 Subject: [PATCH 3/3] Update custom_labels.md --- docs/docs/tools/custom_labels.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/tools/custom_labels.md b/docs/docs/tools/custom_labels.md index 67ce41dc..86b4d671 100644 --- a/docs/docs/tools/custom_labels.md +++ b/docs/docs/tools/custom_labels.md @@ -25,7 +25,7 @@ There are 3 ways to enable custom labels: When working from CLI, you need to apply the [configuration changes](#configuration-options) to the [custom_labels file](https://github.com/Codium-ai/pr-agent/blob/main/pr_agent/settings/custom_labels.toml): #### 2. Repo configuration file -To enable custom labels, you need to apply the [configuration changes](#configuration-options) to the local `.pr_agent.toml` file in you repository. +To enable custom labels, you need to apply the [configuration changes](#configuration-options) to the local `.pr_agent.toml` file in your repository. #### 3. Handle custom labels from the Repo's labels page 💎 > This feature is available only in Qodo Merge Pro @@ -57,4 +57,4 @@ description = "Description of when AI should suggest this label" [custom_labels."Custom Label 2"] description = "Description of when AI should suggest this label 2" -``` \ No newline at end of file +```