A simple but useful coding assistant chat interface to help with code snippets and coding questions. This extension provides a chat interface.
Note: This is a Alpha release of the extension. While it has been tested, there may be some minor issues that need to be addressed.
Shortcut Keys for Convenience
The following shortcut keys have been implemented for easy access:
Ctrl + Shift + A: Opens the chat interface
Ctrl + Shift + Q: Refer selected code from editor on chat
Features
Simple Chat Interface inside vscode.
Inline code suggestion using ollama and mistral
Insert code into editor from chat.
Read out response on windows and Mac.
Refer the selected code from editor to chat using Ctrl + Shift + Q
supported Providers
Ollam
Open AI
GROQ
Mistral
This application is independently developed and is not affiliated, endorsed, or sponsored by OpenAI or Mistral AI.
All references to OpenAI and Mistral AI models are for informational purposes only.
My List to first Beta release
Update
Status
Description
Chat Interface
Done
Access OLLAMA models.
Settings Interface
Done
Settings for the basic LLM options
Open AI API Integration
Done
Integration with the Open AI API.
Groq API Integration
Done
integration with the Groq API.
Code Completion
Done
Provide context-aware code suggestions. supports mistral and ollama
Task Management
In Progress
Create and Manage user tasks and help to keep development in sync
Installation and Usage
To install this extension, follow these steps:
Open the Extensions panel in VSCode by navigating to View > Extensions or using the keyboard shortcut.
Search for Cyclone Coder in the Extensions Marketplace.
Click on the result to view its details and install it.
Once installed, you can access the chat interface by pressing Ctrl + Shift + A, and start asking questions to your OLLAMA LLM directly form vscode!