Expand description
Structured user settings (~/.capo/agent/settings.toml).
TOML is the current on-disk format for capo’s editable settings. The
loader still accepts legacy settings.json when no TOML file exists.
Sections beyond the Phase 0 baseline (e.g. ui.theme variants,
logging rotation) are reserved for M4+ and intentionally minimal here.
Structs§
Enums§
- LlmProvider
Kind - Supported LLM providers.
Settings::model.provideris a string for JSON-friendliness; this enum is the parsed form.