Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
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
18 changes: 15 additions & 3 deletions docs/integrations/continue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,18 @@ for VS Code and JetBrains IDEs.
<Tabs groupId="provider" queryString="provider">
<TabItem value="mux" label="CodeGate muxing" default>

:::info Known issues

**Auto-completion support**: currently, CodeGate muxing does not work with
Continue's `tabAutocompleteModel` setting for fill-in-the-middle (FIM). We are
[working to resolve this issue](https://github.com/stacklok/codegate/issues/1005).

**DeepSeek models**: there is a bug in the current version (v0.8.x) of Continue
affecting DeepSeek models (ex: `deepseek/deepseek-r1`) To resolve this, switch
to the pre-release version (v0.9.x) of the Continue extension.

:::

First, configure your [provider(s)](../features/muxing.md#add-a-provider) and
select a model for each of your
[workspace(s)](../features/workspaces.mdx#manage-workspaces) in the CodeGate
Expand Down Expand Up @@ -285,9 +297,9 @@ not work with Continue's `tabAutocompleteModel` setting for fill-in-the-middle
(FIM). We are
[working to resolve this issue](https://github.com/stacklok/codegate/issues/980).

**DeepSeek models**: there is a bug in the current release version of Continue
affecting DeepSeek models (ex: `deepseek/deepseek-r1`), you need to run the
pre-release version of the Continue extension.
**DeepSeek models**: there is a bug in the current version (v0.8.x) of Continue
affecting DeepSeek models (ex: `deepseek/deepseek-r1`) To resolve this, switch
to the pre-release version (v0.9.x) of the Continue extension.

:::

Expand Down
11 changes: 10 additions & 1 deletion docs/partials/_kodu-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@ import TabItem from '@theme/TabItem';

<Tabs groupId="provider" queryString="provider">
<TabItem value="mux" label="CodeGate muxing" default>
:::info Known issues

There is currently a known issue using Claude Coder with CodeGate muxing. We are
[working on a fix](https://github.com/stacklok/codegate/pull/1003) which we
expect to release in CodeGate v0.1.19.

:::

First, configure your [provider(s)](../features/muxing.md#add-a-provider) and
select a model for each of your
[workspace(s)](../features/workspaces.mdx#manage-workspaces) in the CodeGate dashboard.
[workspace(s)](../features/workspaces.mdx#manage-workspaces) in the CodeGate
dashboard.

In the **Provider Settings** settings, select **OpenAI Compatible**. Set the
**Base URL** to `http://localhost:8989/v1/mux`.
Expand Down
Loading