Discover and explore top open-source AI tools and projects—updated daily.
carlos-algmsAI agent chat interface for Neovim
Top 73.4% on SourcePulse
Agentic.nvim provides a native chat interface for AI agents directly within Neovim, leveraging the Agent Client Protocol (ACP). It targets Neovim users seeking to integrate AI assistance without leaving their editor, offering seamless workflow continuity, session persistence, and rich context management by utilizing existing ACP provider configurations and authentication.
How It Works
This plugin acts as an interface to various AI agents (Claude, Gemini, Codex, etc.) by implementing the Agent Client Protocol (ACP). It directly uses the user's pre-configured ACP provider CLIs and authentication methods from their terminal, ensuring consistent performance and results. This approach avoids the need to reconfigure or manage separate API keys within Neovim, offering a unified experience for AI-assisted development.
Quick Start & Requirements
lazy.nvim configuration provided).claude-agent-acp, gemini-cli, codex-acp, opencode, cursor-agent, auggie, mistral-vibe). Installation instructions for various package managers are provided, but users should refer to official provider documentation.img-clip.nvim dependency, which requires xclip/wl-clipboard (Linux) or pngpaste (macOS).Highlighted Details
@file).Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or project health signals were found in the provided README.
Licensing & Compatibility
Limitations & Caveats
The plugin requires manual installation of all ACP provider CLIs, as it does not manage these dependencies. Image pasting from the clipboard relies on external plugins and system utilities, which may have platform-specific limitations. A minimum Neovim version of 0.11.0 is mandatory.
23 hours ago
Inactive
danny-avila