Skip to content

Commit caffa8c

Browse files
committed
copilot suggestion 2
1 parent 5ddf1de commit caffa8c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/customize/deep-dives/configuration.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Each `.yaml` or `.yml` file is loaded as a separate local profile and appears in
3939

4040
Local profile files use the same YAML schema as `config.yaml`.
4141

42+
Example (global/user-level `~/.continue/` directory):
43+
4244
```text
4345
.continue/
4446
|-- config.yaml
@@ -53,11 +55,11 @@ Local profile files use the same YAML schema as `config.yaml`.
5355

5456
Continue also discovers YAML profiles from these local directories:
5557

56-
- `.continue/configs/`
57-
- `.continue/agents/`
58-
- `.continue/assistants/`
58+
- `<workspace>/.continue/configs/` or `~/.continue/configs/` (`%USERPROFILE%\.continue\configs\` on Windows for global profiles)
59+
- `<workspace>/.continue/agents/` or `~/.continue/agents/` (`%USERPROFILE%\.continue\agents\` on Windows for global profiles)
60+
- `<workspace>/.continue/assistants/` or `~/.continue/assistants/` (`%USERPROFILE%\.continue\assistants\` on Windows for global profiles)
5961

60-
Use `.continue/configs/` for general local config profiles. The `.continue/agents/` and `.continue/assistants/` directories are supported alongside it for existing local agent and assistant profiles. These directories can be placed in your workspace or in your global Continue directory. On Windows, use `%USERPROFILE%\.continue\configs\`, `%USERPROFILE%\.continue\agents\`, or `%USERPROFILE%\.continue\assistants\` for global profiles.
62+
Use `.continue/configs/` for general local config profiles. The `.continue/agents/` and `.continue/assistants/` directories are supported alongside it for existing local agent and assistant profiles in either workspace-local or global Continue directories.
6163

6264
## Legacy Configuration Methods (Deprecated)
6365

0 commit comments

Comments
 (0)