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
88
99## What is CodeGate?
1010
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.
1515
1616``` mermaid
1717sequenceDiagram
@@ -54,7 +54,7 @@ AI coding assistants / IDEs:
5454 - Anthropic
5555 - OpenAI
5656
57- ** [ Aider] ( ./how-to/use-with-aider.mdx ) ** with Ollama and OpenAI
57+ - ** [ Aider] ( ./how-to/use-with-aider.mdx ) ** with Ollama and OpenAI
5858
5959As the project evolves, we plan to add support for more IDE assistants and AI
6060model providers.
You can’t perform that action at this time.
0 commit comments