codebuddy
codebuddy copied to clipboard
A Generative AI Assistant for VSCode is an innovative extension that utilizes machine learning to help developers generate code, complete tasks, and streamline their workflow. This intelligent assista...
As a user of CodeBuddy, I often find myself wanting to revisit and review the conversations I have with the coding assistant. To make it easier to reference and learn...
## Description We need to implement a new command find on github for CodeBuddy, our generative AI coding assistant. This feature will allow users to search for similar code snippets...
# Generative AI Code Assistant: New Features Implementation ## Description We're developing a generative AI code assistant with the following key features: 1. Session Mailing 2. Discussion Summary 3. Further...
As a coding assistant, CodeBuddy aims to provide an efficient and intuitive experience for developers. To further enhance its capabilities, we propose integrating a Text-to-SQL feature with JSON mode. This...
The response from the Generative AI should be streamable
Description: A Retrieval-Augmented Generation (RAG) system for our VS Code copilot extension. The key feature of this system is that all indexing and querying will happen on the user's local...
# Behavior The application throws an error when the generative AI model is switched. For example, if I am presently using Gemini to power my Webview and I decide to...
Presently the application only supports Gemini and Grok (Llama). Implement support for Open AI
Title: Detect and Parse Existing Changelog Files Description: Create functionality to detect if a changelog file already exists in the project, and if so, parse it to understand its structure...
# Migrate ChatView UI to React for Enhanced Functionality and Development Experience ## Current Limitations The current implementation of the ChatView UI using HTML, CSS, and JavaScript presents several limitations:...