From 3ac20b6650bf0bb55e558d980affd00ac629e532 Mon Sep 17 00:00:00 2001 From: Tom Santos Date: Wed, 5 Aug 2026 14:29:22 -0300 Subject: [PATCH 1/2] docs: clarify cli distribution options --- docs/en/guides/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/getting-started.md b/docs/en/guides/getting-started.md index 1d7bce3bc1..9c66d14b83 100644 --- a/docs/en/guides/getting-started.md +++ b/docs/en/guides/getting-started.md @@ -10,7 +10,7 @@ It fits scenarios such as: - **Understanding a project**: exploring an unfamiliar codebase and answering questions about architecture and implementation - **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. ## Installation From a3053ec877ff6071ba231bd62dd8050d92d095f5 Mon Sep 17 00:00:00 2001 From: Tom Santos Date: Wed, 5 Aug 2026 14:39:48 -0300 Subject: [PATCH 2/2] docs: update mirrored chinese distribution description --- docs/zh/guides/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guides/getting-started.md b/docs/zh/guides/getting-started.md index fc3f8870a3..893f0d89d7 100644 --- a/docs/zh/guides/getting-started.md +++ b/docs/zh/guides/getting-started.md @@ -10,7 +10,7 @@ Kimi Code CLI 是一个运行在终端中的 AI Agent,帮助你完成软件开 - **理解项目**:探索陌生的代码库,解答架构和实现层面的问题 - **自动化任务**:批量处理文件、运行构建与测试、串联多个脚本 -整套 CLI 以 TypeScript 编写,通过 npm 分发,运行在 Node.js 之上。 +整套 CLI 使用 TypeScript 编写,可通过独立二进制文件或 npm 包安装。 ## 安装