From 67d02020befff6f0655dd2225c69ea56da34d88b Mon Sep 17 00:00:00 2001 From: Dannel Albert Date: Thu, 10 Jul 2025 07:07:01 -0400 Subject: [PATCH] docs: remove outdated IDE integration warning The Claude Code IDE integration issues (#2299 and #2295) have been resolved in newer versions. The latest Claude Code version (1.0.44) works properly with IDE integrations, making the warning unnecessary and potentially confusing for new users. --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index b3c31c7..72ba1ab 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,6 @@ ![Neovim version](https://img.shields.io/badge/Neovim-0.8%2B-green) ![Status](https://img.shields.io/badge/Status-beta-blue) -> ⚠️ **Important**: IDE integrations are currently broken in Claude Code releases newer than v1.0.27. Please use [Claude Code v1.0.27](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/1.0.27) or older until these issues are resolved: -> -> - [Claude Code not detecting IDE integrations #2299](https://github.com/anthropics/claude-code/issues/2299) -> - [IDE integration broken after update #2295](https://github.com/anthropics/claude-code/issues/2295) - **The first Neovim IDE integration for Claude Code** — bringing Anthropic's AI coding assistant to your favorite editor with a pure Lua implementation. > 🎯 **TL;DR:** When Anthropic released Claude Code with VS Code and JetBrains support, I reverse-engineered their extension and built this Neovim plugin. This plugin implements the same WebSocket-based MCP protocol, giving Neovim users the same AI-powered coding experience.