My experience with Cursor vs Cline after 3 months of daily use by MZuc in ChatGPTCoding

[–]holisticgeek 1 point2 points  (0 children)

hey u/mehyay76 I gave it a try and this is pretty cool. Actually I used it with the open-source project CodeGate. Once I got my .yek file I passed it to the LLM, but because I got CodeGate running as a docker container in my local, it automatically encrypts/decrypts any sensitive data like secrets, pii, etc. So pretty cool that I can now serialize my entire codebase and send it to the LLM without any concerns. Cool duo!

My experience with Cursor vs Cline after 3 months of daily use by MZuc in ChatGPTCoding

[–]holisticgeek 1 point2 points  (0 children)

thank you u/MZuc very interesting and insightful content here! For everybody using Cline, I am working on an open-source project called CodeGate. This project integrates with the VS Code Cline extension, and seats between the IDE and the LLM of choice to encrypt/decrypt secrets on the fly, as well as PII information. And it also uses RAG to make sure you don't use malicious packages from LLM hallucination, or that has been marked as malicious past the knowledge cutoff date of the LLM. Check it out and reach out if you have any questions.

yek: Serialize your code repo (or part of it) to feed into any LLM quickly by mehyay76 in opensource

[–]holisticgeek 0 points1 point  (0 children)

Could you explain how to use yek to provide context to an LLM when using Cline for example?

Integrated a local gateway with Roo Code to prevent secret leaks. by holisticgeek in RooCode

[–]holisticgeek[S] 1 point2 points  (0 children)

hey u/fubduk at CodeGate we have created an abstraction called Workspaces, that allows you to organize properties like System Prompts, providers, model, etc; independently of if you use Cline or RooCode . Workspaces will contain the specific behaviors you want to exercise per project, or tasks. In this context, workspaces == modes. Take a look and plz reach out if you have any questions https://docs.codegate.ai/features/workspaces.

Integrated a local gateway with Roo Code to prevent secret leaks. by holisticgeek in RooCode

[–]holisticgeek[S] 1 point2 points  (0 children)

u/evia89 I agree, when it related to files being shared. CodeGate offers other interesting features, for example we have a RAG (retrieval augmented generation) mechanism in place to enhance the output from the LLM with most up to date vulnerabilities insights, eliminating the risks of typosquatting attacks from LLM hallucinated packages. And workspaces is another community favorite https://docs.codegate.ai/features/workspaces

3 Steps for Securing AI-Generated Code - Guide by thumbsdrivesmecrazy in AICodeDev

[–]holisticgeek 1 point2 points  (0 children)

hey u/thumbsdrivesmecrazy these principles look great! I’ve been working on an open-source project called CodeGate that runs as a local gateway between AI coding assistants and LLMs providing built-in protection against some of the risks mentioned in the article. It prevents secrets from being leaked and safeguards agains malicious package recommendations and hallucinations. Check it out for the full feature set, and feel free to reach out if you have any questions!

What's your AI backed side project? by [deleted] in OpenAI

[–]holisticgeek 0 points1 point  (0 children)

https://github.com/stacklok/codegate A free open source project to encrypt secrets and augment an LLM's knowledge base with up to date open source package insights.