From 7614c7a2d2d3d2c349b419d1fc2990781c66be53 Mon Sep 17 00:00:00 2001 From: Erin Shaben Date: Mon, 27 Apr 2026 22:23:25 -0400 Subject: [PATCH 1/3] create a clearer hierarchy --- code-reviews/get-started/installation.md | 58 ++++++++++++++++++------ 1 file changed, 43 insertions(+), 15 deletions(-) diff --git a/code-reviews/get-started/installation.md b/code-reviews/get-started/installation.md index f6af824c..eb2c1983 100644 --- a/code-reviews/get-started/installation.md +++ b/code-reviews/get-started/installation.md @@ -22,6 +22,8 @@ Before getting started, ensure you have: === "VS Code / Codex VS Code" + **Install** + 1. Click the **Add to VS Code** button below: --8<-- 'text/install-button-vscode.md' @@ -32,6 +34,8 @@ Before getting started, ensure you have: ![Install Extension](/images/code-reviews/get-started/installation/vscode/vscode-integration-1.webp) + **Log in** + Now that the extension is installed, you need to log in with your kluster.ai account: 1. Click on **Sign in** in the bottom right corner. @@ -49,6 +53,8 @@ Before getting started, ensure you have: ![Open and Install MCP](/images/code-reviews/get-started/installation/vscode/vscode-integration-5.webp) + **Enable** + Once signed in, to enable kluster.ai in the VS Code agent chat window, take the following steps: 1. Open a Copilot chat window and select the **Tools** button on the bottom right corner. @@ -63,6 +69,8 @@ Before getting started, ensure you have: === "Cursor" + **Install** + 1. Click the **Add to Cursor** button below. --8<-- 'text/install-button-cursor.md' @@ -72,7 +80,7 @@ Before getting started, ensure you have: 3. Click **Install** to add the extension into Cursor. ![Extension Installation Prompt in Cursor](/images/code-reviews/get-started/installation/cursor/cursor-integration-1.webp) - + Once installed, you can verify the setup: 1. Open **Cursor Settings**. You can use the gear icon in the top right corner to do so. @@ -92,6 +100,8 @@ Before getting started, ensure you have: !!! warning "AI coding agent support" kluster.ai MCP integration in JetBrains requires the **Junie** AI agent. Install Junie separately from **Settings** :material-cog: → **Plugins** → **Marketplace** by searching for **Junie**. Other JetBrains AI agents are not supported. + **Install** + kluster.ai supports JetBrains IDEs such as IntelliJ IDEA and WebStorm. Open the JetBrains IDE of your choice, and go to **Settings** :material-cog: → **Plugins** → **Marketplace**. 1. Search for **kluster**. @@ -103,6 +113,8 @@ Before getting started, ensure you have: !!! tip "Alternative: install from the JetBrains Marketplace website" You can also install the plugin from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/30646-kluster-ai){target=\_blank} website. Click **Install** on the plugin page and follow the prompts to open your IDE. + **Log in** + Now that the plugin is installed, you need to log in with your kluster.ai account: 1. Click **Sign in to kluster** in the plugin panel. @@ -117,7 +129,7 @@ Before getting started, ensure you have: ![Successfully logged in to kluster.ai in JetBrains](/images/code-reviews/get-started/installation/jetbrains/jetbrains-integration-4.webp) - **Alternative: log in with an API key** + **Alternative log in: with an API key** If the browser sign-in flow is unavailable, you can log in using an API key. Retrieve your key from the [kluster.ai platform](https://platform.kluster.ai){target=\_blank} and paste it into the API key field in the plugin panel. @@ -138,6 +150,8 @@ Before getting started, ensure you have: - **Windows x64**: The kluster.ai Visual Studio extension is only available for Windows x64. macOS and Linux are not supported. - **Node.js**: The Kluster-Verify-Code MCP package runs through `npx`. Install [Node.js](https://nodejs.org/){target=\_blank} before installing the extension. + **Install** + kluster.ai supports Visual Studio 2026 (the full IDE, not Visual Studio Code). 1. Open Visual Studio. From the menu bar, choose **Extensions** → **Manage Extensions**. @@ -163,13 +177,15 @@ Before getting started, ensure you have: ![Open the kluster.ai panel manually from the View menu](/images/code-reviews/get-started/installation/visualstudio/visualstudio-integration-4.webp) + **Log in** + Now that the extension is installed, you need to log in with your kluster.ai account: 1. Click **Sign in** in the kluster.ai panel. 2. A browser window opens. Authorize with your kluster.ai account. 3. Return to Visual Studio. The panel shows "Signed in as ``." - **Alternative: log in with an API key** + **Alternative log in: with an API key** If the browser sign-in flow is unavailable, you can log in using an API key: @@ -179,7 +195,9 @@ Before getting started, ensure you have: 4. Copy the displayed key. 5. Paste the key into the API key field in the Visual Studio panel. - **Enable kluster tools in Copilot Chat** + **Enable** + + To enable kluster tools in Copilot Chat: 1. Open the **GitHub Copilot Chat** panel from **View** → **GitHub Copilot Chat** (or use Ctrl+\\, C). 2. Click the **Filter tools** icon (wrench/funnel) in the chat input area. @@ -198,6 +216,8 @@ Before getting started, ensure you have: === "Windsurf" + **Install** + 1. Click the **Add to Windsurf** button below. --8<-- 'text/install-button-windsurf.md' @@ -212,6 +232,8 @@ Before getting started, ensure you have: ![Trust publisher](/images/code-reviews/get-started/installation/windsurf/windsurf-integration-2.webp) + **Log in** + Now that the extension is installed, you need to log in with your kluster.ai account: 1. Click on **Sign in** in the bottom left corner. @@ -243,6 +265,8 @@ Before getting started, ensure you have: === "Antigravity" + **Install** + 1. Click the **Add to Antigravity** button below. --8<-- 'text/install-button-antigravity.md' @@ -253,6 +277,8 @@ Before getting started, ensure you have: ![Extension Installation Prompt in Antigravity](/images/code-reviews/get-started/installation/antigravity/antigravity-integration-1.webp) + **Log in** + Now that the extension is installed, you need to log in with your kluster.ai account: 1. Click **Sign in** in the bottom left corner. @@ -372,19 +398,21 @@ Before getting started, ensure you have: === "CLI (Standalone)" + **Terminal installation** + kluster-cli is a standalone command-line tool that works without an IDE or AI assistant. Install it directly on macOS, Linux, or Windows. - **macOS / Linux / WSL:** + === "macOS / Linux / WSL" - ```bash - curl -fsSL https://cli.kluster.ai/install.sh | sh - ``` + ```bash + curl -fsSL https://cli.kluster.ai/install.sh | sh + ``` - **Windows PowerShell:** + === "Windows PowerShell" - ```powershell - irm https://cli.kluster.ai/install.ps1 | iex - ``` + ```powershell + irm https://cli.kluster.ai/install.ps1 | iex + ``` After installing, authenticate with your API key: @@ -402,6 +430,6 @@ Before getting started, ensure you have: ## Next steps -- **[Human-written code](/code-reviews/ide-reviews/human-written-code/on-demand-reviews/)**: Learn about on-demand reviews in your editor -- **[AI-generated code](/code-reviews/ide-reviews/ai-generated-code/automatic-reviews/)**: Learn about automatic reviews for AI-assisted coding -- **[Pick your workflow](/code-reviews/get-started/pick-your-workflow/)**: Decide which mode fits your workflow +- **[Human-written code](/code-reviews/ide-reviews/human-written-code/on-demand-reviews/)**: Learn about on-demand reviews in your editor. +- **[AI-generated code](/code-reviews/ide-reviews/ai-generated-code/automatic-reviews/)**: Learn about automatic reviews for AI-assisted coding. +- **[Pick your workflow](/code-reviews/get-started/pick-your-workflow/)**: Decide which mode fits your workflow. From 2212be5c75aa72aef4584ac30954ed547d7b6605 Mon Sep 17 00:00:00 2001 From: Erin Shaben Date: Mon, 27 Apr 2026 22:33:04 -0400 Subject: [PATCH 2/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- code-reviews/get-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-reviews/get-started/installation.md b/code-reviews/get-started/installation.md index eb2c1983..5215a341 100644 --- a/code-reviews/get-started/installation.md +++ b/code-reviews/get-started/installation.md @@ -80,7 +80,7 @@ Before getting started, ensure you have: 3. Click **Install** to add the extension into Cursor. ![Extension Installation Prompt in Cursor](/images/code-reviews/get-started/installation/cursor/cursor-integration-1.webp) - + Once installed, you can verify the setup: 1. Open **Cursor Settings**. You can use the gear icon in the top right corner to do so. From 83c5ce09a57d683a140d19ef75ee0a3343f89908 Mon Sep 17 00:00:00 2001 From: Erin Shaben Date: Mon, 27 Apr 2026 22:33:32 -0400 Subject: [PATCH 3/3] log in > login --- code-reviews/get-started/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code-reviews/get-started/installation.md b/code-reviews/get-started/installation.md index 5215a341..b44b0a8e 100644 --- a/code-reviews/get-started/installation.md +++ b/code-reviews/get-started/installation.md @@ -129,7 +129,7 @@ Before getting started, ensure you have: ![Successfully logged in to kluster.ai in JetBrains](/images/code-reviews/get-started/installation/jetbrains/jetbrains-integration-4.webp) - **Alternative log in: with an API key** + **Alternative login: with an API key** If the browser sign-in flow is unavailable, you can log in using an API key. Retrieve your key from the [kluster.ai platform](https://platform.kluster.ai){target=\_blank} and paste it into the API key field in the plugin panel. @@ -185,7 +185,7 @@ Before getting started, ensure you have: 2. A browser window opens. Authorize with your kluster.ai account. 3. Return to Visual Studio. The panel shows "Signed in as ``." - **Alternative log in: with an API key** + **Alternative login: with an API key** If the browser sign-in flow is unavailable, you can log in using an API key: