Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The easiest way to get started is using our pre-configured documentation agent:
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.

<Info>
Learn more about Continue Agents in our [agent documentation](/guides/understanding-agents).
Learn more about Continue Configs in our [config documentation](/guides/understanding-configs).
</Info>
</Step>

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

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

### Option 2: Create Your Own Custom Agent

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

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

<Step title="Add the Continue Docs MCP">
Expand Down
6 changes: 3 additions & 3 deletions docs/chat/how-to-use-it.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Chat"
sidebarTitle: "How To Use AI Chat"
sidebarTitle: "How To Use Chat Mode"
icon: "circle-question"
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"
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"
---

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

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

If you have configured multiple models, you can switch between models using the dropdown or by pressing `cmd/ctrl` + `’`
If you have configured multiple models, you can switch between models using the dropdown or by pressing `cmd/ctrl` + `’`
4 changes: 2 additions & 2 deletions docs/cli/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ cn -p "Update documentation based on recent code changes"
### Development Workflow: TUI → Headless

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

1. **Experiment in TUI mode** to perfect your prompts and agent configuration
1. **Experiment in TUI mode** to perfect your agent
2. **Test different approaches** interactively until you get consistent results
3. **Convert successful workflows** to automated Continuous AI commands
4. **Deploy in production** with confidence in your proven approach
Expand Down
58 changes: 29 additions & 29 deletions docs/customization/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,97 +33,97 @@ Read more about [model roles](/customize/model-roles), [model capabilities](/cus
[Claude 4 Sonnet](https://hub.continue.dev/anthropic/claude-4-sonnet) from Anthropic

1. Get your API key from [Anthropic](https://console.anthropic.com/)
2. Add [Claude 4 Sonnet](https://hub.continue.dev/anthropic/claude-4-sonnet) to an agent on Continue Hub
2. Add [Claude 4 Sonnet](https://hub.continue.dev/anthropic/claude-4-sonnet) to a config on Continue Hub
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)
4. Click `Reload config` in the agent selector in the Continue IDE extension
4. Click `Reload config` in the config selector in the Continue IDE extension

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

1. Get your API key from [OpenRouter](https://openrouter.ai/settings/keys)
2. Add [Qwen Coder 3 480B](https://hub.continue.dev/openrouter/qwen3-coder) to an agent on Continue Hub
2. Add [Qwen Coder 3 480B](https://hub.continue.dev/openrouter/qwen3-coder) a config on Continue Hub
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)
4. Click `Reload config` in the agent selector in the Continue IDE extension
4. Click `Reload config` in the config selector in the Continue IDE extension

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

1. Get your API key from [OpenAI](https://platform.openai.com)
2. Add [GPT-5](https://hub.continue.dev/openai/gpt-5) to an agent on Continue Hub
2. Add [GPT-5](https://hub.continue.dev/openai/gpt-5) a config on Continue Hub
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)
4. Click `Reload config` in the agent selector in the Continue IDE extension
4. Click `Reload config` in the config selector in the Continue IDE extension

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

1. Get your API key from [OpenRouter](https://openrouter.ai/settings/keys)
2. Add [Kimi K2](https://hub.continue.dev/openrouter/kimi-k2) to an agent on Continue Hub
2. Add [Kimi K2](https://hub.continue.dev/openrouter/kimi-k2) a config on Continue Hub
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)
4. Click `Reload config` in the agent selector in the Continue IDE extension
4. Click `Reload config` in the config selector in the Continue IDE extension

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

1. Get your API key from [Google AI Studio](https://aistudio.google.com)
2. Add [Gemini 2.5 Pro](https://hub.continue.dev/google/gemini-2.5-pro) to an agent on Continue Hub
2. Add [Gemini 2.5 Pro](https://hub.continue.dev/google/gemini-2.5-pro) a config on Continue Hub
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)
4. Click `Reload config` in the agent selector in the Continue IDE extension
4. Click `Reload config` in the config selector in the Continue IDE extension

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

1. Get your API key from [xAI](https://console.x.ai/)
2. Add [Grok Code Fast 1](https://hub.continue.dev/xai/grok-code-fast-1) to an agent on Continue Hub
2. Add [Grok Code Fast 1](https://hub.continue.dev/xai/grok-code-fast-1) a config on Continue Hub
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)
4. Click `Reload config` in the agent selector in the Continue IDE extension
4. Click `Reload config` in the config selector in the Continue IDE extension

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

1. Get your API key from [Mistral AI](https://console.mistral.ai/)
2. Add [Devstral Medium](https://hub.continue.dev/mistral/devstral-medium) to an agent on Continue Hub
2. Add [Devstral Medium](https://hub.continue.dev/mistral/devstral-medium) a config on Continue Hub
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)
4. Click `Reload config` in the agent selector in the Continue IDE extension
4. Click `Reload config` in the config selector in the Continue IDE extension

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

1. Get your API key from [OpenRouter](https://openrouter.ai/settings/keys)
2. Add [gpt-oss-120b](https://hub.continue.dev/openrouter/gpt-oss-120b) to an agent on Continue Hub
2. Add [gpt-oss-120b](https://hub.continue.dev/openrouter/gpt-oss-120b) a config on Continue Hub
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)
4. Click `Reload config` in the agent selector in the Continue IDE extension
4. Click `Reload config` in the config selector in the Continue IDE extension

### Local Models

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

Their limited tool calling and reasoning capabilities will make it challenging to use Agent mode.
Their limited tool calling and reasoning capabilities will make it challenging to use agent mode.

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

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

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

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

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

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

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

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

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

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

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

1. Add [Qwen2.5-Coder 1.5B](https://hub.continue.dev/ollama/qwen2.5-coder-1.5b) to an agent on Continue Hub
1. Add [Qwen2.5-Coder 1.5B](https://hub.continue.dev/ollama/qwen2.5-coder-1.5b) a config on Continue Hub
2. Run the model with [Ollama](https://docs.continue.dev/guides/ollama-guide#using-ollama-with-continue-a-developers-guide)
3. Click `Reload config` in the agent selector in the Continue IDE extension
3. Click `Reload config` in the config selector in the Continue IDE extension
22 changes: 11 additions & 11 deletions docs/customization/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Customization Overview"
description: "Learn how to customize Continue with model providers, context providers, slash commands, and tools to create your perfect AI coding agent"
description: "Learn how to customize Continue with model providers, slash commands, and tools"
---

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.
Expand All @@ -11,25 +11,25 @@ Continue allows you to choose your favorite or even add multiple model providers

## Select Different Models for Specific Tasks

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

## Create a Slash Command

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).
Slash commands allow you to easily add custom prompts to Continue. Learn more about [slash commands](/customize/deep-dives/prompts).

## Call External Tools and Functions

Unchain your LLM with the power of tools using [Agent](/ide-extensions/agent/quick-start). Add custom tools using [MCP Servers](/customization/mcp-tools)
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)

Whatever you choose, you'll probably start by editing your Agent.
Whatever you choose, you'll probably start by editing your configuration.

## Edit Your Agent
## Edit Your Configuration

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

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

## Manage Your Agent
## Manage Your Configuration

- See [Editing Hub Agents](/hub/agents/edit-an-agent) for more details on managing your hub agent
- See the [Config Deep Dive](/reference) for more details on configuring local agents.
- See [Editing Hub Configurations](/hub/configs/edit-a-config) for more details on managing your hub configuration
- See the [Config Deep Dive](/reference) for more details on local configurations
4 changes: 2 additions & 2 deletions docs/customization/settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The new settings experience introduces a **card-based layout** that reduces visu
/>

<Note>
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.
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.
</Note>

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

<Info>
To better understand how to set up agents and models, see our [Understanding Agents guide](/guides/understanding-agents).
To better understand how to set up configs and models, see our [Understanding Configs guide](/guides/understanding-configs).
</Info>

</Tab>
Expand Down
2 changes: 1 addition & 1 deletion docs/customize/custom-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ As an example, say you are working on solving a new GitHub Issue. You type '@Iss

## How Do Context Blocks Work?

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

## Built-in Context Providers

Expand Down
18 changes: 9 additions & 9 deletions docs/customize/deep-dives/configuration.mdx
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
title: "How to Configure Continue Agents"
description: Learn how to access and manage Continue agent configurations through Hub or local YAML files
title: "How to Configure Continue"
description: Learn how to access and manage Continue configurations through Hub or local YAML files
keywords: [config, settings, customize]
sidebarTitle: "Agent Configuration"
sidebarTitle: "Configuration"
---

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

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

## How to Manage Hub Agents
## How to Manage Hub Configs

Hub Agents can be managed in [the Hub](https://hub.continue.dev). See [Editing an Agent](../../hub/agents/edit-an-agent.md)
Hub Configs can be managed in [the Hub](https://hub.continue.dev). See [Editing a config](/hub/configs/edit-a-config)

## How to Configure Local Agents with YAML
## How to Configure Local Configs with YAML

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

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

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

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

Expand Down
Loading
Loading