Releases: Blarc/ai-commits-intellij-plugin
Releases · Blarc/ai-commits-intellij-plugin
v0.8.0
Added
- Add option to select OpenAI model.
Changed
- Do not check if prompt is too large, but let OpenAI API do the validation.
v0.7.0
Added
- Open AI proxy setting.
v0.6.2
Fixed
- Locale is not used in prompt.
v0.6.1
Fixed
- Commit workflow handler can be null.
v0.6.0
Added
- Table for setting prompts.
- Different prompts to choose from.
- Bug report link to settings.
- Add generate commit action progress indicator.
Changed
- Sort locales alphabetically.
Fixed
- Changing token does not work.
v0.5.1
Fixed
- Use prompt instead of diff when making request to Open AI API.
v0.5.0
Added
- Add button for verifying Open AI token in settings.
- Check if prompt is too large for Open AI API.
- Welcome and star notification.
Changed
- Set default Locale to English.
- Target latest intellij version (2023.1).
- Improve error handling.
Fixed
- Properly serialize Locale when saving settings.
v0.4.0
Changed
- Removed unused
org.jetbrains.plugins.yaml
platform plugin.
Fix
- Plugin should not have until build number.
v0.3.0
Added
- Show notification when diff is empty.
- This allows to compute diff only from files and lines selected in the commit dialog.
v0.2.0
Added
- Basic action for generating commit message.
- Settings for locale and OpenAI token.
- Create commit message only for selected files.