MR Multi Model Ai CoderThe Claude Code experience — on your own keys, your own CLIs, and a pile of completely free models. 👉 Install from the VS Code Marketplace 📚 Features · User documentation · Architecture Ever been locked out of Claude in the middle of your work?You're deep in a problem. Claude is helping you ship. Then — nothing. You're locked out.
Whatever the reason, your whole day stops while you figure out what to do next. You lose your train of thought. You lose the conversation you were halfway through. And the problem you were about to solve is still sitting there. This extension makes that problem go away. Use your own Claude account when it's working. The moment it isn't — click once and switch to a completely free model. Your chat keeps going. The files you had open, the context, the history, everything comes along. You never lose your flow. You get three things in one extension:
Mix and match however you want. Pay nothing you don't need to. Free models, out of the boxNo credit card, no trial period. Install one CLI and you get dozens of models ready to use: Kilo Code (
Qwen — DashScope free tier (API) or the Qwen CLI Mix and match. Use Claude for the hard reasoning, flip to a free model for routine edits, pay for nothing you don't need. iFlow support is currently paused while the iFlow CLI's sign-in flow stabilises — it'll come back once their auth migration is complete. What you getEverything Claude Code users expect, plus a few things they don't:
InstallEasiest — VS Code:
Command line:
Marketplace page: https://marketplace.visualstudio.com/items?itemName=mr-innovations.mr-multi-coder Quick start
Every conversation is a standalone editor tab. Open five in parallel if you want. Providers
Key commandsOpen the Command Palette (
Slash commands inside the chat: Key settings (under
|
| Setting | Default | What it does |
|---|---|---|
provider |
claude |
Active backend |
permissionMode |
default |
Approval behaviour |
claude.model |
claude-sonnet-4-6 |
Model for the Claude provider |
claude.backend |
anthropic |
Anthropic / Bedrock / Vertex / Foundry |
qwen.authMode |
api |
api (DashScope) or cli |
mcpServers |
{} |
Same JSON shape as Claude Code's settings.json |
loadProjectMemory |
true |
Auto-load CODER.md, CLAUDE.md, AGENTS.md, .mrmulticoder/MEMORY.md |
autoCompactThreshold |
0.8 |
Trigger /compact at this fraction of context |
toolResultTruncateBytes |
50000 |
Cap large tool results |
costCapUsdPerSession |
0 |
Block sends past this cost; 0 disables |
telemetry.enabled |
false |
Opt-in only, no content / paths / keys |
Team conventions (/init)
Run /init in any chat. It asks you a handful of questions (max file size, testing policy, commit style, off-limits paths, etc.), writes a single CODER.md at the repo root, and wires a reference to it into CLAUDE.md, KILO.md, IFLOW.md, QWEN.md, and AGENTS.md so every provider reads the same conventions.
Change the rules later? Edit CODER.md — everything else picks it up automatically.
Security
- API keys live in VS Code's
SecretStorage— never insettings.json, never synced, never logged. - CLI providers are auto-detected on your PATH. Nothing is bundled.
- Untrusted / virtual workspaces correctly gate file-edit and shell tools.
- Workspace trust respected throughout — Bash and edit tools refuse to run in untrusted folders.
Org policy (optional)
Commit a .mrmulticoder/policy.json to your repo to lock behaviour for contributors:
{
"forcedPermissionMode": "plan",
"forcedDisallowedTools": ["Bash"],
"costCapUsdPerSession": 5,
"disableCliProviders": false,
"lockProvider": "claude"
}
Documentation
- FEATURES.md — complete catalog of every feature, every slash command, every setting.
- DOCUMENTATION.md — day-to-day user guide: install, configure providers, attachments, rewind, troubleshooting.
- ARCHITECTURE.md — how the extension is built: bundle layout, protocol, per-tab lifecycle, security posture.
- CHANGELOG.md — what changed in each release.
Feedback
Bug, missing feature, weird edge case? File it on the Marketplace page or reach out to the publisher.
- Marketplace: https://marketplace.visualstudio.com/items?itemName=mr-innovations.mr-multi-coder
- Publisher: MR Innovations
Legal
MIT licensed — see LICENSE.
Not affiliated with Anthropic. "Claude Code" is Anthropic's trademark. This extension is independent and uses Anthropic's official Agent SDK for the Claude provider. "Kilo Code", "iFlow", and "Qwen" are independent CLIs from their respective authors.