docs: document .continue/configs/ directory for local config profiles#12157
Open
octo-patch wants to merge 1 commit intocontinuedev:mainfrom
Open
docs: document .continue/configs/ directory for local config profiles#12157octo-patch wants to merge 1 commit intocontinuedev:mainfrom
octo-patch wants to merge 1 commit intocontinuedev:mainfrom
Conversation
…fixes continuedev#12096, continuedev#12136) Add documentation for the .continue/configs/ directory feature (added in PR continuedev#11935). Explains how to create workspace- or global-level config profiles by placing YAML files in .continue/configs/, how they appear in the Continue profile picker, and automatic hot-reloading behavior.
Contributor
|
I have read the CLA Document and I hereby sign the CLA octo-patch seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #12096
Fixes #12136
Problem
The
.continue/configs/directory was added in PR #11935 as a third location (alongside.continue/agents/and.continue/assistants/) for local config profiles, but it was never documented.Solution
Added a new section to
docs/customize/deep-dives/configuration.mdxthat covers:.continue/configs/directory is and its purpose.continue/configs/*.yaml) and global-level (~/.continue/configs/*.yaml) profilesTesting
Documentation-only change; verified the MDX syntax is valid and the content accurately reflects the implementation in
core/config/ConfigHandler.tsandcore/config/loadLocalAssistants.ts.Summary by cubic
Adds documentation for the
.continue/configs/directory to create local config profiles at the workspace or global level. Includes a locations/scope comparison, step-by-step setup with example YAML, and notes on automatic discovery and hot-reloading in the sidebar selector.Written for commit 2b5506d. Summary will update on new commits.