From ca5507bd2321c028170684a6c433e64d34c1634e Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Fri, 2 Aug 2024 17:10:49 +0300 Subject: [PATCH] docs: update changelog and description --- CHANGELOG.md | 9 +++++++-- DESCRIPTION.md | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f841c64..e2e0f9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- An additional context popup triggered by '@' keystrokes - **Web search support** - available only through the CodeGPT provider [#641](https://github.com/carlrobertoh/CodeGPT/pull/641) -- **Persona customization** - a quick way to define and switch between different system prompts. Initial release comes with over 600 pre-defined prompts. [#638](https://github.com/carlrobertoh/CodeGPT/pull/638) +- **Customizable Personas** - a quick way to define and switch between different system prompts. Initial release comes with over 600 pre-defined prompts. [#638](https://github.com/carlrobertoh/CodeGPT/pull/638) + +### Other Improvements + +- The textbox suggestions popover now offers better usability, making it easier and quicker to add additional context to your session for more accurate responses. +- Support for attaching folders, allowing all files within the folder to be added to your current chat session. +- Optimized the chat user interface for better performance. We noticed that for faster models, the inference speed didn't match what was being rendered on the screen. ## [2.8.5-233] - 2024-07-24 diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 8db613f1..0a913e23 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -24,13 +24,13 @@ Receive single-line or whole-function autocomplete suggestions as you type. ### Web Search -Enhance your coding with real-time web search capabilities. Instantly access the latest information and insights directly within your coding environment. +Improve your coding with real-time web search capabilities. Instantly access the latest information and insights directly within your coding environment. ![Web Search](https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/plugin-description/web-search.png?raw=true) ### Customized Personas -Quickly define and switch between various prompts to make the assistant work for you, whether you're learning, writing, or proofreading. +Quickly define and switch between various prompts to make the assistant work for you, whether you're learning, writing, or proofreading. The plugin comes with over 600 pre-defined personas, allowing you to customize the assistant to your needs. ![Customized Personas](https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/plugin-description/personas.png?raw=true)