Skip to content

MiniMax Code cheatsheet

Lookup only. Treat mcode --help and mcode <command> --help as the live CLI contract.

Install

Desktop

Source: Download and Install

ItemValue
Internationalagent.minimax.io/download
Mainland Chinaagent.minimaxi.com/download
macOS11 Big Sur or later; .dmg → Applications; Apple silicon arm64, Intel x64
Windows10 or later; run the installer
AuthMiniMax account

CLI

Source: quick-start

bash
curl -fsSL https://filecdn.minimax.chat/public/install.sh | bash
powershell
irm https://filecdn.minimax.chat/public/install.ps1 | iex
bash
mcode --version
mcode --help
mcode update

CLI commands

Source: Features

CommandPurpose
mcode [prompt]Interactive TUI; optional first task
mcode init [directory]Analyze the repo; create or update AGENTS.md
mcode exec [prompt]One headless run
mcode acpACP stdio server
mcode login / mcode logoutAuth
mcode login --region globalGlobal account
mcode providerProviders and API keys
mcode pluginAgent plugins
mcode updateUpdate from the current install source
mcode --continueResume the latest session in this workspace
mcode --sessionSession manager

mcode exec flags: cookbook.

CLI keys and slash commands

Source: quick-start

KeyAction
EnterSend; extra messages queue
Shift+EnterNew line
@Reference a file or directory
Ctrl+VPaste an image or video file
Shift+TabDefault ↔ Plan Mode
Alt+MAsk / Auto / Full access
Ctrl+OExpand or collapse Thinking, tool output, diffs
Ctrl+TExpand or collapse the todo list
PgUp / PgDn / EndHistory / jump to latest
EscClose a panel or interrupt
SlashPurpose
/helpCommands and shortcuts
/statusAccount, model, runtime
/modelPick a model
/sessions [query]Sessions
/contextContext budget and sources
/compactCompact the current thread
/newNew session in this project
/initCreate or update project instructions
/quitExit
/planPlan Mode (FAQ)
/permissionPermission mode (FAQ)
/goal <goal>Pausable goal (features)
/updateUpdate

Decision table

SituationChoose
Edit a local repo; need diffs / terminal / browserDesktop Coding mode
Care about the result, not the implementationDesktop Work mode
Stay in the terminalmcode
CI / scriptsmcode exec
ACP host such as Zedmcode acp
Complex split-and-verify workAgent Team
Only want M3 inside Claude CodeOpen Platform guide, not this product
Web general agentMiniMax Agent (#73)

Permission tiers

Desktop: confirm before risky actions. Keep a human on delete / overwrite / upload / send (permissions).

CLI TUI: Ask / Auto / Full access (Alt+M). Independent from Plan Mode.

mcode exec --permission: ask / smart / full / off.

Usage (only numbers on an official page)

Source: usage (checked 2026-08-19)

ItemOfficial text
Daily check-in400 credits
Streak day 4 and day 71000 credits that day
Full week4000 credits total
Validity30 days after credit

On 2026-08-19 the CN download page showed Plus ¥49 / Max ¥119 / Ultra ¥469 per month. The M3 post Token Plan is Plus $20 / Max $50 / Ultra $120. Do not merge those tables.

Glossary index

One-line hooks. Definitions: glossary.

TermHook
MiniMax CodeFirst-party coding agent; desktop + mcode
MiniMax AgentWeb general agent; not this product
mcodeCLI executable
Coding / WorkDesktop modes
Plan ModeCLI: plan first or act now
Ask / Auto / Full accessCLI permission tiers
Agent TeamMulti-agent split
Token PlanOpen Platform subscription; usable with Code

Sources

Method: repo sources/_template.md. Last systematic check: 2026-08-19.

Official docs

URLUse
agent.minimax.io/docs/code/welcomeDesktop definition
agent.minimax.io/docs/code/get-started/downloadDesktop install
agent.minimax.io/docs/code/get-started/first-taskFirst task
agent.minimax.io/docs/code/workflows/modesCoding / Work
agent.minimax.io/docs/code/workflows/workspaceWorkspace
agent.minimax.io/docs/code/workflows/permissionsDesktop permissions
agent.minimax.io/docs/code/agents/teamAgent Team
agent.minimax.io/docs/code/account/usageUsage and check-in
agent.minimax.io/docs/code/account/minimax-apiYour MiniMax key
agent.minimax.io/docs/cli/quick-startCLI install
agent.minimax.io/docs/cli/featuresTUI / exec / acp
agent.minimax.io/docs/cli/faqCLI troubleshooting
agent.minimax.io/docs/changelogDesktop changelog (includes rename)
agent.minimax.io/docs/llms.txtDesktop tree (2026-08-19 omits CLI)
platform.minimax.io/docs/guides/models-introModels
platform.minimax.io/docs/guides/text-ai-coding-toolsThird-party tools + M3

CN hosts: agent.minimaxi.com, platform.minimaxi.com.

Product homes

URLUse
minimax.ioInternational first-level products
minimaxi.comCN homepage
minimaxi.com/aboutCN family wording (still Hub / 星野)
agent.minimax.io/downloadDesktop download
design.minimax.ioMiniMax Design
hailuoai.videoHailuo
xingyeai.com星野
minimax.io/blog/minimax-m3Code + Token Plan claims

Shortcuts for maintainers

TrickNote
Append .mdMintlify markdown mirrors
docs/llms.txtDesktop only; also open /docs/cli/quick-start
/status and mcode --versionTrust the machine, not a pinned tutorial version

Built for frontend engineers · Powered by VitePress