Skip to content

Commit 5797925

Browse files
committed
Merge branch 'main' of https://github.com/continuedev/continue into dallin/configs-assistants-cleanup-7
2 parents bc69693 + 6ea0539 commit 5797925

38 files changed

+249
-446
lines changed

.github/workflows/jetbrains-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ jobs:
491491

492492
# Run Qodana inspections
493493
- name: Qodana - Code Inspection
494-
uses: JetBrains/[email protected].1
494+
uses: JetBrains/[email protected].2
495495
with:
496496
cache-default-branch-only: true
497497

binary/package-lock.json

Lines changed: 76 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/customization/overview.mdx

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/customize/custom-providers.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ As an example, say you are working on solving a new GitHub Issue. You type '@Iss
77

88
![Context Items](/images/customize/images/context-provider-example-0c96ff77286fa970b23dddfdc1fa986a.png)
99

10-
## How Do Context Blocks Work?
11-
12-
Explore available context blocks in [the hub](https://hub.continue.dev/explore/context).
13-
1410
## Built-in Context Providers
1511

1612
You can add any built-in context-providers in your config file as shown below:

docs/customize/deep-dives/custom-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ You'll then be able to type "@" and see "MCP" in the context providers dropdown.
184184

185185
<Note>
186186
To provide conext beyond the built-in context providers, we now recommend
187-
using [MCP Servers](/customization/mcp-tools)
187+
using [MCP Servers](/customize/mcp-tools)
188188
</Note>
189189

190190
View the [deprecated context providers](/reference/deprecated-context-providers) for documentation on:

0 commit comments

Comments
 (0)