feat(integration): update Kimi integration for Kimi Code CLI#2979
Open
meymchen wants to merge 1 commit into
Open
feat(integration): update Kimi integration for Kimi Code CLI#2979meymchen wants to merge 1 commit into
meymchen wants to merge 1 commit into
Conversation
Update the Kimi integration to target the new Kimi Code CLI (MoonshotAI/kimi-code) layout: - Change skills directory from .kimi/skills/ to .kimi-code/skills/ - Change context file from KIMI.md to AGENTS.md - Extend --migrate-legacy to move old .kimi/skills/ installs and migrate KIMI.md user content to AGENTS.md - Clean up leftover legacy .kimi/skills/ directories on teardown - Update devcontainer installer to @moonshot-ai/kimi-code - Update docs and tests Relates to github#1532
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the built-in Kimi integration to align with the new Kimi Code CLI layout from Moonshot AI.
Relates to #1532.
Changes
.kimi/skills/to.kimi-code/skills/KIMI.mdtoAGENTS.md--migrate-legacynow also migrates:.kimi/skills/installs to.kimi-code/skills/speckit.xxx) to hyphenated (speckit-xxx)KIMI.mdtoAGENTS.mdteardown()removes leftover Speckit-generated.kimi/skills/speckit-*directoriesmulti_install_safeset toFalsebecause Kimi now sharesAGENTS.mdwith Codexpipx install kimi-clitonpm install -g @moonshot-ai/kimi-code@latestdocs/reference/integrations.md,CHANGELOG.md, and testsTesting
uv run pytest tests/integrations/test_integration_kimi.py— 43 passeduv run pytest tests/integrations/— 2218 passeduv run pytest tests/ -k kimi— 57 passedAI Assistance Disclosure
This change was developed with AI assistance for codebase exploration, implementation planning, and test generation. The final design decisions, code review, and verification were done by a human contributor.