Skip to content

Releases: Hillrunner2008/netbeans-chatgpt

v0.0.4

17 Jul 18:55
Compare
Choose a tag to compare

NetBeans ChatGPT Plugin v0.0.4 Release Notes

New Features

  • New model support: Added gpt-4o as the default new model

Bug Fix

  • API key is properly stored in NB preferences to reduce the friction of a popup with each startup

0.0.3

29 Dec 16:22
Compare
Choose a tag to compare

NetBeans ChatGPT Plugin v0.0.3 Release Notes

New Features

  • API Key Input: Added a modal for OpenAI API key entry to reduce the confusion that seemed to come from environment variable sourcing

Compatibility Updates

  • Java 11 Minimum: Lowered requirement to java 11 for improved compatibility
  • NetBeans API: Lowered requirement to NetBeans RELEASE140 API, extending access to users of older NetBeans versions.

0.0.2

07 Jul 16:57
Compare
Choose a tag to compare
  • added openai completion model choices as gpt-4 is now becoming available and most will prefer it
  • added some error handling to not silently fail as gpt-4 model isn't widely available as of today

0.0.1

22 Jun 18:36
Compare
Choose a tag to compare

This release only includes basic chat, and copy paste of detected code blocks.