Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ For Zed, add this to `~/.config/zed/settings.json`:

Then open a new conversation in Zed's Agent panel. See [Using in IDEs](https://moonshotai.github.io/kimi-code/en/guides/ides) for JetBrains setup and troubleshooting, and the [`kimi acp` reference](https://moonshotai.github.io/kimi-code/en/reference/kimi-acp) for the full capability matrix.

ACP clients are not limited to editors. For example, [qwen-audio-agent](https://github.com/QwenAudio/qwen-audio-agent) is a realtime full-duplex voice frontend that drives a `kimi acp` session hands-free (barge-in, local wake word); point its generic ACP backend at Kimi Code with `ACP_COMMAND=kimi` and `ACP_ARGS=["acp"]`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add the missing generic ACP backend selector

When a reader follows this qwen-audio-agent setup as written, ACP_COMMAND and ACP_ARGS are ignored unless qwen-audio-agent is first told to use the generic ACP backend. Its setup docs show the generic path as AGENT_PROTOCOL=acp together with ACP_COMMAND/ACP_ARGS (https://github.com/QwenAudio/qwen-audio-agent/blob/main/README_EN.md#L399-L404), while an empty protocol runs frontend-only, so the example will not actually start kimi acp for users who copy just this paragraph; the Chinese README has the same omission.

Useful? React with 👍 / 👎.


## Docs

- [Getting Started](https://moonshotai.github.io/kimi-code/en/guides/getting-started)
Expand Down
2 changes: 2 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Kimi Code CLI 支持 [Agent Client Protocol](https://agentclientprotocol.com/)

随后在 Zed 的 Agent 面板新建对话即可。JetBrains 配置与排障见[在 IDE 中使用](https://moonshotai.github.io/kimi-code/zh/guides/ides),完整能力矩阵见 [`kimi acp` 参考](https://moonshotai.github.io/kimi-code/zh/reference/kimi-acp)。

ACP 客户端不限于编辑器。例如 [qwen-audio-agent](https://github.com/QwenAudio/qwen-audio-agent) 是一个实时全双工语音前台,可以免提驱动 `kimi acp` 会话(支持插嘴打断、本地唤醒词):在其通用 ACP 后台配置中设置 `ACP_COMMAND=kimi`、`ACP_ARGS=["acp"]` 即可接入。

## 文档

- [快速上手](https://moonshotai.github.io/kimi-code/zh/guides/getting-started)
Expand Down