Summary
PR #11935 added .continue/configs/ as a third directory (alongside .continue/agents/ and .continue/assistants/) for loading local config profiles.
Features Added
- YAML files placed in
.continue/configs/ (workspace or global) are now discovered, watched, and loaded as local profiles
- Works in both workspace-level and user-level (home directory) locations
Current State
The documentation mentions .continue/agents/ and .continue/assistants/ but does not document .continue/configs/ as an option for local configuration profiles.
Suggested Updates
- Update
docs/customize/deep-dives/configuration.mdx to mention .continue/configs/ directory
- Update
docs/guides/understanding-configs.mdx to include this new option
- Add examples of using
.continue/configs/ for workspace-level and global config profiles
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.Features Added
.continue/configs/(workspace or global) are now discovered, watched, and loaded as local profilesCurrent State
The documentation mentions
.continue/agents/and.continue/assistants/but does not document.continue/configs/as an option for local configuration profiles.Suggested Updates
docs/customize/deep-dives/configuration.mdxto mention.continue/configs/directorydocs/guides/understanding-configs.mdxto include this new option.continue/configs/for workspace-level and global config profilesRelated PR
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Co-authored-by: bekahhw rhawrot@gmail.com