Skip to content

Commit b3fadf1

Browse files
committed
fix: update assistants -> configs in docs
1 parent 7802a0d commit b3fadf1

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

docs/customization/prompts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "These are the specialized instructions that shape how models respo
66
- **Define interaction patterns** for specific tasks or frameworks
77
- **Encode domain expertise** for particular technologies
88
- **Ensure consistent guidance** aligned with organizational practices
9-
- **Can be shared and reused** across multiple assistants
9+
- **Can be shared and reused** across multiple configs
1010
- **Act as automated code reviewers** that ensure consistency across teams
1111

1212
![Prompts Overview](/images/customization/images/prompts-blocks-overview-17194d870840576f9a0dde548f2c70ec.png)

docs/customization/rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Your agent detects rules and applies the specified rules while in [Agent](/ide-e
2020
<Columns cols={2}>
2121
<Card title="Local Rules (.continue/rules)" icon="folder">
2222
- Create files in `.continue/rules` folder
23-
- Automatically appear with Hub assistants
23+
- Automatically appear with Hub configs
2424
- Edit directly in your file system
2525
- Version controlled alongside your code
2626
- Best for project-specific rules (e.g., "remember to generate migrations after modifying the db")

docs/customize/deep-dives/rules.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Continue supports two types of rules with different behaviors:
3131
<Columns cols={2}>
3232
<Card title="Local Rules" icon="folder">
3333
- **Location**: `.continue/rules` folder in your workspace
34-
- **Visibility**: Automatically visible when using Hub assistants
34+
- **Visibility**: Automatically visible when using Hub configs
3535
- **Creation**: Add rules button in VSCode or manual file creation
3636
- **File Management**: Creates actual `.md` files you can edit directly
3737
</Card>
@@ -53,7 +53,7 @@ When using Continue, rules are loaded in this order:
5353
4. **Global rules** (from `~/.continue/rules` folder)
5454

5555
<Info>
56-
**TL;DR**: Local rules show up automatically when using Hub assistants. Hub rules show up automatically when referenced in your config.
56+
**TL;DR**: Local rules show up automatically when using Hub configs. Hub rules show up automatically when referenced in your config.
5757
</Info>
5858

5959
## Quick Start: How to Create Your First Rule File
@@ -228,7 +228,7 @@ globs: ["**/*.ts", "**/*.tsx"]
228228

229229
**Solution**:
230230
- **Hub rules** only appear when referenced in your config.yaml using the `uses:` syntax
231-
- **Local rules** automatically appear when using Hub assistants
231+
- **Local rules** automatically appear when using Hub configs
232232
- There's currently no automatic bidirectional sync
233233

234234
### Issue: "Edit" Links Point to Wrong Location

docs/customize/model-providers/top-level/bedrock.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ You can also use an AWS `accessKeyId` and `secretAccessKey` for authentication i
9090
model: <MODEL_ID>
9191
env:
9292
region: us-east-1
93-
accessKeyId: ${{ secrets.AWS_ACCESS_KEY_ID }} # can also enter key inline here for local assistants
94-
secretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }} # can also enter key inline here for local assistants
93+
accessKeyId: ${{ secrets.AWS_ACCESS_KEY_ID }} # can also enter key inline here for local configs
94+
secretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }} # can also enter key inline here for local configs
9595
roles:
9696
- chat
9797
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Understanding Configs"
3-
description: "Continue offers two ways to configure your AI assistants"
3+
description: "Continue offers two ways to configure your AI agents"
44
---
55

66
This content has moved to our comprehensive guide: [Understanding Hub vs Local Configuration](/guides/understanding-configs)

docs/guides/dlt-mcp-continue-cookbook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ After completing this guide, you have a complete **AI-powered data pipeline deve
444444
icon="newspaper"
445445
href="https://dlthub.com/blog/deep-dive-assistants-mcp-continue"
446446
>
447-
Learn about AI assistants, MCP, and Continue integration
447+
Learn about AI agents, MCP, and Continue integration
448448
</Card>
449449
<Card
450450
title="MCP Concepts"

docs/home.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "Introduction"
3-
description: "Learn how Continue enables developers to embrace continuous AI, enabling them to build custom AI code assistants with open source VS Code and JetBrains extensions featuring chat, autocomplete, edit, and agent capabilities"
3+
description: "Learn how Continue enables developers to embrace continuous AI, enabling them to build custom AI code agents with open source VS Code and JetBrains extensions featuring chat, autocomplete, edit, and agent capabilities"
44
---
55

66
## What is Continue?
77

8-
**Continue enables developers to create, share, and use custom AI code assistants with our open source [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension) extensions and [hub of models, rules, prompts, docs, and other building blocks](https://hub.continue.dev)**
8+
**Continue enables developers to create, share, and use custom AI code agents with our open source [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension) extensions and [hub of models, rules, prompts, docs, and other building blocks](https://hub.continue.dev)**
99

1010
## Key Features
1111

docs/mission-control/configs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can interact with configs in three main ways:
7474

7575
<Step title="Explore existing configs">
7676

77-
Browse the [Continue Mission Control](https://hub.continue.dev/explore?type=assistants) to see what configs others have built
77+
Browse the [Continue Mission Control](https://hub.continue.dev/explore?type=configs) to see what configs others have built
7878

7979
</Step>
8080

docs/mission-control/governance/org-permissions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "Organization Permissions"
33
description: "Users can have the following roles within an organization:"
44
---
55

6-
1. Admins are users who can manage members, secrets, blocks, assistants, etc.
7-
2. Members are users who can use assistants, blocks, secrets, etc.
6+
1. Admins are users who can manage members, secrets, blocks, configs, etc.
7+
2. Members are users who can use configs, blocks, secrets, etc.
88

99
**User permissions for each role depend on the pricing plan:**
1010

docs/mission-control/secrets/secret-resolution.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Secret Resolution"
3-
description: "User or Org secrets should be used depending on how users want them to be shared within their organization and assistants."
3+
description: "User or Org secrets should be used depending on how users want them to be shared within their organization and configs."
44
---
55

66
For individual users and [Solo](/hub/governance/pricing#solo) organizations, secret resolution is performed in the following order:

0 commit comments

Comments
 (0)