Releases: Blarc/ai-commits-intellij-plugin
Releases · Blarc/ai-commits-intellij-plugin
v1.6.0
Added
- Variable `{hint}' for prompt customization that is filled with content from commit message dialog.
Fixed
- Selected prompt resets after editing custom prompt.
v1.5.1
Fixed
- Diff "before" and "after" is swapped in "Edit Prompt" settings window.
v1.5.0
Added
- OpenAI session timeout setting.
v1.4.0
Added
- Show example OpenAI token value when field is empty.
- Show prompt preview when editing a prompt.
v1.3.0
Changed
- Update dependencies.
- Change word order of comment about prompt setting.
v1.2.1
Fixed
- Set error message as commit message when OpenAI API returns error, because notification seems unreliable.
v1.2.0
Added
- Add OpenAI temperature setting.
- Update preset conventional commit prompt.
- Add exclusion globs table to settings.
v1.1.0
Added
- Add
{branch}
variable for prompt customisation.
Fixed
- Commit message generation does not respect locale.
v1.0.0
Added
- Host setting for custom OpenAI compatible API endpoint.
- Proxy url hint in settings.
- Updated plugin description.
v0.9.0
Added
- Add more prompts button to settings.
Changed
- Use jtokkit library for getting max content length for a model and check if prompt is too large.