Summary
PR #11935 added support for the .continue/configs/ directory as a third location for loading local config profiles, alongside .continue/agents/ and .continue/assistants/. This feature lacks comprehensive documentation.
Feature Overview
- YAML files in
.continue/configs/ (workspace or global) are now discovered, watched, and loaded as local profiles
- File creation/deletion in
.continue/configs/ triggers config reload
- Works alongside existing
.continue/agents/ and .continue/assistants/ directories
Current Documentation State
- The Ollama guide references
~/.continue/configs/config.yaml in examples
- No dedicated documentation explaining the configs directory feature
- No explanation of the difference between
.continue/configs/, .continue/agents/, and .continue/assistants/
Missing Documentation
- Overview of the three config directories and their purposes:
.continue/configs/ - General config profiles
.continue/agents/ - Agent definitions
.continue/assistants/ - Assistant definitions
- How local profiles are discovered and loaded
- File watching behavior (auto-reload on changes)
- Global (~/.continue/) vs workspace (.continue/) scope
Suggested Locations
- New section in customize/configuration docs
- Reference in the Getting Started guide
- Update any existing docs that mention .continue directory structure
Related PR
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Co-authored-by: bekahhw rhawrot@gmail.com
Summary
PR #11935 added support for the
.continue/configs/directory as a third location for loading local config profiles, alongside.continue/agents/and.continue/assistants/. This feature lacks comprehensive documentation.Feature Overview
.continue/configs/(workspace or global) are now discovered, watched, and loaded as local profiles.continue/configs/triggers config reload.continue/agents/and.continue/assistants/directoriesCurrent Documentation State
~/.continue/configs/config.yamlin examples.continue/configs/,.continue/agents/, and.continue/assistants/Missing Documentation
.continue/configs/- General config profiles.continue/agents/- Agent definitions.continue/assistants/- Assistant definitionsSuggested Locations
Related PR
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Co-authored-by: bekahhw rhawrot@gmail.com