IDE integration
Kimi Code CLI supports integration into IDEs via the Agent Client Protocol (ACP), allowing you to use AI coding capabilities directly within your editor.
Before configuring your IDE, make sure Kimi Code CLI is installed and you have completed the /login setup.
Using with Zed
Zed is a modern IDE with native ACP support.
Add the following configuration to Zed's settings file ~/.config/zed/settings.json:
After saving the configuration, you can select Kimi Code in Zed's Agent panel to start a conversation.
Using with JetBrains IDEs
The JetBrains family of IDEs (IntelliJ IDEA, PyCharm, WebStorm, etc.) supports ACP through the AI Assistant plugin.
Prerequisites
- Ensure the AI Assistant plugin is installed and enabled.
- Enable the experimental feature in the Registry:
- Open Help → Find Action and search for
Registry... - Find and enable
llm.enable.mock.response
- Open Help → Find Action and search for
Configuration steps
- Open the AI Chat panel.
- Click Configure ACP agents.
- Add a new ACP configuration:
The command field requires the full path to kimi. Find it by running which kimi in your terminal.
After configuration, select Kimi Code in the AI Chat panel to get started.