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

Commit 6be3e80

Browse files
authored
Minor updates (#72)
Updates to the workspaces doc and integrations list
1 parent 51cdb08 commit 6be3e80

File tree

6 files changed

+31
-27
lines changed

6 files changed

+31
-27
lines changed

docs/features/workspaces.mdx

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ Workspaces offer several key features:
2525

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

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

8082
## Manage workspaces using the dashboard
8183

82-
### Select the active workspace
84+
### Change the active workspace
8385

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

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

109-
In the workspace list, click the **Settings** button next to a workspace to open
110-
the workspace settings screen. From here you can rename the workspace, set the
111-
custom prompt instructions, or archive the workspace. Archived workspaces can be
112-
restored from the Manage Workspaces screen, or permanently deleted
113-
[using the CLI](#delete).
111+
In the workspace list, open the menu (**...**) next to a workspace to
112+
**Activate**, **Edit**, or **Archive** the workspace.
113+
114+
**Edit** opens the workspace settings page. From here you can rename the
115+
workspace, set the custom prompt instructions, or archive the workspace.
116+
117+
**Archived** workspaces can be restored or permanently deleted from the
118+
workspace list or workspace settings screen.
114119

115120
## Manage workspaces using the chat CLI
116121

docs/index.md

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,34 +37,29 @@ CodeGate supports several development environments and AI providers.
3737

3838
AI coding assistants / IDEs:
3939

40-
- **[GitHub Copilot](./integrations/copilot.mdx)** with Visual Studio Code
40+
- **[Aider](./integrations/aider.mdx)** with Ollama and OpenAI-compatible APIs
41+
42+
- **[Cline](./integrations/cline.mdx)** in Visual Studio Code
43+
44+
CodeGate supports Ollama, Anthropic, OpenAI-compatible APIs, and LM Studio
45+
with Cline
4146

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

4550
CodeGate supports the following AI model providers with Continue:
4651

47-
- Local / self-managed:
48-
- Ollama
49-
- llama.cpp
50-
- vLLM
51-
- Hosted:
52-
- OpenRouter
53-
- Anthropic
54-
- OpenAI
52+
- Local / self-managed: Ollama, llama.cpp, vLLM
53+
- Hosted: Anthropic, OpenAI and OpenAI-compatible APIs like OpenRouter
5554

56-
- **[Aider](./integrations/aider.mdx)** with Ollama and OpenAI-compatible APIs
57-
58-
- **[Cline](./integrations/cline.mdx)** with Visual Studio Code
59-
60-
CodeGate supports Ollama, Anthropic, OpenAI-compatible APIs, and LM Studio
61-
with Cline.
55+
- **[GitHub Copilot](./integrations/copilot.mdx)** with Visual Studio Code
56+
(JetBrains coming soon!)
6257

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

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

6964
## How to get involved
7065

docs/integrations/aider.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To configure aider to send requests through CodeGate:
3434

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

3939
## Next steps
4040

docs/partials/_aider-providers.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{/* 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. */}
2+
13
import Tabs from '@theme/Tabs';
24
import TabItem from '@theme/TabItem';
35

docs/partials/_cline-providers.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{/* 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. */}
2+
13
import Tabs from '@theme/Tabs';
24
import TabItem from '@theme/TabItem';
35
import useBaseUrl from '@docusaurus/useBaseUrl';

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)