• bitcoinBitcoin(BTC)$60,785.00-1.89%
  • ethereumEthereum(ETH)$1,560.91-5.76%
  • tetherTether(USDT)$1.000.05%
  • binancecoinBNB(BNB)$573.58-2.86%
  • usd-coinUSDC(USDC)$1.000.01%
  • rippleXRP(XRP)$1.08-2.84%
  • solanaSolana(SOL)$62.37-4.93%
  • tronTRON(TRX)$0.319540-1.76%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.030.95%
  • HyperliquidHyperliquid(HYPE)$59.23-3.98%
  • dogecoinDogecoin(DOGE)$0.081142-2.61%
  • USDSUSDS(USDS)$1.000.01%
  • leo-tokenLEO Token(LEO)$9.57-3.66%
  • RainRain(RAIN)$0.012908-1.58%
  • stellarStellar(XLM)$0.1991425.71%
  • zcashZcash(ZEC)$361.5818.04%
  • CantonCanton(CC)$0.1517704.95%
  • cardanoCardano(ADA)$0.155875-3.50%
  • moneroMonero(XMR)$298.00-9.53%
  • chainlinkChainlink(LINK)$7.31-2.61%
  • whitebitWhiteBIT Coin(WBT)$43.25-2.56%
  • USD1USD1(USD1)$1.000.07%
  • Ethena USDeEthena USDe(USDE)$1.000.03%
  • bitcoin-cashBitcoin Cash(BCH)$216.15-2.11%
  • daiDai(DAI)$1.000.04%
  • the-open-networkToncoin(TON)$1.540.87%
  • MemeCoreMemeCore(M)$2.82-7.59%
  • hedera-hashgraphHedera(HBAR)$0.078679-2.59%
  • litecoinLitecoin(LTC)$42.58-2.79%
  • avalanche-2Avalanche(AVAX)$6.70-5.24%
  • paypal-usdPayPal USD(PYUSD)$1.00-0.03%
  • Circle USYCCircle USYC(USYC)$1.130.00%
  • suiSui(SUI)$0.70-0.99%
  • LABLAB(LAB)$8.87-19.54%
  • shiba-inuShiba Inu(SHIB)$0.000005-3.39%
  • tether-goldTether Gold(XAUT)$4,284.75-3.03%
  • crypto-com-chainCronos(CRO)$0.057536-1.69%
  • Global DollarGlobal Dollar(USDG)$1.000.02%
  • nearNEAR Protocol(NEAR)$1.90-5.76%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.130.11%
  • pax-goldPAX Gold(PAXG)$4,293.07-3.26%
  • BittensorBittensor(TAO)$194.45-1.27%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.055398-1.72%
  • mantleMantle(MNT)$0.52-2.66%
  • Ripple USDRipple USD(RLUSD)$1.000.02%
  • polkadotPolkadot(DOT)$0.95-3.99%
  • AsterAster(ASTER)$0.62-6.40%
  • OndoOndo(ONDO)$0.323131-8.23%
  • HTX DAOHTX DAO(HTX)$0.000002-2.19%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Moonshot AI Releases Kimi Code CLI: A Terminal AI Coding Agent Built in TypeScript for Next-Gen Agents

June 6, 2026
in AI & Technology
Reading Time: 10 mins read
A A
Moonshot AI Releases Kimi Code CLI: A Terminal AI Coding Agent Built in TypeScript for Next-Gen Agents
ShareShareShareShareShare

Moonshot AI has released Kimi Code CLI, an open-source coding agent that runs in the terminal. The tool reads and edits code, runs shell commands, searches files, and fetches web pages. It then chooses its next step based on the feedback it receives. The project is MIT-licensed and lives on GitHub..

Kimi Code CLI is the successor to the older kimi-cli. The new agent is written in TypeScript and distributed via npm. It works out of the box with Moonshot AI’s Kimi models. It can also be configured to use other compatible providers.

YOU MAY ALSO LIKE

Google Will Pay SpaceX $920 Million A Month To Use xAI’s Data Centers

NVIDIA Releases Nemotron 3.5 ASR: A 600M-Parameter Cache-Aware Streaming Model Transcribing 40 Language-Locales in Real Time

What is Kimi Code CLI

Kimi Code CLI is an AI agent for software development and terminal operations. It can implement new features, fix bugs, and complete refactors. It can also explore an unfamiliar codebase and answer architecture questions. Batch file processing, builds, and chained test runs are supported too.

The execution model is feedback-driven. The agent plans steps, modifies code, runs tests, and reports its actions. Read-only operations run automatically by default. For file edits or shell commands, the agent asks for confirmation first. This approval flow keeps risky actions under developer control.

The CLI itself is free and MIT-licensed. Model access requires Kimi Code OAuth or a Moonshot AI Open Platform API key.

https://github.com/MoonshotAI/kimi-code

Key Features

Moonshot lists several features aimed at long, focused agent sessions:

  • Single-binary distribution. One command installs it, with no Node.js setup required.
  • Fast startup. Moonshot says the TUI is ready in milliseconds.
  • Purpose-built TUI. The interface is tuned for extended agent sessions.
  • Video input. Drop a screen recording or demo clip into the chat.
  • AI-native MCP configuration. Add and authenticate Model Context Protocol servers via /mcp-config.
  • Subagents for parallel work. Dispatch built-in coder, explore, and plan subagents in isolated contexts.
  • Lifecycle hooks. Run local commands to gate tool calls, audit decisions, or trigger notifications.

Installation and First Run

Two installation paths exist. The official script needs no pre-installed Node.js.

On macOS or Linux, run the install script:

curl -fsSL https://code.kimi.com/kimi-code/install.sh | bash

On Windows, use PowerShell:

irm https://code.kimi.com/kimi-code/install.ps1 | iex

The global npm install requires Node.js 24.15.0 or later:

npm install -g @moonshot-ai/kimi-code

Verify the binary, then open a project and start the interactive UI:

kimi --version
cd your-project
kimi

On first launch, type /login inside the UI. You can choose Kimi Code OAuth or a Moonshot AI Open Platform API key. To run one instruction without the UI, use kimi -p "your task". To resume the previous session, add -C.

Use Cases

  • Understanding a project: Ask for an architecture overview and a module dependency diagram.
  • Implementing a feature: Describe the signature, options, and acceptance criteria up front.
  • Fixing a bug: Give the symptom, reproduction steps, and expected behavior together.
  • Writing tests and refactoring: Extract repeated patterns, then run tests to confirm behavior.
  • One-off automation: Analyze logs and output call counts with p50 and p99 latencies.
  • Scheduled tasks: Ask the agent to set reminders or recurring checks via cron.

Plan mode is available through Shift-Tab or kimi --plan. It outputs a research plan before touching files. For safe batch work, --yolo or /yolo skips approval prompts. The /fork command creates an experimental branch you can abandon. The /compact command compresses context to free up tokens. For large investigations, the main agent can dispatch subagents in parallel.

How Kimi Code CLI Compares

Kimi Code CLI joins several established terminal coding agents. The table below compares it with three of them. Competitor details reflect mid-2026 and can change quickly.

Attribute Kimi Code CLI Claude Code OpenAI Codex CLI Gemini CLI
Developer Moonshot AI Anthropic OpenAI Google
Backing model Kimi models Claude models GPT-5.3-Codex Gemini 2.5 Pro
Language / runtime TypeScript Node.js Rust TypeScript
Install Script or npm (Node.js ≥ 24.15.0) Native installer or npm npm / native npm single binary
MCP support Yes (/mcp-config) Yes Yes Yes
Subagents Yes (coder, explore, plan) Yes Yes No (sequential)
Plan mode Yes (Shift-Tab) Yes Yes Yes
IDE integration ACP (Zed, JetBrains) VS Code, JetBrains VS Code, IDEs VS Code (Code Assist)
License MIT Proprietary Open source Apache 2.0

All four agents support the Model Context Protocol. They differ on backing model, language, license, and orchestration. Kimi Code CLI and Codex CLI both ship native subagents. Gemini CLI runs tasks sequentially without subagent support.

Key Takeaways

  • Kimi Code CLI is an MIT-licensed terminal coding agent from Moonshot AI.
  • It is written in TypeScript and installs via script or npm.
  • Built-in coder, explore, and plan subagents run in isolated contexts.
  • MCP servers are configured conversationally through /mcp-config, not raw JSON.
  • It succeeds kimi-cli and migrates existing configuration and sessions.

Marktechpost’s Visual Explainer


Kimi Code CLI · Guide
01 / 09

Overview

Kimi Code CLI

Moonshot AI’s open-source terminal coding agent that reads code, runs commands, and plans its next step.

  • Runs in your terminal as an AI coding agent
  • MIT-licensed · written in TypeScript · distributed via npm
  • Works with Kimi models or other compatible providers

Slide 02

What Is Kimi Code CLI?

  • Reads and edits code, runs shell commands, searches files
  • Fetches web pages and chooses the next step from feedback
  • Read-only actions run automatically by default
  • File edits and shell commands ask for confirmation first

Slide 03

Key Features

  • Single-binary distribution — no Node.js setup required
  • Built-in coder, explore, and plan subagents
  • AI-native MCP configuration via /mcp-config
  • Lifecycle hooks and video input support

Slide 04

Install

macOS / Linux

curl -fsSL https://code.kimi.com/kimi-code/install.sh | bash

Windows (PowerShell)

irm https://code.kimi.com/kimi-code/install.ps1 | iex

npm (Node.js 24.15.0+)

npm install -g @moonshot-ai/kimi-code

Slide 05

First Run

kimi --version
cd your-project
kimi
  • Type /login → Kimi Code OAuth or Moonshot API key
  • kimi -p "your task" runs one instruction without the UI
  • kimi -C resumes the previous session

Slide 06

Use Cases

  • Understand a project: architecture overview and dependency map
  • Implement features with clear signatures and acceptance criteria
  • Fix bugs from symptom, reproduction steps, and expected behavior
  • Write tests, refactor, and automate log analysis or batch edits

Slide 07

Modes & Commands

  • Plan mode: Shift-Tab or kimi --plan
  • --yolo or /yolo skips approvals for safe batch work
  • /fork creates an experimental branch you can abandon
  • /compact compresses context to free up tokens

Slide 08

How It Compares

Attribute Kimi Code CLI Claude Code Codex CLI Gemini CLI
Model Kimi models Claude models GPT-5.3-Codex Gemini 2.5 Pro
Language TypeScript Node.js Rust TypeScript
Subagents Yes Yes Yes No
License MIT Proprietary Open source Apache 2.0

Slide 09

Key Takeaways

  • MIT-licensed terminal coding agent from Moonshot AI
  • Written in TypeScript; installs via script or npm
  • coder, explore, plan subagents in isolated contexts
  • MCP configured conversationally, not raw JSON
  • Succeeds kimi-cli; migrates config and sessions


Check out the GitHub Repo here. Also, feel free to follow us on Twitter and don’t forget to join our 150k+ ML SubReddit and Subscribe to our Newsletter. Wait! are you on telegram? now you can join us on telegram as well.

Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us


Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Google Will Pay SpaceX 0 Million A Month To Use xAI’s Data Centers
AI & Technology

Google Will Pay SpaceX $920 Million A Month To Use xAI’s Data Centers

June 6, 2026
NVIDIA Releases Nemotron 3.5 ASR: A 600M-Parameter Cache-Aware Streaming Model Transcribing 40 Language-Locales in Real Time
AI & Technology

NVIDIA Releases Nemotron 3.5 ASR: A 600M-Parameter Cache-Aware Streaming Model Transcribing 40 Language-Locales in Real Time

June 6, 2026
EA’s Star Wars Zero Company Drops August 27
AI & Technology

EA’s Star Wars Zero Company Drops August 27

June 6, 2026
Stellar Blade’s Slick-Looking Sequel Is Officially Called Blood Rain
AI & Technology

Stellar Blade’s Slick-Looking Sequel Is Officially Called Blood Rain

June 6, 2026
Next Post
Impact of the Trump admin’s foreign aid cuts on maternal health in Sierra Leone

Impact of the Trump admin's foreign aid cuts on maternal health in Sierra Leone

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
My Husband Is Getting Real Estate Advice From TikTok (Is This A Bad Idea?)

My Husband Is Getting Real Estate Advice From TikTok (Is This A Bad Idea?)

June 2, 2026
Parallax: A Parameterized Local Linear Attention That Keeps Softmax and Adds a Learned Covariance Correction Branch

Parallax: A Parameterized Local Linear Attention That Keeps Softmax and Adds a Learned Covariance Correction Branch

June 1, 2026
Trans rights progress sparked backlash, lawyer says

Trans rights progress sparked backlash, lawyer says

June 5, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!