misterdev v0.1.0
First public release.
misterdev is an autonomous, extensible LLM build orchestrator: point it at a repo and a goal, and it plans, edits, and verifies code across languages, merging only changes that keep the build green.
Highlights:
- Autonomous polyglot build loop with correctness gates (build/test/lint/typecheck + optional critic/mutation/runtime/web/vision) and git rollback on regression.
- Dynamic, cost-aware model selection over OpenRouter/Anthropic with failover; parallel execution in isolated git worktrees.
- Pluggable tools, gates, and targets via Python entry points —
pip install misterdev-plugin-xadds capability with zero core edits. - Agentic MCP tool use, including remote gateways (e.g. Glama) with a tool allowlist.
- misterdev as an MCP server (
misterdev-mcp) and a natural-language CLI — drive it in plain English, no flags to memorize.
Docs: see the README and docs/. Dual-licensed AGPL-3.0-or-later + commercial.