From c61040e9f0d099e9ed01b80633a4fce6018644df Mon Sep 17 00:00:00 2001 From: kirillk Date: Wed, 27 May 2026 12:28:06 -0400 Subject: [PATCH 1/2] docs(kilo-docs): document JetBrains v7 EAP install --- .../markdoc/partials/install-jetbrains.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/packages/kilo-docs/markdoc/partials/install-jetbrains.md b/packages/kilo-docs/markdoc/partials/install-jetbrains.md index a64c1c1974e..6652b0eaf82 100644 --- a/packages/kilo-docs/markdoc/partials/install-jetbrains.md +++ b/packages/kilo-docs/markdoc/partials/install-jetbrains.md @@ -28,6 +28,31 @@ Before installing the Kilo Code plugin, ensure you have: 4. Search for "Kilo Code" 5. Click **Install** and restart your IDE +### Try the v7 EAP plugin + +The v7 EAP plugin is available for users who want to try the newest JetBrains experience before it reaches the default Marketplace channel. It uses a JetBrains-native UI and is designed to work well with JetBrains remote development. + +{% callout type="info" %} +EAP builds may update more frequently than the default Marketplace release. Share feedback in the JetBrains channel on the [Kilo Discord](https://kilo.ai/discord). +{% /callout %} + +To install the EAP build and receive updates: + +1. Open IntelliJ IDEA or another JetBrains IDE +2. Go to **Settings/Preferences → Plugins** +3. Click the gear icon and choose **Manage Plugin Repositories** +4. Add this repository URL: + +```text +https://plugins.jetbrains.com/plugins/list?channel=eap&pluginId=28350 +``` + +5. Return to the **Marketplace** tab +6. Search for **Kilo Code** +7. Click **Install** or **Update** and restart your IDE if prompted + +After the custom repository is added, JetBrains will offer EAP updates through the normal plugin update flow. + ### Supported IDEs - IntelliJ IDEA From ead1c6611b2b46d44b62c44adef1454732ad21c0 Mon Sep 17 00:00:00 2001 From: Kirill Kalishev Date: Wed, 27 May 2026 17:47:05 -0400 Subject: [PATCH 2/2] Update packages/kilo-docs/markdoc/partials/install-jetbrains.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Catriel Müller --- packages/kilo-docs/markdoc/partials/install-jetbrains.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kilo-docs/markdoc/partials/install-jetbrains.md b/packages/kilo-docs/markdoc/partials/install-jetbrains.md index 6652b0eaf82..2f9800f869e 100644 --- a/packages/kilo-docs/markdoc/partials/install-jetbrains.md +++ b/packages/kilo-docs/markdoc/partials/install-jetbrains.md @@ -28,7 +28,7 @@ Before installing the Kilo Code plugin, ensure you have: 4. Search for "Kilo Code" 5. Click **Install** and restart your IDE -### Try the v7 EAP plugin +### Try the v7 Early Access Program plugin The v7 EAP plugin is available for users who want to try the newest JetBrains experience before it reaches the default Marketplace channel. It uses a JetBrains-native UI and is designed to work well with JetBrains remote development.