On the morning of June 11, Xiaomi's MiMo tech team officially released and open-sourced MiMo Code V0.1.0. The official positioning is clear: Xiaomi's first entry into the Coding Agent space.

It's an experimental AI coding assistant that runs in the terminal. Built on top of OpenCode, open-sourced under the MIT license, with a time-limited free MiMo-V2.5 multimodal model. It ships with an original persistent memory system — a triple mechanism of project memory, session checkpoints, and task progress — where the main Agent focuses on the work and logging is entirely handled by an independent SubAgent. Window getting full? The SubAgent automatically compresses a clean briefing, and the main Agent carries on. Hundreds of turns in a long-running session, and no key information is lost.

Combined with Compose mode — press Tab to switch, give a simple idea, and the system automatically runs the full pipeline: design → plan → code → test → review. SWE-Bench Pro score: 62%, five points higher than Claude Code.

Xiaomi's official statement: MiMo Code starts with programming, but it doesn't stop at programming. It's not just a handy AI coding assistant — it's an AI teammate that lives in your terminal and gets smarter the more you use it.