AIAny
AI Client2025
Icon for item

Kimi Code CLI

Terminal-based coding agent that reads and edits code, runs shell commands, and fetches web pages while planning multi-step tasks autonomously. A Ctrl-X toggle drops into a raw shell, and ACP support plugs it into Zed and JetBrains IDEs.

Introduction

The terminal coding-agent space filled up fast — Claude Code, Codex, Gemini CLI, OpenCode — so the real question for any newcomer is what it does differently. The answer here is to treat the shell as a first-class surface rather than a sandbox: a single Ctrl-X toggle drops you into raw shell commands and back without leaving the agent loop, and the whole thing speaks the Agent Client Protocol so it can live inside Zed or JetBrains instead of only the terminal.

What Sets It Apart
  • Shell-native loop: Ctrl-X lets you mix agent prompts and hand-typed commands in one session instead of context-switching to a separate terminal — handy when you trust yourself for some steps and the agent for others.
  • Runs where you work: it ships as a CLI, a VS Code extension, and an ACP server for Zed/JetBrains, so the same agent backend is reachable from three entry points.
  • First-party Moonshot tooling: built and maintained by the team behind the Kimi models, with MCP support (HTTP + stdio transports, OAuth) for wiring in external tools, plus a zsh plugin for shell integration.
Who It's For

Great fit if you already use Kimi models, live in the terminal, and want an agent that blends manual shell work with autonomous multi-step execution — or if you want one agent reachable from both your editor and your shell. Look elsewhere if you need a mature, heavily documented ecosystem: it's young (still mid-rename from Kimi CLI to Kimi Code CLI), Python-first, and moving fast through frequent releases, so expect rough edges over rock-solid stability.

Information

  • Websitegithub.com
  • OrganizationsMoonshot AI
  • AuthorsMoonshotAI
  • Published date2025/10/15

Categories

More Items

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Model2026

Runs the Bonsai family of quantized LLMs locally (including vision-capable 27B): provides scripts and demo UIs to run 1-bit and ternary Bonsai models on macOS (Metal), Linux/Windows (CUDA/Vulkan/ROCm), or CPU, with long context, tool-calling and an optional Open WebUI agent demo.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).