You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Select the `cline_cli` adapter in your chat buffer
318
+
319
+
311
320
## Setup: Codex
312
321
313
322
To use OpenAI's [Codex](https://openai.com/codex/), install an ACP-compatible adapter like [this](https://github.com/zed-industries/codex-acp) one from [Zed](https://zed.dev).
Copy file name to clipboardExpand all lines: doc/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ CodeCompanion is a Neovim plugin which enables you to code with AI, using LLMs a
21
21
-:speech_balloon:[Copilot Chat](https://github.com/features/copilot) meets [Zed AI](https://zed.dev/blog/zed-ai), in Neovim
22
22
-:zap: Integrates Neovim with LLMs and Agents in the CLI
23
23
-:electric_plug: Support for LLMs from Anthropic, Copilot, GitHub Models, DeepSeek, Gemini, Mistral AI, Novita, Ollama, OpenAI, Azure OpenAI, HuggingFace and xAI out of the box (or bring your own!)
24
-
-:robot: Support for [Agent Client Protocol](https://agentclientprotocol.com/overview/introduction), enabling coding with agents like [Augment Code](https://docs.augmentcode.com/cli/overview), [Cagent](https://github.com/docker/cagent) from Docker, [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview), [Codex](https://openai.com/codex), [Copilot CLI](https://github.com/features/copilot/cli), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Goose](https://block.github.io/goose/), [Cursor CLI](https://cursor.com/docs/cli/overview), [Kimi CLI](https://github.com/MoonshotAI/kimi-cli), [Kiro](https://kiro.dev/cli/), [Mistral Vibe](https://github.com/mistralai/mistral-vibe) and [OpenCode](https://opencode.ai)
24
+
-:robot: Support for [Agent Client Protocol](https://agentclientprotocol.com/overview/introduction), enabling coding with agents like [Augment Code](https://docs.augmentcode.com/cli/overview), [Cagent](https://github.com/docker/cagent) from Docker, [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview), [Cline CLI](https://docs.cline.bot/home), [Codex](https://openai.com/codex), [Copilot CLI](https://github.com/features/copilot/cli), [Gemini CLI](https://github.com/google-gemini/gemini-cli), [Goose](https://block.github.io/goose/), [Cursor CLI](https://cursor.com/docs/cli/overview), [Kimi CLI](https://github.com/MoonshotAI/kimi-cli), [Kiro](https://kiro.dev/cli/), [Mistral Vibe](https://github.com/mistralai/mistral-vibe) and [OpenCode](https://opencode.ai)
25
25
-:heart_hands: User contributed and supported [adapters](/configuration/adapters-http#community-adapters)
26
26
-:battery: Support for [Model Context Protocol (MCP)](/model-context-protocol)
27
27
-:rocket:[Inline transformations](/usage/inline.html), code creation and refactoring
@@ -47,6 +47,7 @@ CodeCompanion uses [HTTP](configuration/adapters-http) and [ACP](configuration/a
47
47
- Augment Code (`auggie_cli`) - Requires an API key
48
48
- Cagent (`cagent`)
49
49
- Claude Code (`claude_code`) - Requires an API key or a Claude Pro subscription
50
+
- Cline CLI (`cline_cli`)
50
51
- Codex (`codex`) - Requires an API key
51
52
- Copilot (`copilot`) - Requires a token which is created via `:Copilot setup` in [Copilot.vim](https://github.com/github/copilot.vim)
52
53
- Gemini CLI (`gemini_cli`) - Requires an API key or a Gemini Pro subscription
0 commit comments