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