diff --git a/docs/integrations/continue.mdx b/docs/integrations/continue.mdx index 27fd6a4..a0523aa 100644 --- a/docs/integrations/continue.mdx +++ b/docs/integrations/continue.mdx @@ -117,6 +117,18 @@ for VS Code and JetBrains IDEs. +:::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 @@ -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. ::: diff --git a/docs/partials/_kodu-providers.mdx b/docs/partials/_kodu-providers.mdx index 0e13dfc..4a4788e 100644 --- a/docs/partials/_kodu-providers.mdx +++ b/docs/partials/_kodu-providers.mdx @@ -5,9 +5,18 @@ import TabItem from '@theme/TabItem'; +:::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`.