Trending / repos
MoonshotAI/
kimi-code
KIMI CODE IS A TYPESCRIPT CLI FOR RUNNING AN AI CODING A
Kimi Code brings an AI coding agent to the terminal
MoonshotAI/kimi-code · TypeScript
Kimi Code is a TypeScript CLI for running an AI coding agent inside the terminal. It reads and edits code, runs shell commands, searches files, fetches web pages, and decides follow-up steps from command feedback. The tool works out of the box with Moonshot AI Kimi models, with configuration options for other compatible model providers.
- Stars
- 4.9K
- Forks
- 717
- Issues
- 465
- PRs
- 299
Kimi Code
Kimi Code is a terminal-based AI coding agent from Moonshot AI. It can inspect a repository, edit files, run shell commands, search through code, and fetch web pages while continuing from the results it receives.
Why it matters
The project targets developers who want agentic coding help without leaving the command line. It ships with support for Moonshot AI Kimi models and can be configured for other compatible model backends.
Key details
- Written in TypeScript
- Runs as a CLI tool
- Handles code edits, shell commands, file search, and web fetches
- Designed for iterative coding workflows