mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-19 07:54:46 +00:00
docs: update changelog and description
This commit is contained in:
parent
6479604dce
commit
ca5507bd23
2 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue