Moonshot AI has introduced Kimi Code CLI, an innovative open-source coding agent designed for terminal use. This tool is capable of reading and modifying code, executing shell commands, searching through files, and retrieving web content. It intelligently determines its next actions based on user feedback. The project is available under the MIT license and can be accessed on GitHub.
Kimi Code CLI is the evolution of the previous kimi-cli, now developed in TypeScript and distributed via npm. It seamlessly integrates with Moonshot AI’s Kimi models while also allowing configurations for other compatible services.
This AI agent is tailored for software development tasks, including feature implementation, bug fixing, and code refactoring. It can navigate unfamiliar codebases and respond to architectural inquiries. The execution model is based on feedback, allowing the agent to plan, modify, test, and report its actions. Read-only tasks are performed automatically, while modifications require user approval, ensuring developers maintain control over significant changes.
The CLI is freely available and requires Kimi Code OAuth or a Moonshot AI Open Platform API key for model access.
