ReleaseXiaomi (MiMo)Xiaomi (MiMo)published Aug 19, 2026seen 1w

XiaomiMiMo/MiMo-Code v0.1.13

XiaomiMiMo/MiMo-Code

Open original ↗

Captured source

source ↗
published Aug 19, 2026seen 1wcaptured 1whttp 200method plain

v0.1.13

Repository: XiaomiMiMo/MiMo-Code

Tag: v0.1.13

Published: 2026-08-19T11:00:17Z

Prerelease: no

Release notes:

What's Changed

  • fix(runtime): use Node APIs for hashing and FTS queries in core by @yanyihan-xiaomi in https://github.com/XiaomiMiMo/MiMo-Code/pull/2110
  • chore: drop the dead dev branch and the beta release path by @yanyihan-xiaomi in https://github.com/XiaomiMiMo/MiMo-Code/pull/2111
  • fix(flag): read MIMOCODE_AUTO_APPROVE_DELETE lazily so embedders can toggle it at runtime by @JinyuXiang-Mimo in https://github.com/XiaomiMiMo/MiMo-Code/pull/2114
  • feat(permission): make the delete-ask exemption instance-scoped, not process-global by @JinyuXiang-Mimo in https://github.com/XiaomiMiMo/MiMo-Code/pull/2115
  • fix(provider): replay empty signed Anthropic thinking blocks by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2117
  • fix(permission): let yolo auto-approve deletes by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2120
  • feat(checkpoint): add disable switch by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2121
  • fix(id): extend identifier timestamps to 64 bits before v1 wraps by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2122
  • fix(checkpoint): hide disabled lifecycle prompt copy by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2124
  • fix(checkpoint): hide disabled lifecycle prompt copy by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2130
  • fix(session): stabilize MCP tool ordering by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2131
  • fix(session): gate dynamic system prompt content behind flag by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2132
  • fix(skill): add MIMOCODE_DISABLE_AGENTS_SKILLS flag by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2133
  • fix(skill): dedupe skills catalog in model messages and cache global discovery by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2134
  • perf(prompt): keep system environment cache-stable by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2119
  • fix(agent): prevent subagents from spawning nested subagents by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2139
  • fix(session): don't tell subagents to call the masked actor tool by @yanyihan-xiaomi in https://github.com/XiaomiMiMo/MiMo-Code/pull/2140
  • fix(provider): enforce Anthropic image dimension limits by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2146
  • fix(tui): bash_delete prompt — stale glyph leak, dropped deletion lines, sizing by @yanyihan-xiaomi in https://github.com/XiaomiMiMo/MiMo-Code/pull/2145
  • fix(session): roll back the compaction boundary when no summary lands by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2148
  • fix(codex): remove 372K context cap for GPT models by @yanyihan-xiaomi in https://github.com/XiaomiMiMo/MiMo-Code/pull/2149
  • feat(permission): decouple skip-all from permission ask timeout by @yanyihan-xiaomi in https://github.com/XiaomiMiMo/MiMo-Code/pull/2151
  • feat(server): OpenAI-compatible capability API on every session by @wqymi in https://github.com/XiaomiMiMo/MiMo-Code/pull/2147
  • fix: remove hasSideEffect for OpenAI Responses API compatibility by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2152
  • feat(exec): expose all request-authorized MCP tools to exec without search gating by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2153
  • feat(exec): add ALL_TOOLS catalog and transpile scripts with TypeScript by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2154
  • feat: add MIMOCODE_CODEX_MODE flag and unify system prompts by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2157
  • feat(runtime): isolate child process environments by @yanyihan-xiaomi in https://github.com/XiaomiMiMo/MiMo-Code/pull/2159
  • fix(gpt): use normal prompt for mimo-v2.5 models by @MiMoHardFather in https://github.com/XiaomiMiMo/MiMo-Code/pull/2161
  • Update SDK types and OpenAPI spec by @yanyihan-xiaomi in https://github.com/XiaomiMiMo/MiMo-Code/pull/2162
  • chore: bump version to 0.1.13 by @qiaozongming in https://github.com/XiaomiMiMo/MiMo-Code/pull/2164

Full Changelog: https://github.com/XiaomiMiMo/MiMo-Code/compare/v0.1.12...v0.1.13