Summary
PR #11935 added support for .continue/configs/ as a third directory (alongside .continue/agents/ and .continue/assistants/) for loading local config profiles.
What needs to be documented
- Feature overview: YAML files placed in
.continue/configs/ (workspace or global) are now discovered, watched, and loaded as local profiles
- Location options: Both
~/.continue/configs/ (global) and workspace-level .continue/configs/ are supported
- Update the config documentation: The
docs/guides/understanding-configs.mdx and docs/reference.mdx pages should mention this directory alongside the existing directory documentation
- Relationship with other directories: Explain how this relates to
.continue/agents/ and .continue/assistants/
Related PR
#11935
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev
Summary
PR #11935 added support for
.continue/configs/as a third directory (alongside.continue/agents/and.continue/assistants/) for loading local config profiles.What needs to be documented
.continue/configs/(workspace or global) are now discovered, watched, and loaded as local profiles~/.continue/configs/(global) and workspace-level.continue/configs/are supporteddocs/guides/understanding-configs.mdxanddocs/reference.mdxpages should mention this directory alongside the existing directory documentation.continue/agents/and.continue/assistants/Related PR
#11935
Generated with Continue
Co-Authored-By: Continue noreply@continue.dev