0.0.1 - 2023-03-02
- Add compatibility for IntelliJ 2023.*
- Updated default font to Menlo for better readability
- Fixed Issue #4: Resolved bug causing crashes in certain situations
- Fixed Issue #1: Addressed error preventing proper functionality
- Added toolwindow icon for improved user experience
- Send vcs commits to prompt by right-click on commit message(s) and select: Add Commits To Prompt
- Fixed issue #10 where custom prompts were not being taken into account
- Added scrollbars to history panel
- Renamed settings prompt for consistency
- Add model, temperature and max tokens to settings
- Fixed toolwindow state
- Add gpt-3.5-turbo-16k model
- Add gpt-4-32k model
- Create prompt with the contents of multiple selected files using the New Prompt or Append to Prompt actions (right-click in Project view)
- Compatibility with IntelliJ 2023.2
- Initial scaffold created from IntelliJ Platform Plugin Template