wikis / Hermes / wiki / concepts / configuration-reference.md view as markdown
Configuration Reference โ ~/.hermes/
All settings live under ~/.hermes/:
~/.hermes/
โโโ config.yaml # settings (model, terminal, TTS, compression, โฆ)
โโโ .env # API keys and secrets
โโโ auth.json # OAuth provider credentials (Nous Portal, etc.)
โโโ โฆ
Managing configuration
hermes config # view current configuration
hermes config edit # open config.yaml in your editor
hermes config set K V # set a value (auto-routes: keys โ .env, rest โ config.yaml)
hermes config check # find missing options (run after updates)
hermes config migrate # interactively add missing options
After updating Hermes, run hermes config check โ new versions add options; migrate fills them interactively. Full option tables: raw/docs-user-guide-configuration.md. Related: cli reference ยท auxiliary models.
