Reference
This section is for lookup, not for learning. If you’re new to Magic Coder, start with Getting started; come back here when you need exact behavior.
- CLI reference — every flag of the
coderbinary, with examples. - Slash commands — every built-in slash command and how skills appear at runtime.
- Local tools — the tools the agent uses on your machine: file ops, shell, sleep, diffs.
- Reasoning effort values — the canonical level table with aliases.
- Environment & paths — environment variables and a file-path map.
Conventions on these pages
Section titled “Conventions on these pages”- Inline
codeis something you type or that exists in a file. - A trailing
*in a permission rule means “prefix match” — see Permission rules. - Where a page shows a CLI flag like
--model <MODEL>, replace<MODEL>with the actual value (no angle brackets in the real command). - Where a page references a path like
~/.magic/config.toml, the~resolves to your home directory.