Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 865 Bytes

CHANGELOG.md

File metadata and controls

19 lines (15 loc) · 865 Bytes

Change Log

All notable changes to the "codehelper" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

Added

  • Initial release of the CodeHelper extension.
  • Implemented basic functionality for intelligent code suggestions using the deepseek-coder:1.5b model.
  • Added a webview panel for the CodeHelper Chat.
  • Integrated Ollama for generating code suggestions.
  • Added support for Docker and Ollama setup instructions in the README.
  • Included detailed installation steps for Windows, Linux, and Mac.
  • Added testing instructions and screenshots to the README.
  • Configured .gitignore to exclude unnecessary files and directories.
  • Added test coverage details to the README.
  • Included "Back to top" links in the README for easy navigation.