Skip to content

misterdev v0.1.0

Choose a tag to compare

@dcondrey dcondrey released this 05 Jul 21:14
d4f9845

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-x adds 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.