From efcade76f2179066bc1812b2e355070549b4931d Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Mon, 13 Jan 2025 14:03:46 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c514d219..eb6e9c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Example code assistant guideline in the prompt. +- Support for opening all code assistant changes in full mode. +- Additional commit dialog actions: + - Generate Message (no functional changes). + - Generate Message with Additional Input: Adds support for additional input in the prompt. + - Review Changes: Creates a new chat session and asks CodeGPT to review your changes and suggest improvements. + +### Fixed + +- Inconsistencies in the model combobox title when changing between tabs [#814](https://github.com/carlrobertoh/CodeGPT/issues/814). + ## [2.15.1-241.1] - 2025-01-07 ### Added