All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.3.1 - 2024-02-19
- Support for custom OpenAI model configuration (#250)
- General Settings isModified state
- Azure service credential condition (#375)
- Caret offset location upon document changes (#367)
2.3.0 - 2024-02-14
- Support for autocompletion (disabled by default)
- Support for auto resolving compilation errors
- OpenAI chat models with the most recent ones
- CodeGPT header key
2.2.12 - 2023-12-21
- Support for extended request parameters for llama.cpp
2.2.11 - 2023-12-14
- Support for chatting with multiple files
- Support for generating commit messages and method names with Azure service
2.2.10 - 2023-12-12
- Configurable commit-message system prompt
- Redundant chat tab creation on provider/model change
- Azure bas host and path overriding
2.2.9 - 2023-12-04
- IDE notification on new plugin versions
- LLaMA settings state on server failure
- LLaMA server logging
2.2.8 - 2023-12-01
- UI concurrency issues (run completion events on EDT)
2.2.7 - 2023-11-30
- LLaMA server boot up when additional params are not set
2.2.6 - 2023-11-27
- Support for automatic code formatting (#262)
- Support for additional command-line params for the llama server startup process
- Support for changing between different provides/models in the chat window (#227)
- Deepseek coder instruct models
- Git commit message generation based on the actual user selected/checked files (#291)
- Toolwindow Chat UI
2.2.5 - 2023-11-23
- Option to set the number of threads for local LLM models
- Tool window chat editor enabled/disabled logic
- Tool window text pane caret visibility
- Editor actions for
createNewChatOnEachAction
state - Plugin from crashing when the LLaMA server process is stuck
2.2.4 - 2023-11-20
- Support for git commit message generation
- Support for method/function name lookup generation
- Llama client read/connect timeout configuration
2.2.3 - 2023-11-15
- Expand/Collapse logic for tool window editors
- Interactive total token count label
- Azure model selection (redundant field)
2.2.2 - 2023-11-07
- OpenAI GPT-4 Turbo and the latest GPT-3.5 models
- Credential validation when using llama service
2.2.1 - 2023-11-06
- Right click context menu (#251)
- Azure path (#232)
- Llama telemetry service value
- Include all feature builds by removing the value (#242)
2.2.0 - 2023-11-03
- Support for running local LLMs via LLaMA C/C++ port (#249)
- Support for fetching You.com subscription
- Project build for Windows ARM64
- You.com coupon design
- Overall UI design
2.1.7 - 2023-10-26
- You.com GPT-4 toggle component with checkbox
- Telemetry segment service with rudderstack
- You.com web search not being displayed regardless of the flag
2.1.6 - 2023-10-12
- Default destination value for toolwindow editor save file action
- Suggestion to switch to different LLM provider on quota exceeded error
- Support for You.com GPT-4 model
- The style of wrapping used if the text area is wrapping lines
- Memory leaks (correct disposals for Configurable classes)
2.1.5 - 2023-10-02
- Support for diffing generated code
2.1.4 - 2023-10-01
- Support for modifying generated code within the chat toolwindow
- Support for creating new files directly from the chat toolwindow
- Privacy policy url in the settings
2.1.3 - 2023-09-28
- More telemetry actions
- Error logging
2.1.2 - 2023-09-28
- Incorrect window selection during chat or toolwindow actions
2.1.1 - 2023-09-27
- Telemetry based on redhat impl
2.1.0 - 2023-09-21
- You API integration
- Ability to override completion path
- Chat History UI
2.0.6 - 2023-08-29
- Functionality to fetch/use OpenAI account name
- Rendering user input's newlines
- Support for closing other tabs (#172)
- Support for configuring custom hosts for OpenAI and Azure services
2.0.5 - 2023-06-12
- Tool window not opening on editor actions (#157)
- Support for changing the editor action behaviour (#157)
- Support for overriding completions request parameters (#152)
- User text area autofocus on creating a new chat (#155)
- Keymap tool window actions (#148)
2.0.4 - 2023-05-27
-
TypeScript and C# code highlighting
-
ToolWindow usability when virtual space option turned ON (#125)
- ToolWindow code editor copy/replace header actions
- Custom prompt main editor action (#144)
- Support for 2023.2 EAP builds (#149)
2.0.3 - 2023-05-18
- Empty editor context menu item text (#137)
- Temp file path resolving (#130)
- Response streaming
- Reset chat window toolbar action (#138)
2.0.2 - 2023-05-16
- Settings deserialization error
- Memory consumption by disposing unused editors which are no longer needed
- Main editor focus stealing on response streaming
2.0.1 - 2023-05-14
- New GPT-3.5-16k model
- NPE when
displayName
couldn't be fetched
- Proxy support by disabling the default trustmanager
- Off-screen rendering setting option
- Automatic textarea focus on stream completion (#126)
2.0.0 - 2023-05-03
- Automatic retry logic on stream timeouts
- Input prompt text field UI/UX (height grows with the content)
- Custom prompt editor action (users can now provide custom actions within the chat window itself)
- ToolWindow HTML content with native Swing components
OPENAI_API_KEY
persistence, key is saved in the OS password safe from now on