Skip to content

v0.1.2-beta

Pre-release
Pre-release

Choose a tag to compare

@mncuchiinhuttt mncuchiinhuttt released this 22 Aug 16:34
· 31 commits to main since this release
4544511

Autonomous AI pair programming CLI built in Go with deep thinking capabilities, multi-agent orchestration, and native MCP support.

🚀 Highlights & New Features

  • ⚔️ /resolve: Autonomous Git merge conflict resolver scanning and cleanly merging conflicting branches.
  • 🗄️ /db: Interactive database explorer and SQL query runner with rich ASCII table rendering.
  • 🌐 /api: In-terminal REST/HTTP testing tool measuring latency and formatting JSON responses.
  • 🌲 /tree: Interactive ASCII codebase tree visualizer with file sizes and dirty status badges.
  • 🔗 /share: Public web session sharing directly with mncode-web (mncode.dev/share/[id]).
  • 📚 25+ Specialized Engineering Skills: Technical writing, Clean Architecture, SQL optimizer, Next.js App Router, Docker & Kubernetes, OAuth PKCE, Redis caching, etc.
  • 🩺 /doctor: Workspace health audit & compliance scorecard (compilers, git status, rule size limits).
  • 🧪 /test [--heal]: Project test runner with autonomous stack trace auto-healing loop.
  • 📝 /commit & /changelog: AI semantic conventional commits, auto-staging, push, and release notes synthesis.
  • 🔍 /symbol & /scratch: AST symbol search and instant local temporary code sandbox.
  • 🔄 /undo & /rewind: Checkpoint snapshot rollback engine.

📦 Quick Install

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/mncuchiinhuttt/mncode/main/install.sh | sh

# Windows (PowerShell)
irm https://raw.githubusercontent.com/mncuchiinhuttt/mncode/main/install.ps1 | iex

📥 Pre-built Standalone Binaries

  • macOS (Apple Silicon): mncode-darwin-arm64
  • macOS (Intel): mncode-darwin-amd64
  • Linux (x86_64): mncode-linux-amd64
  • Linux (ARM64): mncode-linux-arm64
  • Windows (x64): mncode-windows-amd64.exe