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
To use [Goose](https://block.github.io/goose/) in CodeCompanion, ensure you've followed their [documentation](https://block.github.io/goose/docs/getting-started/installation/) to setup and install Goose CLI. Then ensure that in your chat buffer you select the `goose` adapter.
374
374
375
+
## Setup: Kilo Code
376
+
377
+
To use [Kilo Code](https://kilo.ai) in CodeCompanion, ensure you've followed their documentation to [install](https://kilo.ai/docs/getting-started/installing#cli) and [configure](https://kilo.ai/docs/getting-started/setup-authentication#cli) it. Then ensure that in your chat buffer you select the `kilocode` adapter.
378
+
379
+
You can specify a custom model in your `~/.config/kilo/kilo.json` file:
380
+
381
+
```json
382
+
{
383
+
"$schema": "https://kilo.ai/config.json",
384
+
"model": "kilo/kilo-auto/free",
385
+
}
386
+
```
387
+
375
388
## Setup: Kimi CLI
376
389
377
390
Install [Kimi CLI](https://github.com/MoonshotAI/kimi-cli?tab=readme-ov-file#installation) as per their instructions. Then in the CLI, run `kimi` followed by `/login` to configure your API key. Then ensure that in your chat buffer you select the `kimi_cli` adapter.
@@ -396,4 +409,3 @@ You can specify a custom model in your `~/.config/opencode/config.json` file:
Copy file name to clipboardExpand all lines: doc/index.md
+4-3Lines changed: 4 additions & 3 deletions
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 plugin which enables you to code with AI, using LLMs and agen
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), [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)
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), [Kilo Code](https://kilo.ai), [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
@@ -50,12 +50,13 @@ CodeCompanion uses [HTTP](configuration/adapters-http) and [ACP](configuration/a
50
50
- Cline CLI (`cline_cli`)
51
51
- Codex (`codex`) - Requires an API key
52
52
- Copilot (`copilot`) - Requires a token which is created via `:Copilot setup` in [Copilot.vim](https://github.com/github/copilot.vim)
53
+
- DeepSeek (`deepseek`) - Requires an API key
54
+
- Gemini (`gemini`) - Requires an API key
53
55
- Gemini CLI (`gemini_cli`) - Requires an API key or a Gemini Pro subscription
54
56
- GitHub Models (`githubmodels`) - Requires [`gh`](https://github.com/cli/cli) to be installed and logged in
55
57
- Goose (`goose`) - Requires an API key
56
-
- DeepSeek (`deepseek`) - Requires an API key
57
-
- Gemini (`gemini`) - Requires an API key
58
58
- HuggingFace (`huggingface`) - Requires an API key
59
+
- Kilo Code (`kilocode`) - Requires an API key
59
60
- Kimi CLI (`kimi_cli`) - Requires an API key
60
61
- Mistral AI (`mistral`) - Requires an API key or a Le Chat Pro subscription
0 commit comments