RepoDepot
Category

IDE Integrations

Bring the agent into your editor. Neovim plugins, VS Code extensions, JetBrains integrations, mobile clients, desktop companions — anything that surfaces an AI coding agent where you actually write code.

Frequently asked

About ide integrations

What is an IDE integration for an AI coding agent?+

An editor plugin or desktop companion that surfaces an AI coding agent inside your IDE — typically Neovim, VS Code, JetBrains, Zed, or Emacs. The plugin handles invocation, context selection, and result display while the agent does the work.

Do I need a separate subscription for the IDE plugin?+

The plugin itself is usually free and open-source. You still need a subscription or API key for whichever LLM provider the agent uses (Anthropic for Claude, OpenAI for Codex, etc.).

What’s the difference between an IDE integration and a CLI agent?+

A CLI agent runs as a standalone process in your terminal. An IDE integration runs inside the editor — usually as an extension or LSP client — and can stream changes directly into open buffers.

Browse other categories