You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ The easiest way to get started is using our pre-configured documentation agent:
95
95
Visit [the Docs Assistant - Mintlify in the Hub](https://hub.continue.dev/continuedev/docs-mintlify) and click "Install" to add it to your Continue setup. This agent comes pre-configured with all our documentation standards.
96
96
97
97
<Info>
98
-
Learn more about Continue Agents in our [agent documentation](/guides/understanding-agents).
98
+
Learn more about Continue Configs in our [config documentation](/guides/understanding-configs).
99
99
</Info>
100
100
</Step>
101
101
@@ -126,16 +126,16 @@ The easiest way to get started is using our pre-configured documentation agent:
126
126
</Steps>
127
127
128
128
<Tip>
129
-
You can also remix this agent to customize it for your specific needs. Learn how to create your own remix in our [remix agent documentation](/hub/agents/create-an-agent#how-to-remix-an-agent).
129
+
You can also remix this config to customize it for your specific needs. Learn how to create your own remix in our [remix config documentation](/hub/configs/create-a-config#how-to-remix-a-config).
130
130
</Tip>
131
131
132
132
### Option 2: Create Your Own Custom Agent
133
133
134
134
If you want more control or customization, you can create your own documentation agent:
135
135
136
136
<Steps>
137
-
<Steptitle="Create a new agent">
138
-
Follow our [agent creation guide](/hub/agents/create-an-agent) to set up your own agent.
137
+
<Steptitle="Create a new config">
138
+
Follow our [config creation guide](/hub/configs/create-a-config) to set up your own config.
Copy file name to clipboardExpand all lines: docs/chat/how-to-use-it.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: "Chat"
3
-
sidebarTitle: "How To Use AI Chat"
3
+
sidebarTitle: "How To Use Chat Mode"
4
4
icon: "circle-question"
5
-
description: "Learn how to use Continue's AI chat agent to solve coding problems without leaving your IDE, including code context sharing, applying generated solutions, and switching between models"
5
+
description: "Learn how to use Continue's Chat mode to solve coding problems without leaving your IDE, including code context sharing, applying generated solutions, and switching between models"
6
6
---
7
7
8
8
<Frame>
@@ -37,4 +37,4 @@ Once you complete a task and want to start a new one, press `cmd/ctrl` + `L` (VS
37
37
38
38
## Change AI Models in Continue Chat for Different Coding Needs
39
39
40
-
If you have configured multiple models, you can switch between models using the dropdown or by pressing `cmd/ctrl` + `’`
40
+
If you have configured multiple models, you can switch between models using the dropdown or by pressing `cmd/ctrl` + `’`
Copy file name to clipboardExpand all lines: docs/customization/models.mdx
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,97 +33,97 @@ Read more about [model roles](/customize/model-roles), [model capabilities](/cus
33
33
[Claude 4 Sonnet](https://hub.continue.dev/anthropic/claude-4-sonnet) from Anthropic
34
34
35
35
1. Get your API key from [Anthropic](https://console.anthropic.com/)
36
-
2. Add [Claude 4 Sonnet](https://hub.continue.dev/anthropic/claude-4-sonnet) to an agent on Continue Hub
36
+
2. Add [Claude 4 Sonnet](https://hub.continue.dev/anthropic/claude-4-sonnet) to a config on Continue Hub
37
37
3. Add `ANTHROPIC_API_KEY` as a [User Secret](https://docs.continue.dev/hub/secrets/secret-types#user-secrets) on Continue Hub [here](https://hub.continue.dev/settings/secrets)
38
-
4. Click `Reload config` in the agent selector in the Continue IDE extension
38
+
4. Click `Reload config` in the config selector in the Continue IDE extension
39
39
40
40
[Qwen Coder 3 480B](https://hub.continue.dev/openrouter/qwen3-coder) from Qwen
41
41
42
42
1. Get your API key from [OpenRouter](https://openrouter.ai/settings/keys)
43
-
2. Add [Qwen Coder 3 480B](https://hub.continue.dev/openrouter/qwen3-coder)to an agent on Continue Hub
43
+
2. Add [Qwen Coder 3 480B](https://hub.continue.dev/openrouter/qwen3-coder) a config on Continue Hub
44
44
3. Add `OPENROUTER_API_KEY` as a [User Secret](https://docs.continue.dev/hub/secrets/secret-types#user-secrets) on Continue Hub [here](https://hub.continue.dev/settings/secrets)
45
-
4. Click `Reload config` in the agent selector in the Continue IDE extension
45
+
4. Click `Reload config` in the config selector in the Continue IDE extension
46
46
47
47
[GPT-5](https://hub.continue.dev/openai/gpt-5) from OpenAI
48
48
49
49
1. Get your API key from [OpenAI](https://platform.openai.com)
50
-
2. Add [GPT-5](https://hub.continue.dev/openai/gpt-5)to an agent on Continue Hub
50
+
2. Add [GPT-5](https://hub.continue.dev/openai/gpt-5) a config on Continue Hub
51
51
3. Add `OPENAI_API_KEY` as a [User Secret](https://docs.continue.dev/hub/secrets/secret-types#user-secrets) on Continue Hub [here](https://hub.continue.dev/settings/secrets)
52
-
4. Click `Reload config` in the agent selector in the Continue IDE extension
52
+
4. Click `Reload config` in the config selector in the Continue IDE extension
53
53
54
54
[Kimi K2](https://hub.continue.dev/openrouter/kimi-k2) from Moonshot AI
55
55
56
56
1. Get your API key from [OpenRouter](https://openrouter.ai/settings/keys)
57
-
2. Add [Kimi K2](https://hub.continue.dev/openrouter/kimi-k2)to an agent on Continue Hub
57
+
2. Add [Kimi K2](https://hub.continue.dev/openrouter/kimi-k2) a config on Continue Hub
58
58
3. Add `OPENROUTER_API_KEY` as a [User Secret](https://docs.continue.dev/hub/secrets/secret-types#user-secrets) on Continue Hub [here](https://hub.continue.dev/settings/secrets)
59
-
4. Click `Reload config` in the agent selector in the Continue IDE extension
59
+
4. Click `Reload config` in the config selector in the Continue IDE extension
60
60
61
61
[Gemini 2.5 Pro](https://hub.continue.dev/google/gemini-2.5-pro) from Google
62
62
63
63
1. Get your API key from [Google AI Studio](https://aistudio.google.com)
64
-
2. Add [Gemini 2.5 Pro](https://hub.continue.dev/google/gemini-2.5-pro)to an agent on Continue Hub
64
+
2. Add [Gemini 2.5 Pro](https://hub.continue.dev/google/gemini-2.5-pro) a config on Continue Hub
65
65
3. Add `GEMINI_API_KEY` as a [User Secret](https://docs.continue.dev/hub/secrets/secret-types#user-secrets) on Continue Hub [here](https://hub.continue.dev/settings/secrets)
66
-
4. Click `Reload config` in the agent selector in the Continue IDE extension
66
+
4. Click `Reload config` in the config selector in the Continue IDE extension
67
67
68
68
[Grok Code Fast 1](https://hub.continue.dev/xai/grok-code-fast-1) from xAI
69
69
70
70
1. Get your API key from [xAI](https://console.x.ai/)
71
-
2. Add [Grok Code Fast 1](https://hub.continue.dev/xai/grok-code-fast-1)to an agent on Continue Hub
71
+
2. Add [Grok Code Fast 1](https://hub.continue.dev/xai/grok-code-fast-1) a config on Continue Hub
72
72
3. Add `XAI_API_KEY` as a [User Secret](https://docs.continue.dev/hub/secrets/secret-types#user-secrets) on Continue Hub [here](https://hub.continue.dev/settings/secrets)
73
-
4. Click `Reload config` in the agent selector in the Continue IDE extension
73
+
4. Click `Reload config` in the config selector in the Continue IDE extension
74
74
75
75
[Devstral Medium](https://hub.continue.dev/mistral/devstral-medium) from Mistral AI
76
76
77
77
1. Get your API key from [Mistral AI](https://console.mistral.ai/)
78
-
2. Add [Devstral Medium](https://hub.continue.dev/mistral/devstral-medium)to an agent on Continue Hub
78
+
2. Add [Devstral Medium](https://hub.continue.dev/mistral/devstral-medium) a config on Continue Hub
79
79
3. Add `MISTRAL_API_KEY` as a [User Secret](https://docs.continue.dev/hub/secrets/secret-types#user-secrets) on Continue Hub [here](https://hub.continue.dev/settings/secrets)
80
-
4. Click `Reload config` in the agent selector in the Continue IDE extension
80
+
4. Click `Reload config` in the config selector in the Continue IDE extension
81
81
82
82
[gpt-oss-120b](https://hub.continue.dev/openrouter/gpt-oss-120b) from OpenAI
83
83
84
84
1. Get your API key from [OpenRouter](https://openrouter.ai/settings/keys)
85
-
2. Add [gpt-oss-120b](https://hub.continue.dev/openrouter/gpt-oss-120b)to an agent on Continue Hub
85
+
2. Add [gpt-oss-120b](https://hub.continue.dev/openrouter/gpt-oss-120b) a config on Continue Hub
86
86
3. Add `OPENROUTER_API_KEY` as a [User Secret](https://docs.continue.dev/hub/secrets/secret-types#user-secrets) on Continue Hub [here](https://hub.continue.dev/settings/secrets)
87
-
4. Click `Reload config` in the agent selector in the Continue IDE extension
87
+
4. Click `Reload config` in the config selector in the Continue IDE extension
88
88
89
89
### Local Models
90
90
91
91
These models can be run on your computer if you have enough VRAM.
92
92
93
-
Their limited tool calling and reasoning capabilities will make it challenging to use Agent mode.
93
+
Their limited tool calling and reasoning capabilities will make it challenging to use agent mode.
description: "Learn how to customize Continue with model providers, context providers, slash commands, and tools to create your perfect AI coding agent"
3
+
description: "Learn how to customize Continue with model providers, slash commands, and tools"
4
4
---
5
5
6
6
Continue can be deeply customized to fit your specific development workflow and preferences. This guide covers the main ways you can customize Continue to enhance your coding experience.
@@ -11,25 +11,25 @@ Continue allows you to choose your favorite or even add multiple model providers
11
11
12
12
## Select Different Models for Specific Tasks
13
13
14
-
Different Continue features can use different models. We call these _model roles_. For example, you can use a different model for chat than you do for autocomplete. Learn more about [model roles](/customize/model-roles).
14
+
Different Continue features can use different models. We call these _model roles_. For example, you can use a different model for Chat mode than you do for Autocomplete. Learn more about [model roles](/customize/model-roles).
15
15
16
16
## Create a Slash Command
17
17
18
-
Slash commands allow you to easily add custom functionality to Continue. You can use a slash command that allows you to generate a shell command from natural language, or perhaps generate a commit message, or create your own custom command to do whatever you want. Learn more about [slash commands](/customize/deep-dives/prompts).
18
+
Slash commands allow you to easily add custom prompts to Continue. Learn more about [slash commands](/customize/deep-dives/prompts).
19
19
20
20
## Call External Tools and Functions
21
21
22
-
Unchain your LLM with the power of tools using [Agent](/ide-extensions/agent/quick-start). Add custom tools using [MCP Servers](/customization/mcp-tools)
22
+
Unchain your LLM with the power of tools using [Agent mode](/ide-extensions/agent/quick-start). Add custom tools using [MCP Servers](/customization/mcp-tools)
23
23
24
-
Whatever you choose, you'll probably start by editing your Agent.
24
+
Whatever you choose, you'll probably start by editing your configuration.
25
25
26
-
## Edit Your Agent
26
+
## Edit Your Configuration
27
27
28
-
You can easily access your agent configuration from the Continue Chat sidebar. Open the sidebar by pressing `cmd/ctrl` + `L` (VS Code) or `cmd/ctrl` + `J` (JetBrains) and click the Agent selector above the main chat input. Then, you can hover over an agent and click the `new window` (hub agents) or `gear` (local agents) icon.
28
+
You can easily access your configuration from the Continue Chat sidebar. Open the sidebar by pressing `cmd/ctrl` + `L` (VS Code) or `cmd/ctrl` + `J` (JetBrains) and click the Agent selector above the main chat input. Then, you can hover over an agent and click the `new window` (hub agents) or `gear` (local agents) icon.
29
29
30
-

Copy file name to clipboardExpand all lines: docs/customization/settings.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The new settings experience introduces a **card-based layout** that reduces visu
63
63
/>
64
64
65
65
<Note>
66
-
Autocomplete models need to be added to your agent to enable selecting an autocomplete model. If none is available, you will be linked to the docs showing recommended models. See our [model recommendations](/customize/model-roles/autocomplete) for the best autocomplete models.
66
+
Autocomplete models need to be added to your config to enable selecting an autocomplete model. If none is available, you will be linked to the docs showing recommended models. See our [model recommendations](/customize/model-roles/autocomplete) for the best autocomplete models.
67
67
</Note>
68
68
69
69
<img
@@ -72,7 +72,7 @@ The new settings experience introduces a **card-based layout** that reduces visu
72
72
/>
73
73
74
74
<Info>
75
-
To better understand how to set up agents and models, see our [Understanding Agents guide](/guides/understanding-agents).
75
+
To better understand how to set up configs and models, see our [Understanding Configs guide](/guides/understanding-configs).
Copy file name to clipboardExpand all lines: docs/customize/custom-providers.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ As an example, say you are working on solving a new GitHub Issue. You type '@Iss
9
9
10
10
## How Do Context Blocks Work?
11
11
12
-
You can add context providers to assistants using [`context` blocks](/hub/blocks/block-types#context). Explore available context blocks in [the hub](https://hub.continue.dev/explore/context).
12
+
You can add context providers to assistants using [`context` blocks](/hub/configs/block-types#context). Explore available context blocks in [the hub](https://hub.continue.dev/explore/context).
Copy file name to clipboardExpand all lines: docs/customize/deep-dives/configuration.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,26 @@
1
1
---
2
-
title: "How to Configure Continue Agents"
3
-
description: Learn how to access and manage Continue agent configurations through Hub or local YAML files
2
+
title: "How to Configure Continue"
3
+
description: Learn how to access and manage Continue configurations through Hub or local YAML files
4
4
keywords: [config, settings, customize]
5
-
sidebarTitle: "Agent Configuration"
5
+
sidebarTitle: "Configuration"
6
6
---
7
7
8
-
You can easily access your agent configuration from the Continue Chat sidebar. Open the sidebar by pressing <kbd>cmd/ctrl</kbd> + <kbd>L</kbd> (VS Code) or <kbd>cmd/ctrl</kbd> + <kbd>J</kbd> (JetBrains) and click the Agent selector above the main chat input. Then, you can hover over an agent and click the `new window` (hub agents) or `gear` (local agents) icon.
8
+
You can easily access your configuration from the Continue Chat sidebar. Open the sidebar by pressing <kbd>cmd/ctrl</kbd> + <kbd>L</kbd> (VS Code) or <kbd>cmd/ctrl</kbd> + <kbd>J</kbd> (JetBrains) and click the Agent selector above the main chat input. Then, you can hover over an agent and click the `new window` (hub agents) or `gear` (local agents) icon.
9
9
10
-

10
+

11
11
12
-
## How to Manage Hub Agents
12
+
## How to Manage Hub Configs
13
13
14
-
Hub Agents can be managed in [the Hub](https://hub.continue.dev). See [Editing an Agent](../../hub/agents/edit-an-agent.md)
14
+
Hub Configs can be managed in [the Hub](https://hub.continue.dev). See [Editing a config](/hub/configs/edit-a-config)
15
15
16
-
## How to Configure Local Agents with YAML
16
+
## How to Configure Local Configs with YAML
17
17
18
18
Local user-level configuration is stored and can be edited in your home directory in `config.yaml`:
19
19
20
20
-`~/.continue/config.yaml` (MacOS / Linux)
21
21
-`%USERPROFILE%\.continue\config.yaml` (Windows)
22
22
23
-
To open this `config.yaml`, you need to open the agents dropdown in the top-right portion of the chat input. On that dropdown beside the "Local Agent" option, select the cog icon. It will open the local `config.yaml`.
23
+
To open this `config.yaml`, you need to open the configs dropdown in the top-right portion of the chat input. On that dropdown beside the "Local Config" option, select the cog icon. It will open the local `config.yaml`.
0 commit comments