Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit a41b443

Browse files
authored
Add notes for known issues with muxing (#78)
1 parent 5047d8b commit a41b443

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

docs/integrations/continue.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,18 @@ for VS Code and JetBrains IDEs.
117117
<Tabs groupId="provider" queryString="provider">
118118
<TabItem value="mux" label="CodeGate muxing" default>
119119

120+
:::info Known issues
121+
122+
**Auto-completion support**: currently, CodeGate muxing does not work with
123+
Continue's `tabAutocompleteModel` setting for fill-in-the-middle (FIM). We are
124+
[working to resolve this issue](https://github.com/stacklok/codegate/issues/1005).
125+
126+
**DeepSeek models**: there is a bug in the current version (v0.8.x) of Continue
127+
affecting DeepSeek models (ex: `deepseek/deepseek-r1`) To resolve this, switch
128+
to the pre-release version (v0.9.x) of the Continue extension.
129+
130+
:::
131+
120132
First, configure your [provider(s)](../features/muxing.md#add-a-provider) and
121133
select a model for each of your
122134
[workspace(s)](../features/workspaces.mdx#manage-workspaces) in the CodeGate
@@ -285,9 +297,9 @@ not work with Continue's `tabAutocompleteModel` setting for fill-in-the-middle
285297
(FIM). We are
286298
[working to resolve this issue](https://github.com/stacklok/codegate/issues/980).
287299

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

292304
:::
293305

docs/partials/_kodu-providers.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,18 @@ import TabItem from '@theme/TabItem';
55

66
<Tabs groupId="provider" queryString="provider">
77
<TabItem value="mux" label="CodeGate muxing" default>
8+
:::info Known issues
9+
10+
There is currently a known issue using Claude Coder with CodeGate muxing. We are
11+
[working on a fix](https://github.com/stacklok/codegate/pull/1003) which we
12+
expect to release in CodeGate v0.1.19.
13+
14+
:::
15+
816
First, configure your [provider(s)](../features/muxing.md#add-a-provider) and
917
select a model for each of your
10-
[workspace(s)](../features/workspaces.mdx#manage-workspaces) in the CodeGate dashboard.
18+
[workspace(s)](../features/workspaces.mdx#manage-workspaces) in the CodeGate
19+
dashboard.
1120

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

0 commit comments

Comments
 (0)