Xiaomi Open-Sources MiMo Code: A Terminal AI Programming Agent for Long-Horizon Tasks
English summary
Xiaomi has open-sourced its AI programming assistant MiMo Code under the MIT license, with source code hosted on GitHub. Built by the Xiaomi MiMo team based on OpenCode, MiMo Code is a terminal programming agent designed specifically for long-horizon automated coding tasks. The system focuses on maintaining decision-making quality and state continuity across tens to hundreds of consecutive execution steps. The release includes documentation and a blog post detailing its design goals.
Chinese summary
小米以 MIT 协议开源了其 AI 编程助手 MiMo Code,源代码托管在 GitHub 上。MiMo Code 由小米 MiMo 团队基于 OpenCode 构建,是一个专为长程自动化编程任务设计的终端编程代理。该系统的核心关注点是在几十甚至上百步的持续执行中保持决策质量与状态连续性。官方同时发布了博客文章解释设计目标。
Key points
Xiaomi open-sourced MiMo Code under the permissive MIT license.
小米以宽松的 MIT 许可证开源了 MiMo Code。
MiMo Code is a terminal-based AI coding agent built on top of OpenCode.
MiMo Code 是一个基于 OpenCode 构建的终端 AI 编程代理。
It is specifically designed for long-horizon automated programming, handling tasks that span tens or hundreds of steps.
它专为长程自动化编程设计,能处理几十甚至上百步的任务。
The core innovation is maintaining decision quality and state continuity over extended execution sequences.
核心创新在于长时间执行序列中保持决策质量和状态连续性。