myminicode
v1.0.7
Published
A minimal terminal coding agent powered by an LLM.
Readme
Install
npm install -g myminicodeThen run anywhere:
minicode # interactive chat
minicode "fix the failing test" # one-shotProviders
| Provider | Status | |---|---| | OpenRouter | ✅ ready | | OpenAI | ✅ ready | | Anthropic | 🚧 coming soon| | Chinese models (DeepSeek, Qwen, Kimi…) | 🚧 coming soon |
Drop in an API key and go — switch models anytime with /model.
Usage
minicode # interactive chat
minicode "fix the failing test" # one-shot — runs once, exits
minicode "add auth to the API" # multi-step task in your repo
DEBUG=1 minicode # print per-turn context-budget lines