Skip to content

Releases: olasunkanmi-SE/codebuddy

v.1.1.7

18 Dec 07:17
1af6295
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.1.6...v.1.1.7

v.1.1.6

15 Dec 08:29
76f57b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.1.5...v.1.1.6

v.1.1.5

13 Dec 16:23
eb10722
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.1.4...v.1.1.5

v.1.1.4

15 Sep 12:27
578dc06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.1.3...v.1.1.4

v.1.1.3

02 Sep 11:38
1211afa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.1.2...v.1.1.3

v.1.1.2

24 Aug 08:29
8ab7473
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v.1.1.2

v1.1.1

20 Aug 11:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

Support for multiple chat view themes, fonts and font size

23 Jun 05:18
d456933
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v2

Version 1.0.0

06 Apr 07:28
62f5ec7
Compare
Choose a tag to compare
Version 1.0.0 Pre-release
Pre-release

I am excited to announce the initial release of CodeBuddy, an AI-powered coding assistant for Visual Studio Code. This extension aims to revolutionize the way developers write code by providing intelligent suggestions, completions, and assistance based on the context and requirements of their projects.

Key Features
AI-Powered Code Analysis: CodeBuddy uses advanced AI algorithms to understand the structure, context, and purpose of your code, enabling it to provide accurate and relevant suggestions.
Intelligent Code Suggestions: Get smart code suggestions and completions based on your input and the surrounding code. CodeBuddy adapts to your programming language, framework, and library to offer tailored recommendations.
Explanations and Justifications: Receive clear explanations and justifications for the generated code, helping you understand the reasoning behind the suggestions and make informed decisions.
Debugging and Troubleshooting: CodeBuddy assists you in identifying potential issues and offers solutions to debug and troubleshoot your code effectively.
Code Optimization: Discover opportunities to optimize your code's performance, readability, and maintainability with CodeBuddy's insightful recommendations and best practices.
Interactive Chat Interface: Engage in a seamless conversation with CodeBuddy through the intuitive chat interface. Clarify requirements, provide additional context, and iterate on the generated code suggestions effortlessly.
Installation
To start using CodeBuddy, follow these simple steps:

Open Visual Studio Code.
Go to the Extensions view by clicking on the square icon in the Activity Bar on the side of the window.
Search for "CodeBuddy" in the Extensions view.
Click on the "Install" button next to the CodeBuddy extension.
Once the installation is complete, you will see the CodeBuddy icon in the Activity Bar.
Configuration
CodeBuddy requires a Google Generative AI API key to enable the AI functionality. To configure the API key and other settings, go to the Visual Studio Code settings and search for "CodeBuddy".

google.gemini.apiKey: Set your Google Generative AI API key.
google.gemini.model: Specify the AI model to use for code assistance (default: "gemini-1.0-pro-latest").
Feedback and Support
We value your feedback and are committed to continuously improving CodeBuddy. If you encounter any issues, have suggestions, or need assistance, please don't hesitate to reach out to us through the following channels:

GitHub Repository: https://github.com/your-username/codebuddy
Contact: https://www.linkedin.com/in/oyinlola-olasunkanmi-raymond-71b6b8aa/
We appreciate your support and look forward to hearing about your experience with CodeBuddy. Happy coding!