Skip to content

Commit 4d4f8e9

Browse files
authored
Merge pull request #8225 from continuedev/agent
docs: agent --> config
2 parents fbaec42 + 730283d commit 4d4f8e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+392
-386
lines changed

docs/CONTRIBUTING.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The easiest way to get started is using our pre-configured documentation agent:
9595
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.
9696

9797
<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).
9999
</Info>
100100
</Step>
101101

@@ -126,16 +126,16 @@ The easiest way to get started is using our pre-configured documentation agent:
126126
</Steps>
127127

128128
<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).
130130
</Tip>
131131

132132
### Option 2: Create Your Own Custom Agent
133133

134134
If you want more control or customization, you can create your own documentation agent:
135135

136136
<Steps>
137-
<Step title="Create a new agent">
138-
Follow our [agent creation guide](/hub/agents/create-an-agent) to set up your own agent.
137+
<Step title="Create a new config">
138+
Follow our [config creation guide](/hub/configs/create-a-config) to set up your own config.
139139
</Step>
140140

141141
<Step title="Add the Continue Docs MCP">

docs/chat/how-to-use-it.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Chat"
3-
sidebarTitle: "How To Use AI Chat"
3+
sidebarTitle: "How To Use Chat Mode"
44
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"
66
---
77

88
<Frame>
@@ -37,4 +37,4 @@ Once you complete a task and want to start a new one, press `cmd/ctrl` + `L` (VS
3737

3838
## Change AI Models in Continue Chat for Different Coding Needs
3939

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` + ``

docs/cli/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ cn -p "Update documentation based on recent code changes"
8080
### Development Workflow: TUI → Headless
8181

8282
<Tip>
83-
**Pro Tip**: Start in TUI mode to iterate on your AI agent and prompts. Once
83+
**Pro Tip**: Start in TUI mode to iterate on your AI agent. Once
8484
you have a workflow that works reliably, deploy it as a Continuous AI
8585
automation.
8686
</Tip>
8787

88-
1. **Experiment in TUI mode** to perfect your prompts and agent configuration
88+
1. **Experiment in TUI mode** to perfect your agent
8989
2. **Test different approaches** interactively until you get consistent results
9090
3. **Convert successful workflows** to automated Continuous AI commands
9191
4. **Deploy in production** with confidence in your proven approach

docs/customization/models.mdx

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -33,97 +33,97 @@ Read more about [model roles](/customize/model-roles), [model capabilities](/cus
3333
[Claude 4 Sonnet](https://hub.continue.dev/anthropic/claude-4-sonnet) from Anthropic
3434

3535
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
3737
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
3939

4040
[Qwen Coder 3 480B](https://hub.continue.dev/openrouter/qwen3-coder) from Qwen
4141

4242
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
4444
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
4646

4747
[GPT-5](https://hub.continue.dev/openai/gpt-5) from OpenAI
4848

4949
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
5151
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
5353

5454
[Kimi K2](https://hub.continue.dev/openrouter/kimi-k2) from Moonshot AI
5555

5656
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
5858
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
6060

6161
[Gemini 2.5 Pro](https://hub.continue.dev/google/gemini-2.5-pro) from Google
6262

6363
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
6565
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
6767

6868
[Grok Code Fast 1](https://hub.continue.dev/xai/grok-code-fast-1) from xAI
6969

7070
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
7272
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
7474

7575
[Devstral Medium](https://hub.continue.dev/mistral/devstral-medium) from Mistral AI
7676

7777
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
7979
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
8181

8282
[gpt-oss-120b](https://hub.continue.dev/openrouter/gpt-oss-120b) from OpenAI
8383

8484
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
8686
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
8888

8989
### Local Models
9090

9191
These models can be run on your computer if you have enough VRAM.
9292

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.
9494

9595
[Qwen3 Coder 30B](https://hub.continue.dev/ollama/qwen3-coder-30b)
9696

97-
1. Add [Qwen3 Coder 30B](https://hub.continue.dev/ollama/qwen3-coder-30b) to an agent on Continue Hub
97+
1. Add [Qwen3 Coder 30B](https://hub.continue.dev/ollama/qwen3-coder-30b) a config on Continue Hub
9898
2. Run the model with [Ollama](https://docs.continue.dev/guides/ollama-guide#using-ollama-with-continue-a-developers-guide)
99-
3. Click `Reload config` in the agent selector in the Continue IDE extension
99+
3. Click `Reload config` in the config selector in the Continue IDE extension
100100

101101
[gpt-oss-20b](https://hub.continue.dev/ollama/gpt-oss-20b)
102102

103-
1. Add [gpt-oss-20b](ttps://hub.continue.dev/ollama/gpt-oss-20b) to an agent on Continue Hub
103+
1. Add [gpt-oss-20b](ttps://hub.continue.dev/ollama/gpt-oss-20b) a config on Continue Hub
104104
2. Run the model with [Ollama](https://docs.continue.dev/guides/ollama-guide#using-ollama-with-continue-a-developers-guide)
105-
3. Click `Reload config` in the agent selector in the Continue IDE extension
105+
3. Click `Reload config` in the config selector in the Continue IDE extension
106106

107107
[Devstral Small 27B](https://hub.continue.dev/ollama/devstral)
108108

109-
1. Add [Devstral Small](https://hub.continue.dev/ollama/devstral) to an agent on Continue Hub
109+
1. Add [Devstral Small](https://hub.continue.dev/ollama/devstral) a config on Continue Hub
110110
2. Run the model with [Ollama](https://docs.continue.dev/guides/ollama-guide#using-ollama-with-continue-a-developers-guide)
111-
3. Click `Reload config` in the agent selector in the Continue IDE extension
111+
3. Click `Reload config` in the config selector in the Continue IDE extension
112112

113113
[Qwen2.5-Coder 7B](https://hub.continue.dev/ollama/qwen2.5-coder-7b) from Qwen
114114

115-
1. Add [Qwen2.5-Coder 7B](https://hub.continue.dev/ollama/qwen2.5-coder-7b) to an agent on Continue Hub
115+
1. Add [Qwen2.5-Coder 7B](https://hub.continue.dev/ollama/qwen2.5-coder-7b) a config on Continue Hub
116116
2. Run the model with [Ollama](https://docs.continue.dev/guides/ollama-guide#using-ollama-with-continue-a-developers-guide)
117-
3. Click `Reload config` in the agent selector in the Continue IDE extension
117+
3. Click `Reload config` in the config selector in the Continue IDE extension
118118

119119
[Gemma 3 4B](https://hub.continue.dev/ollama/gemma3-4b) from Google
120120

121-
1. Add [Gemma 3 4B](https://hub.continue.dev/ollama/gemma3-4b) to an agent on Continue Hub
121+
1. Add [Gemma 3 4B](https://hub.continue.dev/ollama/gemma3-4b) a config on Continue Hub
122122
2. Run the model with [Ollama](https://docs.continue.dev/guides/ollama-guide#using-ollama-with-continue-a-developers-guide)
123-
3. Click `Reload config` in the agent selector in the Continue IDE extension
123+
3. Click `Reload config` in the config selector in the Continue IDE extension
124124

125125
[Qwen2.5-Coder 1.5B](https://hub.continue.dev/ollama/qwen2.5-coder-1.5b) from Qwen
126126

127-
1. Add [Qwen2.5-Coder 1.5B](https://hub.continue.dev/ollama/qwen2.5-coder-1.5b) to an agent on Continue Hub
127+
1. Add [Qwen2.5-Coder 1.5B](https://hub.continue.dev/ollama/qwen2.5-coder-1.5b) a config on Continue Hub
128128
2. Run the model with [Ollama](https://docs.continue.dev/guides/ollama-guide#using-ollama-with-continue-a-developers-guide)
129-
3. Click `Reload config` in the agent selector in the Continue IDE extension
129+
3. Click `Reload config` in the config selector in the Continue IDE extension

docs/customization/overview.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Customization Overview"
3-
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"
44
---
55

66
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
1111

1212
## Select Different Models for Specific Tasks
1313

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).
1515

1616
## Create a Slash Command
1717

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).
1919

2020
## Call External Tools and Functions
2121

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)
2323

24-
Whatever you choose, you'll probably start by editing your Agent.
24+
Whatever you choose, you'll probably start by editing your configuration.
2525

26-
## Edit Your Agent
26+
## Edit Your Configuration
2727

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.
2929

30-
![configure an agent](/images/customization/images/configure-continue-a5c8c79f3304c08353f3fc727aa5da7e.png)
30+
![configure](/images/customization/images/configure-continue-a5c8c79f3304c08353f3fc727aa5da7e.png)
3131

32-
## Manage Your Agent
32+
## Manage Your Configuration
3333

34-
- See [Editing Hub Agents](/hub/agents/edit-an-agent) for more details on managing your hub agent
35-
- See the [Config Deep Dive](/reference) for more details on configuring local agents.
34+
- See [Editing Hub Configurations](/hub/configs/edit-a-config) for more details on managing your hub configuration
35+
- See the [Config Deep Dive](/reference) for more details on local configurations

docs/customization/settings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The new settings experience introduces a **card-based layout** that reduces visu
6363
/>
6464

6565
<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.
6767
</Note>
6868

6969
<img
@@ -72,7 +72,7 @@ The new settings experience introduces a **card-based layout** that reduces visu
7272
/>
7373

7474
<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).
7676
</Info>
7777

7878
</Tab>

docs/customize/custom-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ As an example, say you are working on solving a new GitHub Issue. You type '@Iss
99

1010
## How Do Context Blocks Work?
1111

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).
1313

1414
## Built-in Context Providers
1515

docs/customize/deep-dives/configuration.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
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
44
keywords: [config, settings, customize]
5-
sidebarTitle: "Agent Configuration"
5+
sidebarTitle: "Configuration"
66
---
77

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.
99

10-
![configure an agent](/images/configure-continue.png)
10+
![configure](/images/configure-continue.png)
1111

12-
## How to Manage Hub Agents
12+
## How to Manage Hub Configs
1313

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)
1515

16-
## How to Configure Local Agents with YAML
16+
## How to Configure Local Configs with YAML
1717

1818
Local user-level configuration is stored and can be edited in your home directory in `config.yaml`:
1919

2020
- `~/.continue/config.yaml` (MacOS / Linux)
2121
- `%USERPROFILE%\.continue\config.yaml` (Windows)
2222

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`.
2424

2525
![local-config-open-steps](/images/local-config-open-steps.png)
2626

0 commit comments

Comments
 (0)