Skip to content

update Kimi CLI to Kimi Code#1208

Open
akeyz wants to merge 1 commit into
Fission-AI:mainfrom
akeyz:fix/kimi-code
Open

update Kimi CLI to Kimi Code#1208
akeyz wants to merge 1 commit into
Fission-AI:mainfrom
akeyz:fix/kimi-code

Conversation

@akeyz

@akeyz akeyz commented Jun 13, 2026

Copy link
Copy Markdown

Kimi official code is now Kimi Code. The project detect folder has changed from .kimi to .kimi-code.

https://www.kimi.com/code

Summary by CodeRabbit

  • Documentation

    • Updated command syntax and supported tools tables to reflect "Kimi Code" tool naming and skill-based invocation patterns.
  • Chores

    • Updated tool configuration from "Kimi CLI" to "Kimi Code" with corresponding skills directory structure adjustments.
  • Tests

    • Updated test cases to validate Kimi Code tool configuration and directory paths.

@akeyz akeyz requested a review from TabishB as a code owner June 13, 2026 05:19
@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: e0f4b314-391c-411c-9840-2d519b73725b

📥 Commits

Reviewing files that changed from the base of the PR and between 1b06fdd and ba0a38c.

📒 Files selected for processing (4)
  • docs/commands.md
  • docs/supported-tools.md
  • src/core/config.ts
  • test/core/init.test.ts

📝 Walkthrough

Walkthrough

The PR updates the Kimi AI tool configuration entry from "Kimi CLI" to "Kimi Code" and changes the skills directory from .kimi to .kimi-code across the codebase, including configuration, documentation, and test validation.

Changes

Kimi Tool Rename and Skills Directory Migration

Layer / File(s) Summary
Tool configuration contract and documentation
src/core/config.ts, docs/supported-tools.md, docs/commands.md
The AI_TOOLS configuration entry for Kimi is renamed from "Kimi CLI" to "Kimi Code" and skillsDir path changes from .kimi to .kimi-code. Supported tools table and command syntax documentation are updated to reflect the new naming and directory pattern.
Skills-only integration test update
test/core/init.test.ts
The Kimi Code adapterless test case is updated to target the new .kimi-code directory structure, verifying that SKILL.md is correctly located under .kimi-code/skills/ and the commands directory path confirms commands are skipped.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related issues

Possibly related PRs

  • Fission-AI/OpenSpec#1003: Both PRs modify the same Kimi tool skills-only integration, transitioning from the .kimi/skills/ adapterless model to the .kimi-code/skills/ "Kimi Code" variant.
  • Fission-AI/OpenSpec#561: The main PR's skillsDir change from .kimi to .kimi-code directly affects refresh/configured detection logic that scans for existing SKILL.md under each tool's configured skillsDir.
  • Fission-AI/OpenSpec#227: Both PRs modify the shared AI_TOOLS configuration in src/core/config.ts to adjust AI assistant tool entries.

Suggested reviewers

  • TabishB

Poem

🐰 Hops over to the Kimi code,
From CLI path to .kimi-code,
Skills directory takes a new trail,
Tests all passing—hip hip hooray! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: renaming 'Kimi CLI' to 'Kimi Code' throughout the codebase and documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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