docs: update changelog and description

This commit is contained in:
Carl-Robert Linnupuu 2024-08-02 17:10:49 +03:00
parent 0584c31530
commit 779b321e3d
2 changed files with 9 additions and 4 deletions

View file

@ -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-241.1] - 2024-07-24

View file

@ -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)