agentic coding cli · active beta
Mint is an agentic coding CLI. Have a conversation, and Mint dispatches parallel workers, subagents, and a Scout → Architect → Builder → Reviewer pipeline — all with cost-aware model routing.
why routing matters
how it works
Run mint init once. Mint scans the repo, writes .mint/context.json, and generates MINT.md project rules.
For real coding work, Mint narrows the file set, routes each phase to a cheaper capable model, and runs Scout → Architect → Builder → Reviewer instead of one blind completion.
Mint prints unified diffs, tracks savings, and can apply changes from the terminal. The beta already supports diff application; history and undo are the next hardening step.
what ships now
| Model | Provider | Input / 1M tokens | Output / 1M tokens | Mint uses it for |
|---|---|---|---|---|
| Llama 3.1 8B | groq | $0.05 | $0.08 | scout trivial tasks · cheap classification |
| Llama 3.3 70B | groq | $0.59 | $0.79 | auto stronger scout / reviewer passes |
| DeepSeek V3 | deepseek | $0.27 | $1.10 | default architect + builder for most code tasks |
| Qwen 2.5 Coder 32B | openrouter | $0.40 | $1.20 | fallback budget code fallback path |
| Gemini 2.0 Flash | $0.075 | $0.30 | auto large-context cheap fallback | |
| Claude Sonnet 4 | anthropic | $3.00 | $15.00 | manual premium escalation path |
| Claude Opus 4 | anthropic | $15.00 | $75.00 | explicit only -m opus |
features
One-shot tasks already run through a multi-agent pipeline. Mint classifies the task, narrows the file set, plans the change, generates diffs, and reviews the result.
mint init builds a project index, dependency graph, summaries, and rules file so later tasks start with grounded context instead of blind prompting.
mint agent can read, grep, edit, write, list directories, and run bash with approval modes. This is the path toward deeper autonomous repo work.
Mint still tracks spend and savings, but now routing is part of the agent loop. BYOK providers can run directly, and the Mint gateway remains the shared fallback path.
current stage
preview
This is what a real Mint session looks like — you talk, agents work in parallel, diffs get reviewed and applied.
We're still hardening the rough edges. Drop your email and we'll let you know when it's solid.
Get Early AccessMint already ships indexing, routing, a multi-agent pipeline, and beta diff apply. Join the list if you want release notes, roadmap updates, and early access as history, undo, and larger-repo hardening land.