magnitude docs onboarding for the current agent-guided workflow and use the headless CLI to inspect the service, models, and connections.
Setup did not finish
Ask your agent to resume setup and followmagnitude docs onboarding again. Completed hardware profiling and model downloads are reused when possible.
If the CLI does not start, check magnitude --version, then update or reinstall it. On Windows, run Magnitude inside WSL. If you were using interactive setup, you can run magnitude setup again.
Harness cannot use Magnitude
Ask the agent to check that the Magnitude service is running and resync the harness connection. For manual recovery:magnitude setup or add the connection from the CLI reference.
Codex and Claude Code keep using Magnitude’s local gateway while their connection is installed. If
the service was stopped, start it again:
Model download failed
Magnitude retries temporary network and server failures. If retries are exhausted, retry after checking network access and disk space. Partial downloads can resume instead of starting again. A GGUF model downloaded outside Magnitude must be complete and stored in a recognized Hugging Face Hub cache. Restart Magnitude after the download finishes.Model will not load
A downloaded model does not use inference memory until Magnitude loads it for a request.
Model was unloaded
This is normally expected. Magnitude unloads inactive models and can stop a model when the machine needs memory. The model remains downloaded and selected. The next agent request loads it again.Inference is slow or queued
The first request may wait for the model to load. Long prompts also require prefill before generation begins. Concurrent requests wait when the machine has no free inference capacity. Actual generation speed varies with prompt length, concurrent work, other applications, and model revision. Ask the agent to compare the active configuration with faster recommendations if sustained generation is slower than expected.Logs and recovery
On macOS, service logs are in~/.magnitude/logs/acn-service.log. On Linux, use journalctl --user -u magnitude.service. Magnitude Harness session logs are stored with each session under ~/.magnitude/sessions.
Use the least disruptive recovery:
- Retry the request.
- Restart the harness.
- Start or restart the Magnitude service.
- Ask your agent to resume onboarding, or run
magnitude setupagain for interactive setup. - Clear only
~/.magnitude/cachewhen derived hardware or catalog data is the problem. - Reinstall the CLI if bundled inference files are missing.