~/.magnitude/
Magnitude creates ~/.magnitude/ automatically to store your local settings, credentials, and runtime data.
| Path | Purpose |
|---|---|
config.json | Preferences and global settings |
auth.json | Stored provider credentials |
sessions/ | Session history |
logs/ | CLI and event logs |
skills/ | Global Magnitude skills |
model-catalog/ | Model catalog cache |
traces/ | Debug trace data |
config.json
~/.magnitude/config.json stores your global Magnitude preferences.
You can edit these toggles directly:
"memory": false— disables learned preferences"telemetry": false— opts out of anonymous telemetry (also controllable viaMAGNITUDE_TELEMETRY)
machineId, and setupComplete (typically managed through /settings).
Use
/settings for normal configuration changes. Edit config.json manually only when you need direct control.auth.json
~/.magnitude/auth.json stores provider API keys and OAuth tokens used by Magnitude.
- File permissions are restricted (
600) - Delete this file to clear saved credentials and re-authenticate providers
AGENTS.md
Run /init to generate an AGENTS.md file that gives Magnitude context about your project.
sessions/
~/.magnitude/sessions/ stores your conversation history and artifacts. See Sessions for details.
logs/
~/.magnitude/logs/ stores CLI and event logs. You can inspect them with bun logs.
traces/
~/.magnitude/traces/ stores debug trace output when tracing is enabled.