feat: add Kimi Code CLI support (#2302)

Adds kimi-code to both platform-codes.yaml files so Kimi Code CLI
is available as an install target via the config-driven installer.
Skills are installed to .kimi/skills/, which is the project-level
skills directory per the official Kimi Code CLI documentation.

Closes #1630

Co-authored-by: Brian <bmadcode@gmail.com>
This commit is contained in:
Yahya Bin Naveed 2026-04-25 04:22:09 +05:00 committed by GitHub
parent c29b72ecc0
commit 9ff9d6f8f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View File

@ -114,6 +114,12 @@ platforms:
- .kilocode/workflows - .kilocode/workflows
target_dir: .kilocode/skills target_dir: .kilocode/skills
kimi-code:
name: "Kimi Code"
preferred: false
installer:
target_dir: .kimi/skills
kiro: kiro:
name: "Kiro" name: "Kiro"
preferred: false preferred: false

View File

@ -103,6 +103,12 @@ platforms:
category: ide category: ide
description: "AI coding platform" description: "AI coding platform"
kimi-code:
name: "Kimi Code"
preferred: false
category: cli
description: "Moonshot AI's Kimi Code CLI"
crush: crush:
name: "Crush" name: "Crush"
preferred: false preferred: false