I’m excited to share YA Copilot (Yet Another Copilot), an open-source VSCode extension I built as an alternative to GitHub Copilot. It’s powered by Anthropic's AI models (like Claude), providing smart code completions and context-aware assistance while keeping full transparency and customizability for developers.
Features:
Integration with Anthropic AI models (Claude 3.5 Sonnet, Claude 3.0 Opus, etc.) Configurable settings (API key, max tokens, and more) Context-aware prompts based on the current file/project structure Debug mode for transparency (view the exact prompts sent to AI)
I built it because I wanted a customizable AI assistant that gives developers more control over their coding workflow while staying open-source.
Check out the project on GitHub: https://github.com/chihebnabil/ya-copilot
I’d love to hear your feedback and welcome any contributions!
Thanks for reading, and happy coding!