diff --git a/packages/app/src/data/acp-provider-catalog.ts b/packages/app/src/data/acp-provider-catalog.ts index c6bec8fe2..79b4a214a 100644 --- a/packages/app/src/data/acp-provider-catalog.ts +++ b/packages/app/src/data/acp-provider-catalog.ts @@ -279,11 +279,11 @@ const CATALOG_DATA = [ }, { id: "kimi", - title: "Kimi CLI", - description: "Moonshot AI's coding assistant", - version: "1.41.0", + title: "Kimi Code CLI", + description: "Moonshot AI's open-source terminal coding agent", + version: "0.11.0", iconId: "kimi", - installLink: "https://github.com/MoonshotAI/kimi-cli", + installLink: "https://github.com/MoonshotAI/kimi-code", command: ["kimi", "acp"], }, { diff --git a/public-docs/supported-providers.md b/public-docs/supported-providers.md index 11f1c8d49..970c7b04d 100644 --- a/public-docs/supported-providers.md +++ b/public-docs/supported-providers.md @@ -45,7 +45,7 @@ Pick any of these from the in-app provider catalog. Each entry is a one-click in - [Hermes Agent](https://hermes-agent.nousresearch.com/docs/user-guide/features/acp), Nous Research's self-improving agent. - [Junie](https://junie.jetbrains.com/docs/junie-cli-acp.html), JetBrains' coding agent. - [Kilo Code](https://kilo.ai/docs/code-with-ai/platforms/cli), open-source coding agent. -- [Kimi Code CLI](https://github.com/MoonshotAI/kimi-cli), Moonshot AI's coding assistant. +- [Kimi Code CLI](https://github.com/MoonshotAI/kimi-code), Moonshot AI's coding assistant. - [Minion Code](https://github.com/femto/minion-code), Minion-framework coding agent. - [Mistral Vibe](https://github.com/mistralai/mistral-vibe), Mistral's open-source CLI assistant. - [Nova](https://www.compassap.ai/portfolio/nova.html), Compass AI's software engineer.