This repository was archived by the owner on Jul 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ sidebar_position: 1
8
8
9
9
## What is CodeGate?
10
10
11
- CodeGate is local prompt gateway that sits between your AI coding assistant and
12
- LLM to enhance privacy and security. CodeGate performs code security reviews,
13
- identifies vulnerabilities in package dependencies, and prevents sensitive data
14
- like secrets from being shared with AI models.
11
+ CodeGate is a local prompt gateway that sits between your AI coding assistant
12
+ and LLM to enhance privacy and security. CodeGate performs code security
13
+ reviews, identifies vulnerabilities in package dependencies, and prevents
14
+ sensitive data like secrets from being shared with AI models.
15
15
16
16
``` mermaid
17
17
sequenceDiagram
@@ -54,7 +54,7 @@ AI coding assistants / IDEs:
54
54
- Anthropic
55
55
- OpenAI
56
56
57
- ** [ Aider] ( ./how-to/use-with-aider.mdx ) ** with Ollama and OpenAI
57
+ - ** [ Aider] ( ./how-to/use-with-aider.mdx ) ** with Ollama and OpenAI
58
58
59
59
As the project evolves, we plan to add support for more IDE assistants and AI
60
60
model providers.
You can’t perform that action at this time.
0 commit comments