Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

45 lines (29 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

Pre-release Changes

Added

  • diff context provider

Changed

  • Allow LLM servers to handle templating

Fixed

  • Fix a few context providers / slash commands

v0.0.26 - 2023-12-28

Added

  • auto-reloading of config on save

Fixed

  • Fixed /edit bug for versions without Python server

v0.0.25 - 2023-12-25

Changed

  • Intellij extension no longer relies on the Continue Python server

v0.0.21 - 2023-12-05

Added

  • updated to match latest VS Code updates

v0.0.19 - 2023-11-19

Changed

  • migrated to .json config file format

v0.0.1 - 2023-09-01

Added