- Add
gpt-4
tag to marketplace page
- Add option to use GPT-4, updating README accordingly
- Fix error in README relating to how many words $1 can buy
- Remove option to use Codex since it is being deprecated by OpenAI, in favour of
gpt-3.5-turbo
.- Remove option from configuration
- Remove all referecences in README and now explain that extension must be paid for
- Refer to model as GPT-3.5 instead of ChatGPT in both README and configuraiton
- Re-add 3.3.0 into changelog, but keep 3.4.0 as well since both have been published
- Update changelog to rename v3.3.0 to v3.4.0 since it was erroneously published under the wrong version number
- This version is identical to 3.3.0, but was erroneously published under the wrong version number
- Add option to use official ChatGPT API
- Add configuration option to change model (
chatgpt-helper.model
) - Update
openai
dependency - Update old Codex query configuration options
- Change IDs to be specific to Codex
- Update description to specify that they are for Codex only
- Fix misspelling of "assistant" in defaults
- When using Codex, the model is refferred to as "Codex" instead of "ChatGPT" in the response window
- Add configuration option to change model (
- Change namespace for configuration options from
chatgptHelper
tochatgpt-helper
to be in line with rest of extension
- Change marketplace display name from "ChatGPT Helper" to "ChatGPT"
- Continuous integration: update
actions/setup-node
to v3
- Explanation and debug commands can now be run by right-clicking inside an editor (
editor/context
menu) - Remove unnecesary console logging
- Add command to change OpenAI API key once it is already set (
chatgpt-helper.changeOpenAIAPIKey
)
- Fix bug where query for explaining code always used opened comment with
'''
instead of the correct one for the language - Remove now unused ChatGPT session token config option
- Continuous integration: cache pnpm dependencies
- Add
codex
tag to marketplace page - Update README to not include strikethrough
- Use Codex instead of ChatGPT
- Update query prompts
- Remove
chatgpt
dependency
- Add continuous integration
- Use webpack instead of esbuild
- Removes need for npm; solely uses pnpm now
- Remove unnecessary package @types/puppeteer
- Add Prettier
- Use unofficial ChatGPT REST API instead of puppeteer
- Add session token configuration option
- Remove headless browser configuration option
- Update README
- Remove known issue of session expiration
- Remove configuration of OpenAI username & password
- Add configuration of ChatGPT session token
- Change wording from "package" to "extension" in description
- Update CHANGELOG formatting
- Use inline code blocks
- Use
h2
headers for versions
- Update LICENSE formatting
- Remove notes at bottom (how to apply the license)
- Add header, including year, name and link to license text
- Add
license
field topackage.json
- Fix typos in changelog
- Add headless configuration option
- Move changelog from
README.md
toCHANGELOG.md
- Initial release