docs(ides): Replace instructions on how to use Kimi CLI in Zed#1178
docs(ides): Replace instructions on how to use Kimi CLI in Zed#1178yeskunall wants to merge 1 commit intoMoonshotAI:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Zed IDE integration instructions in the documentation to reflect Zed's migration from Agent Server Extensions to the ACP registry. According to the PR description, Agent Server Extensions are being deprecated in favor of the ACP registry, making the current documentation outdated.
Changes:
- Replaced the detailed manual configuration instructions for Zed with a simplified instruction to use the ACP registry
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - `env`: Environment variables, usually left empty | ||
|
|
||
| After saving the configuration, you can create Kimi Code CLI sessions in Zed's Agent panel. | ||
| [Zed](https://zed.dev/) is a modern IDE that supports ACP. To use Kimi CLI within Zed, you can install it via the [ACP registry](https://agentclientprotocol.com/get-started/registry) in Zed by launching the command palette and typing `zed: acp registry`. |
There was a problem hiding this comment.
The Chinese version of this documentation file (docs/zh/guides/ides.md) still contains the old Agent Server Extensions configuration that is being deprecated. To maintain consistency between the English and Chinese documentation, the same changes should be applied to the Chinese version as well.
|
Looks like you guys require the Chinese docs to be the source of truth? |
Related Issue
N/A
Description
Agent Server Extensions are being deprecated in favor of the ACP registry. You can learn more here, but soon the current docs will not be valid.
Checklist
make gen-changelogto update the changelog.make gen-docsto update the user documentation.