For enterprise devs locked to Copilot: I built a lightweight agent loop using the VS Code LM API [KitPilot]
Hey r/GithubCopilot,
If you’re an enterprise dev whose org strictly enforces Copilot (no external API keys allowed) but you still want a highly autonomous agent workflow, this is for you. Copilot’s underlying models and the VS Code LM API are fantastic and to push them even further I built KitPilot, an open source booster designed to supercharge your existing setup
When Roo Code announced its May shutdown I forked it, stripped out the bloat and optimized it to run exclusively via the VS Code LM API.
What it adds to your Copilot stack:
Enterprise Compliant: Zero external API keys. If your org approves Copilot, KitPilot seamlessly inherits that security model.
Extended Autonomy: Highly reliable multi-step task execution, autonomous file writing and terminal commands.
Deep Context: Smarter context management for navigating massive codebases.
Would love feedback from the community.
Cheers,