I work on A LOT of highly sensitive code, usually in manufacturing, automation, or robotics. It's basically impossible for a small company like mine to get a custom exemption from the company-wide NDAs that my clients usually require everyone to sign. These guys wouldn't touch a US cloud, so they surely would never approve US-based LLM agents.
But I also don't want to completely forfeit the convenience of using LLMs for boilerplate or simple refactorings. That's why this plugin is designed to also work in air-gapped environments. It only connects to http://127.0.0.1:8081 and the source code is few enough that you can audit this.
Let me pre-empty the "why?" questions:
I work on A LOT of highly sensitive code, usually in manufacturing, automation, or robotics. It's basically impossible for a small company like mine to get a custom exemption from the company-wide NDAs that my clients usually require everyone to sign. These guys wouldn't touch a US cloud, so they surely would never approve US-based LLM agents.
But I also don't want to completely forfeit the convenience of using LLMs for boilerplate or simple refactorings. That's why this plugin is designed to also work in air-gapped environments. It only connects to http://127.0.0.1:8081 and the source code is few enough that you can audit this.
The link is 404’ing
oops. fixed. thanks :)