From 9252cb88d853e3986f5c0160ccafcb1c68191619 Mon Sep 17 00:00:00 2001 From: AdamWalker-112358 Date: Sun, 12 Oct 2025 17:42:49 +0300 Subject: [PATCH 1/2] Remove Scala and other unsupported languages --- docs/docs/core-abilities/static_code_analysis.md | 2 +- docs/docs/tools/analyze.md | 2 +- docs/docs/tools/improve_component.md | 2 +- docs/docs/tools/test.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/core-abilities/static_code_analysis.md b/docs/docs/core-abilities/static_code_analysis.md index 3fa4b41cac..7f219b1ed1 100644 --- a/docs/docs/core-abilities/static_code_analysis.md +++ b/docs/docs/core-abilities/static_code_analysis.md @@ -8,7 +8,7 @@ By combining static code analysis with LLM capabilities, Qodo Merge can provide It scans the PR code changes, finds all the code components (methods, functions, classes) that changed, and enables to interactively generate tests, docs, code suggestions and similar code search for each component. !!! note "Language that are currently supported:" - Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala + Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin ## Capabilities diff --git a/docs/docs/tools/analyze.md b/docs/docs/tools/analyze.md index d5f4a1e9e2..4ee46daacf 100644 --- a/docs/docs/tools/analyze.md +++ b/docs/docs/tools/analyze.md @@ -17,4 +17,4 @@ An example result: ![Analyze 1](https://codium.ai/images/pr_agent/analyze_1.png){width=750} !!! note "Language that are currently supported:" - Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala + Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin diff --git a/docs/docs/tools/improve_component.md b/docs/docs/tools/improve_component.md index ac6fbfc8d8..91ca55597e 100644 --- a/docs/docs/tools/improve_component.md +++ b/docs/docs/tools/improve_component.md @@ -20,7 +20,7 @@ The tool will generate code suggestions for the selected component (if no compon ![improve_component2](https://codium.ai/images/pr_agent/improve_component2.png){width=768} !!! note "Notes" - - Language that are currently supported by the tool: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala` + - Language that are currently supported by the tool: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin` - This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool. ## Configuration options diff --git a/docs/docs/tools/test.md b/docs/docs/tools/test.md index b0245e0bd8..2941f72a08 100644 --- a/docs/docs/tools/test.md +++ b/docs/docs/tools/test.md @@ -20,7 +20,7 @@ The tool will generate tests for the selected component (if no component is stat (Example taken from [here](https://github.com/Codium-ai/pr-agent/pull/598#issuecomment-1913679429)): !!! note "Notes" - - The following languages are currently supported: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala` + - The following languages are currently supported: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin` - This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool. ## Configuration options From c3bc789cd335c9028be358e57bd2aa76b7a81038 Mon Sep 17 00:00:00 2001 From: AdamWalker-112358 Date: Sun, 12 Oct 2025 17:44:36 +0300 Subject: [PATCH 2/2] Fix grammar --- docs/docs/tools/analyze.md | 2 +- docs/docs/tools/improve_component.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/tools/analyze.md b/docs/docs/tools/analyze.md index 4ee46daacf..8c0cddf571 100644 --- a/docs/docs/tools/analyze.md +++ b/docs/docs/tools/analyze.md @@ -16,5 +16,5 @@ An example result: ![Analyze 1](https://codium.ai/images/pr_agent/analyze_1.png){width=750} -!!! note "Language that are currently supported:" +!!! note "Languages that are currently supported:" Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin diff --git a/docs/docs/tools/improve_component.md b/docs/docs/tools/improve_component.md index 91ca55597e..1e0cb91f73 100644 --- a/docs/docs/tools/improve_component.md +++ b/docs/docs/tools/improve_component.md @@ -20,7 +20,7 @@ The tool will generate code suggestions for the selected component (if no compon ![improve_component2](https://codium.ai/images/pr_agent/improve_component2.png){width=768} !!! note "Notes" - - Language that are currently supported by the tool: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin` + - Languages that are currently supported by the tool: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin` - This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool. ## Configuration options