docs: clarify cli distribution options - #2664
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3ac20b6650
ℹ️ About Codex in GitHub
Your team has set up Codex to 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 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - **Automating tasks**: batch-processing files, running builds and tests, chaining multiple scripts together | ||
|
|
||
| The CLI is written in TypeScript, distributed via npm, and runs on Node.js. | ||
| The CLI is written in TypeScript and is available either as a standalone binary or as an npm package. |
There was a problem hiding this comment.
Update the mirrored Chinese guide
This English Getting Started sentence now clarifies that the CLI can be installed as either a standalone binary or an npm package, but the mirrored Chinese page still says it is distributed through npm and runs on Node.js. Chinese readers will continue to see the old conflicting distribution description even though the install flow below recommends a no-Node standalone script, so the zh mirror should be updated in the same change.
AGENTS.md reference: docs/AGENTS.md:L19-L21
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Updated the mirrored Chinese guide to keep both versions consistent. Thanks!
Summary
Clarifies that Kimi Code CLI is available both as a standalone binary and as an npm package.
The previous wording described the CLI only as being distributed via npm and running on Node.js, which could conflict with the recommended standalone install flow documented immediately below.
Changes
Validation