Documentation

Xiaomi MiMo Code

v0.1.13 · 2026-08-19

Theme: Fixing Operational Stability

  • Each TUI session now provides a scoped OpenAI-compatible interface on a random local port, allowing Skills and child processes to access conversation, speech synthesis, and speech recognition capabilities via a restricted token without exposing the Provider credentials.

  • Exec can directly invoke the MCP tools that have been authorized for the current request; the read-only ALL_TOOLS directory and TypeScript transpilation capability are newly added to reduce tool search round trips, and it is compatible with Node Bundle.

  • Added MIMOCODE_CODEX_MODE, which enables any model to utilize a unified set of GPT/Codex prompts and toolkits; GPT models under Codex OAuth are no longer restricted to a fixed 372K context, and will instead follow the actual context configuration of the model.

  • Checkpoint supports independent shutdown and rollback to context compression; the removal of automatic approval has been changed to instance-level control, --yolo still respects explicit rejection rules, and permission wait timeout is also decoupled from skip-all.

  • Further strengthened the isolation between the Node runtime and the child process environment, and fixed issues including MCP/Skill sequence, child Agent recursion, rollback upon compression failure, Anthropic images and Thinking, OpenAI Responses, MiMo-V2.5 routing, and deletion confirmation popups.

View Release · Full Changelog

v0.1.12 · 2026-08-13

Topic: Credential Isolation and Unattended Execution

  • Provider Key, OAuth Refresh Token, MCP environment variables and request headers are no longer passed to child processes such as Bash, MCP, LSP, and PTY along with the inherited environment; embedders may instead use in-process interfaces to inject credentials.

  • Added --yolo as a shorthand for --dangerously-skip-permissions in the CLI; the deletion operation will skip secondary confirmation only when all targets are confirmed to be located in the system temporary directory and not belong to the current project.

  • Compose Next can be discovered and invoked by the model upon explicit user authorization, while retaining the constraints of worktree switching, specification overriding and context restoration.

  • For GPT service overload incidents, a maximum of three automatic retries are supported; models including GPT, Claude and Kimi will no longer receive inapplicable scheduled Skill Search reminders.

  • Release the extended waiting window for mirror synchronization and return a non-zero status upon failure, while supplementing the SDK types as well as contribution and security instructions.

View Release · Full Changelog

v0.1.11 · 2026-08-10

Topic: Controllable Memory Writing and MCP Parameter Reliability

  • Added memory. disable_write: stops writing to checkpoint, MEMORY. md, notes. md and task progress, while retaining memory retrieval capability.

  • Added memory-search built-in skill, which supports querying the SQLite session history library.

  • Fixed the issue where OpenAI-compatible streaming parsing caused silent parameter loss for multi-parameter MCP tools.

  • The MCP Client has been adjusted to a process-level single-instance architecture, and issues related to child Agent prompts, session diff, and TUI session list have been fixed.

View Release · Full Changelog

v0.1.10 · 2026-08-05

Topic: Orchestrator, Multi-session and Context Reliability

  • The Orchestrator preferentially routes to existing sessions, and the liveness status of sub-sessions is now determined based on the last activity time, which reduces misjudgments and duplicate creation.

  • Pre-compress the budget according to the model settings, follow the context upper limit configured by the user, and fix the issues of duplicate reconstruction and checkpoint recovery.

  • Exec restores MCP distribution and real-time sub-call traces, and MCP tools are found to support request-level, token-aware gating.

  • The Provider no longer sends empty messages, and has enhanced the compatibility of Anthropic reasoning, OpenAI streaming retry, and DeepSeek reasoning effort.

  • TUI adds Vivid / Minimal visual modes, with built-in Playwright CLI and Grok Build skill packs.

View Release · Full Changelog

v0.1.9 · 2026-07-24

Topic: MiMo-V2.5 Free Limited Switch and Plan Mode Fix

  • MiMo-V2.5 will be available for free trial until July 26,2026, and TUI has added a corresponding end-of-life prompt; usage with a self-provided API Key will not be affected.

  • Improve the continuation of the Plan mode under unconfirmed responses to prevent the model from exiting the planning process prematurely.

  • Optimized slash command discovery, GPT sub-Agent tool parsing, and OpenAI response header wait timeout.

  • Workflow tools are now enabled on demand, and the Python toolchain rules are aligned with the default Ruff set.

View Release · Full Changelog

v0.1.8 · 2026-07-23

Topics: Codex Login, GPT Support, and Compose Next

  • Added the Codex login option, removed the model filter, and officially added support for the GPT model.

  • Added built-in /compose-next to gradually replace the old Compose Agent.

  • The write scope of Dream / Distill is limited to memory and the. mimocode directory.

  • Office Skills adds OS-specific CJK font guidelines and supports discovery of packaged runtimes via the MIMO_* environment variables.

  • Fixed issues with empty user messages, global session remount timing, and checkpoint writer recovery boundaries.

View Release · Full Changelog

v0.1.7 · 2026-07-20

Topic: Scripted Tool Orchestration and Skill Search

  • Added tool_script, which allows the model to orchestrate multiple tool calls in the QuickJS sandbox to reduce round trips.

  • Added a BM25-based skill_search, and added skill packages in the categories of Data Analysis, product design, sales and learning.

  • Added optional Session Handoff and Try-best detectors.

  • Upgrade xAI/Grok Provider and support OAuth login.

  • We have hardened the serialization of tool scripts, sandbox isolation and MCP distribution, and fixed session issues such as GPT reasoning-only steps.

View Release · Full Changelog

v0.1.6 · 2026-07-15

Topic: Multi-skill Orchestration, Permission Bypass and Custom Provider

  • Slash Skills is enabled by default; when multiple skills are referenced in the same message, they will be automatically loaded and an orchestration plan will be generated.

  • Added /skip-permissions for unattended tasks: normal permissions are automatically granted, and dangerous operations are automatically rejected after timeout.

  • Added /modalities to enable configuration of image, audio, video and PDF capabilities for custom models in the TUI.

  • Unified into a single System Message to improve compatibility with self-deployed backends such as vLLM; fixed the schema issue of Moonshot / Kimi tool calls.

  • Orchestrator adds liveness tracking, fan-in aggregation and laggy monitoring; newly added /rebuild for manual context rebuilding.

View Release · Full Changelog

v0.1.5 · 2026-07-07

Topic: Built-in Skills, Research Workflow and Windows Installer

  • It comes with 14 built-in skills across 14 domains for the first time, covering scenarios such as Office document processing, academic writing, information retrieval and research, front-end design, and skill creation.

  • Added deep-research and fact-check workflows to support parallel research, reflection and citation verification.

  • The installation, upgrade and uninstallation process for native Windows PowerShell is now officially available.

  • Image pasting supports multimodal capability judgment; Edit is changed to exact match by default, and fuzzy match becomes optional.

  • Experimental Orchestrator and Cron/Loop scheduling capabilities are provided for the first time.

View Release · Full Changelog

v0.1.4 · 2026-06-29

Topic: Compose Workflow and Observability

  • Workflow TUI has been upgraded to a full-screen observable page that displays real-time phases, statuses, and sub-Agent conversations.

  • Added a built-in compose Workflow, which formalizes the sequence of Brainstorm → Design → Implement → Verify → Review → Merge into an executable parallelizable process.

  • Added dedicated system prompts for DeepSeek, GLM and MiniMax.

  • Fixed the garbled output of Windows Chinese Shell, tool invocation in text mode, and long connection timeout issues.

  • Adjust the MCP private network connection policy: the private network MCP Server configured by users will no longer be incorrectly intercepted by SSRF rules.

View Release · Full Changelog

v0.1.3 · 2026-06-24

Topic: Security Hardening and Chinese Input Experience

  • Fixed 25 issues including XSS, authentication, rate limiting, and Webhook signature verification based on security audit results.

  • Added SSRF protection for AI-initiated Web Fetch, including defenses against private network, cloud metadata address and IPv4-mapped IPv6 bypasses.

  • Fixed the issues of residual symbols, missing characters, and incorrect auto-completion alignment caused by multi-line pasting after Chinese characters.

  • The model selector pins MiMo Provider to the top and unifies the OAuth login entry.

  • Add a tool compatibility layer to unify the behaviors of tools including Edit, Read, Write, Apply Patch, and Notebook.

View Release · Full Changelog

v0.1.2 · 2026-06-23

Topic: Free Channels, Command Search and Notebook Editing

  • Redesigned the display of the free MiMo channel, and added a Token Plan prompt when rate limiting is triggered.

  • The Command Palette supports keyword search in both English and Pinyin, eliminating the need for Chinese users to switch between input methods.

  • Added notebook-edit, which supports the replacement, insertion and deletion of Jupyter cells.

  • Plan mode switching no longer refreshes the tool list, and voice input supports custom ASR Providers.

  • The installation package is connected to the Chinese mainland CDN, and the protection against directory traversal and working directory boundaries has been strengthened.

View Release · Full Changelog

v0.1.1 · 2026-06-15

Topic: First Maintenance Release

  • GitHub Release only labels the version number and does not provide independent and detailed change descriptions.

  • This version follows up on the iterations concerning installation, terminal compatibility and basic stability after the initial public release.

View Release

v0.1.0 · 2026-06-11

Topic: MiMo Code Officially Released for the First Time

  • We have released a native AI programming Agent for terminals, which supports integration with multiple Providers and MiMo models.

  • It introduces persistent memory, long context management, multi-agent collaboration and the Compose workflow pattern.

  • Provides a configuration system covering TUI, MCP, Skills, voice input, and project-level. mimocode.

  • The project is open-sourced under the MIT License, and supports installation on macOS, Linux and Windows.

Update Time September 07, 2026

Copyright©2026 Xiaomi. All Rights Reserved | Cookie Policy | Cookie Preferences

We use cookies and similar technologies of our own to ensure the proper functioning of the website, customize content according to user preferences and analyze users' interactions on the website, as well as their browsing habits. You can find more information in our Cookie Policy. Select an option or go to Cookie Settings to manage your preferences. Learn More.