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
21 changes: 13 additions & 8 deletions docs/features/workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ Workspaces offer several key features:

- **Custom instructions**: Customize your interactions with LLMs by augmenting
your AI assistant's system prompt, enabling tailored responses and behaviors
for different types of tasks.
for different types of tasks. CodeGate includes a library of community prompts
that can be easily customized for specific tasks. You can also create your
own.

- **Prompt and alert history**: Your LLM interactions (prompt history) and
CodeGate security detections (alert history) are recorded in the active
Expand Down Expand Up @@ -79,7 +81,7 @@ You can perform several actions on workspaces:

## Manage workspaces using the dashboard

### Select the active workspace
### Change the active workspace

The currently active workspace is displayed at the top of the CodeGate dashboard
interface. You can change the active workspace by expanding the workspace
Expand All @@ -102,15 +104,18 @@ _The workspace menu in the CodeGate dashboard_
To manage all your workspaces, select **Manage Workspaces** in the workspace
menu.

Click **Create Workspace** to add a new workspace. Workspace names can contain
Click **Create** to add a new workspace. Workspace names can contain
alphanumeric characters, hyphens (`-`), and underscores (`_`). Names are
converted to lowercase, and must be unique.

In the workspace list, click the **Settings** button next to a workspace to open
the workspace settings screen. From here you can rename the workspace, set the
custom prompt instructions, or archive the workspace. Archived workspaces can be
restored from the Manage Workspaces screen, or permanently deleted
[using the CLI](#delete).
In the workspace list, open the menu (**...**) next to a workspace to
**Activate**, **Edit**, or **Archive** the workspace.

**Edit** opens the workspace settings page. From here you can rename the
workspace, set the custom prompt instructions, or archive the workspace.

**Archived** workspaces can be restored or permanently deleted from the
workspace list or workspace settings screen.

## Manage workspaces using the chat CLI

Expand Down
29 changes: 12 additions & 17 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,29 @@ CodeGate supports several development environments and AI providers.

AI coding assistants / IDEs:

- **[GitHub Copilot](./integrations/copilot.mdx)** with Visual Studio Code
- **[Aider](./integrations/aider.mdx)** with Ollama and OpenAI-compatible APIs

- **[Cline](./integrations/cline.mdx)** in Visual Studio Code

CodeGate supports Ollama, Anthropic, OpenAI-compatible APIs, and LM Studio
with Cline

- **[Continue](./integrations/continue.mdx)** with Visual Studio Code and
JetBrains IDEs

CodeGate supports the following AI model providers with Continue:

- Local / self-managed:
- Ollama
- llama.cpp
- vLLM
- Hosted:
- OpenRouter
- Anthropic
- OpenAI
- Local / self-managed: Ollama, llama.cpp, vLLM
- Hosted: Anthropic, OpenAI and OpenAI-compatible APIs like OpenRouter

- **[Aider](./integrations/aider.mdx)** with Ollama and OpenAI-compatible APIs

- **[Cline](./integrations/cline.mdx)** with Visual Studio Code

CodeGate supports Ollama, Anthropic, OpenAI-compatible APIs, and LM Studio
with Cline.
- **[GitHub Copilot](./integrations/copilot.mdx)** with Visual Studio Code
(JetBrains coming soon!)

- **[Open Interpreter](./integrations/open-interpreter.mdx)** with
OpenAI-compatible APIs

As the project evolves, we plan to add support for more IDE assistants and AI
model providers.
We're continuing to add more AI assistants/agents and model providers based on
community feedback.

## How to get involved

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/aider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To configure aider to send requests through CodeGate:

To verify that you've successfully connected aider to CodeGate, type
`/ask codegate version` into the aider chat in your terminal. You should receive
a response like "CodeGate version 0.1.13":
a response like "CodeGate version 0.1.13".

## Next steps

Expand Down
2 changes: 2 additions & 0 deletions docs/partials/_aider-providers.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{/* This content is pulled out as an include because Prettier can't handle the indentation needed to get this to appear in the right spot under a list item. */}

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Expand Down
2 changes: 2 additions & 0 deletions docs/partials/_cline-providers.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{/* This content is pulled out as an include because Prettier can't handle the indentation needed to get this to appear in the right spot under a list item. */}

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import useBaseUrl from '@docusaurus/useBaseUrl';
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading