OMP Settings Demystified loading version…

OMP Settings Demystified

The /settings screen, annotated. Click any line to see what it controls, its type and default, and the exact key for ~/.omp/agent/config.yml. In panel view, clicking a tab inside the capture makes the capture that tab. ⌘K searches every tab.

How a value is resolved

This reference shows the schema default. Anything below it in this list wins at runtime, so a value you see here can be overridden by config, flags, or environment.

  1. Schema defaulttyped built-in shown by this reference
  2. Global config~/.omp/agent/config.yml
  3. Project config.omp/config.yml in the current working directory
  4. CLI overlays--config files, applied in order
  5. Runtime overridesdedicated flags and feature-specific environment variables

/settings and omp config set write global config only. Project config is edited by hand. Environment variables are feature-specific, not one uniform layer.

Descriptions and defaults come from the OMP schema. Clearly marked editorial guidance assumes a local development workflow and is not an OMP default.

Config-file only

Present in the schema, deliberately absent from the panel: numeric and list settings with no finite option set have no widget, so they are edited in YAML.

KeyTypeDefaultWhat it controls