Skip to content

Releases: sacenox/mini-coder

v1 Release candidate

05 Mar 10:18
v0.0.14
86d6784

Choose a tag to compare

v1 Release candidate Pre-release
Pre-release

mini-coder v1.0 Release Candidate

Tag: 0.0.14
Status: First public v1 RC

🚀 What’s in v1 RC

mini-coder is now ready as a stable, usable CLI coding agent focused on speed and low friction:

  • Fast terminal-native coding agent (mc) with minimal UI overhead
  • Core code tools built in: glob, grep, read, create, replace, insert, shell, subagent
  • Multi-provider model support (OpenCode/Zen, Anthropic, OpenAI, Google, Ollama)
  • Persistent session memory with local SQLite (resume and continue workflows)
  • Custom slash commands from .agents/commands/*.md (with argument + shell interpolation)
  • Inline custom command execution support
  • Custom agents via .agents/agents/*.md (@agent-name)
  • Skills system via .agents/skills/<name>/SKILL.md (@skill-name)
  • MCP integration (including Exa web tools when configured)
  • Post-tool hooks via .agents/hooks/post-<tool>
  • Undo support backed by per-turn snapshots
  • Clean terminal UX (status bar, compact tool output, markdown-aware streaming)

✅ v1 RC goals met

  • Small and fast runtime (Bun + TypeScript)
  • Extensible .agents ecosystem compatibility (local + global overrides)
  • Practical autonomous coding loop with safe file editing primitives
  • Repo-focused workflows with shell + tool orchestration

🧪 Release candidate note

0.0.14 is the v1 release candidate.
Functionality is complete for v1 scope; this RC is intended for final validation before marking stable v1.