#95 · Primary category: AI Coding Assistants
MiMo-Code
MiMo Code: Where Models and Agents Co-Evolve
Project last updated:08/29/26
GitHub Stars
12.9K
Forks
1.3K
Contributors
20
License
MIT
Why we included this project
Coding agents are easy to find, but most forget everything once the session ends. MiMoCode runs in the terminal and does the usual agent work, reading and writing code, running commands, and managing Git, while a SQLite-backed memory system keeps checkpoints, notes, and task progress between sessions. It auto-compacts and reconstructs context from saved state, so a long task can survive context-window limits instead of dying when the model runs out of room. Built on OpenCode and MIT-licensed, it works with any OpenAI-compatible provider or OAuth logins like Codex, and there is a zero-config MiMo Auto channel if you want to start immediately. If you are tired of assistants that forget everything between sessions, this one is built to remember.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.