Summary
PR #11935 added .continue/configs/ as a third directory (alongside .continue/agents/ and .continue/assistants/) for loading local config profiles. This feature allows users to place YAML config files in .continue/configs/ to create additional local configuration profiles.
Documentation Needed
- Update the configuration documentation to mention that
.continue/configs/ is a valid location for local config profiles
- Explain how files in
.continue/configs/ are automatically discovered, watched, and loaded as local profiles
- Document the relationship between the three directories:
.continue/agents/, .continue/assistants/, and .continue/configs/
Files to Update
docs/customize/deep-dives/configuration.mdx
docs/guides/understanding-configs.mdx
- Possibly create a dedicated page for local profile directories
Related PR
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Co-authored-by: bekahhw rhawrot@gmail.com
Summary
PR #11935 added
.continue/configs/as a third directory (alongside.continue/agents/and.continue/assistants/) for loading local config profiles. This feature allows users to place YAML config files in.continue/configs/to create additional local configuration profiles.Documentation Needed
.continue/configs/is a valid location for local config profiles.continue/configs/are automatically discovered, watched, and loaded as local profiles.continue/agents/,.continue/assistants/, and.continue/configs/Files to Update
docs/customize/deep-dives/configuration.mdxdocs/guides/understanding-configs.mdxRelated PR
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Co-authored-by: bekahhw rhawrot@gmail.com