Skip to content

docs: mention voice ACP clients with a qwen-audio-agent example - #2690

Open
x-lixu wants to merge 2 commits into
MoonshotAI:mainfrom
x-lixu:docs-voice-client-example
Open

docs: mention voice ACP clients with a qwen-audio-agent example#2690
x-lixu wants to merge 2 commits into
MoonshotAI:mainfrom
x-lixu:docs-voice-client-example

Conversation

@x-lixu

@x-lixu x-lixu commented Aug 6, 2026

Copy link
Copy Markdown

Related Issue

No issue — docs-only change (README clarification), per CONTRIBUTING doc changes may be submitted directly.

Problem

The README's "Use it in your editor (ACP)" section implies ACP usage is limited to editors. Since Kimi Code supports ACP over stdio (kimi acp), non-editor ACP clients — like voice frontends — can also drive it, but the README gives no example of this.

What changed

Added one short paragraph to the ACP section of both README.md and README.zh-CN.md, noting that ACP clients are not limited to editors and giving a concrete voice example: qwen-audio-agent (an ACP client list is maintained on the official ACP site). No code changes.

Disclosure: I'm a maintainer of qwen-audio-agent.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked a related issue, or explained the problem above. (No issue — docs-only, explained above)
  • I have added tests that prove my feature works. (N/A — README text only)
  • Ran gen-changesets skill, or this PR needs no changeset. (No changeset needed — README only)
  • Ran gen-docs skill, or this PR needs no doc update. (The README change itself is the doc update)

@changeset-bot

changeset-bot Bot commented Aug 6, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 1d0cc26

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1d0cc2673a

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread README.md

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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant