From 391630f448ab64acab48153836751888118c52e0 Mon Sep 17 00:00:00 2001 From: "Jan-Niklas W." <6104311+niklas-wortmann@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:44:36 -0600 Subject: [PATCH 1/3] Add JetBrains AI support --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c3dcdf269c..5f460ae996 100644 --- a/README.md +++ b/README.md @@ -134,23 +134,24 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c ## 🤖 Supported AI Agents -| Agent | Support | Notes | -|-----------------------------------------------------------|---------|---------------------------------------------------| -| [Claude Code](https://www.anthropic.com/claude-code) | ✅ | | -| [GitHub Copilot](https://code.visualstudio.com/) | ✅ | | -| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | ✅ | | -| [Cursor](https://cursor.sh/) | ✅ | | -| [Qwen Code](https://github.com/QwenLM/qwen-code) | ✅ | | -| [opencode](https://opencode.ai/) | ✅ | | -| [Windsurf](https://windsurf.com/) | ✅ | | -| [Kilo Code](https://github.com/Kilo-Org/kilocode) | ✅ | | -| [Auggie CLI](https://docs.augmentcode.com/cli/overview) | ✅ | | -| [CodeBuddy CLI](https://www.codebuddy.ai/cli) | ✅ | | -| [Roo Code](https://roocode.com/) | ✅ | | -| [Codex CLI](https://github.com/openai/codex) | ✅ | | +| Agent | Support | Notes | +|--------------------------------------------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------| +| [Claude Code](https://www.anthropic.com/claude-code) | ✅ | | +| [GitHub Copilot](https://code.visualstudio.com/) | ✅ | | +| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | ✅ | | +| [Cursor](https://cursor.sh/) | ✅ | | +| [Qwen Code](https://github.com/QwenLM/qwen-code) | ✅ | | +| [opencode](https://opencode.ai/) | ✅ | | +| [Windsurf](https://windsurf.com/) | ✅ | | +| [Kilo Code](https://github.com/Kilo-Org/kilocode) | ✅ | | +| [Auggie CLI](https://docs.augmentcode.com/cli/overview) | ✅ | | +| [CodeBuddy CLI](https://www.codebuddy.ai/cli) | ✅ | | +| [Roo Code](https://roocode.com/) | ✅ | | +| [Codex CLI](https://github.com/openai/codex) | ✅ | | | [Amazon Q Developer CLI](https://aws.amazon.com/developer/learning/q-developer-cli/) | ⚠️ | Amazon Q Developer CLI [does not support](https://github.com/aws/amazon-q-developer-cli/issues/3064) custom arguments for slash commands. | -| [Amp](https://ampcode.com/) | ✅ | | -| [SHAI (OVHcloud)](https://github.com/ovh/shai) | ✅ | | +| [Amp](https://ampcode.com/) | ✅ | | +| [SHAI (OVHcloud)](https://github.com/ovh/shai) | ✅ | | +| [JetBrains AI](https://www.jetbrains.com/ai-ides/) | ✅ | Works through Claude Agent integration, so make sure to select claude in init option and select Claude Agent in AI Chat | ## 🔧 Specify CLI Reference From 3b1f6efdb74e0c2072b70cbb9442cc45f1712ffe Mon Sep 17 00:00:00 2001 From: "Jan-Niklas W." <6104311+niklas-wortmann@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:51:37 -0600 Subject: [PATCH 2/3] revert auto-formatting --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 5f460ae996..94d1b00ab3 100644 --- a/README.md +++ b/README.md @@ -134,24 +134,24 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c ## 🤖 Supported AI Agents -| Agent | Support | Notes | -|--------------------------------------------------------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------| -| [Claude Code](https://www.anthropic.com/claude-code) | ✅ | | -| [GitHub Copilot](https://code.visualstudio.com/) | ✅ | | -| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | ✅ | | -| [Cursor](https://cursor.sh/) | ✅ | | -| [Qwen Code](https://github.com/QwenLM/qwen-code) | ✅ | | -| [opencode](https://opencode.ai/) | ✅ | | -| [Windsurf](https://windsurf.com/) | ✅ | | -| [Kilo Code](https://github.com/Kilo-Org/kilocode) | ✅ | | -| [Auggie CLI](https://docs.augmentcode.com/cli/overview) | ✅ | | -| [CodeBuddy CLI](https://www.codebuddy.ai/cli) | ✅ | | -| [Roo Code](https://roocode.com/) | ✅ | | -| [Codex CLI](https://github.com/openai/codex) | ✅ | | +| Agent | Support | Notes | +|-----------------------------------------------------------|---------|---------------------------------------------------| +| [Claude Code](https://www.anthropic.com/claude-code) | ✅ | | +| [GitHub Copilot](https://code.visualstudio.com/) | ✅ | | +| [Gemini CLI](https://github.com/google-gemini/gemini-cli) | ✅ | | +| [Cursor](https://cursor.sh/) | ✅ | | +| [Qwen Code](https://github.com/QwenLM/qwen-code) | ✅ | | +| [opencode](https://opencode.ai/) | ✅ | | +| [Windsurf](https://windsurf.com/) | ✅ | | +| [Kilo Code](https://github.com/Kilo-Org/kilocode) | ✅ | | +| [Auggie CLI](https://docs.augmentcode.com/cli/overview) | ✅ | | +| [CodeBuddy CLI](https://www.codebuddy.ai/cli) | ✅ | | +| [Roo Code](https://roocode.com/) | ✅ | | +| [Codex CLI](https://github.com/openai/codex) | ✅ | | | [Amazon Q Developer CLI](https://aws.amazon.com/developer/learning/q-developer-cli/) | ⚠️ | Amazon Q Developer CLI [does not support](https://github.com/aws/amazon-q-developer-cli/issues/3064) custom arguments for slash commands. | -| [Amp](https://ampcode.com/) | ✅ | | -| [SHAI (OVHcloud)](https://github.com/ovh/shai) | ✅ | | -| [JetBrains AI](https://www.jetbrains.com/ai-ides/) | ✅ | Works through Claude Agent integration, so make sure to select claude in init option and select Claude Agent in AI Chat | +| [Amp](https://ampcode.com/) | ✅ | | +| [SHAI (OVHcloud)](https://github.com/ovh/shai) | ✅ | | | +| [JetBrains AI](https://www.jetbrains.com/ai-ides/) | ✅ | Works through Claude Agent integration, so make sure to select claude in init option and select Claude Agent in AI Chat | ## 🔧 Specify CLI Reference From 27dbea0b0be472062b7e1c179c63caa6534b682c Mon Sep 17 00:00:00 2001 From: "Jan-Niklas W." <6104311+niklas-wortmann@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:07:58 -0600 Subject: [PATCH 3/3] Update README.md Co-authored-by: Den Delimarsky <53200638+localden@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d1b00ab3..537ae8a09f 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c | [Amazon Q Developer CLI](https://aws.amazon.com/developer/learning/q-developer-cli/) | ⚠️ | Amazon Q Developer CLI [does not support](https://github.com/aws/amazon-q-developer-cli/issues/3064) custom arguments for slash commands. | | [Amp](https://ampcode.com/) | ✅ | | | [SHAI (OVHcloud)](https://github.com/ovh/shai) | ✅ | | | -| [JetBrains AI](https://www.jetbrains.com/ai-ides/) | ✅ | Works through Claude Agent integration, so make sure to select claude in init option and select Claude Agent in AI Chat | +| [JetBrains AI](https://www.jetbrains.com/ai-ides/) | ✅ | Works through Claude Agent integration. Select `claude` in when initializing the project. | ## 🔧 Specify CLI Reference