Kimi Code CLI
ActiveDescription
Kimi Code CLI is Moonshot AI's next-generation terminal coding agent for automating complex programming tasks.
Key Features
- Terminal-native — Runs entirely in the terminal, integrating with existing dev tools
- Moonshot models — Optimized for Kimi LLM coding understanding
- Multi-file editing — Cross-file refactoring, batch changes and auto-test runs
- Context management — Long context window for large codebases
- Tool calling — Built-in file read/write, command execution and search tools
- Chinese-friendly — Deep understanding of Chinese comments and docs
Use Cases
💡 Completing code edits and refactoring via natural language in the terminal
💡 Executing cross-file batch changes in large codebases
💡 Auto-generating test cases and running CI checks
💡 Providing coding assistance for Chinese-speaking tech teams
💡 Serving as a lightweight dev assistant outside the IDE
Categories
Quick Start
# Install Kimi Code CLI
npm install -g @moonshot-ai/kimi-code
# Run inside your project
cd my-project
kimi-code