Skip to content

Releases: laststance/git-gpt-commit

v0.10.2

11 Aug 10:12

Choose a tag to compare

  • fix: Unsupported value: 'temperature' does not support 0 with this model. Only the default (1) value is supported. 8a4fc9d
  • fix test 377157f

v0.10.1

11 Aug 09:26

Choose a tag to compare

  • fix: 'max_tokens' parameter deprecated - should use 'max_completion_tokens' 33f624c

v0.9.10

09 Jun 06:00

Choose a tag to compare

  • refactor: Replace inquirer and ora with npm-publish-tool and remove npm-publish-tool script cbfa42d
  • chore: remove unused configuration and documentation files 34ec163
  • chore(deps-dev): bump eslint-import-resolver-typescript cf93577
  • chore(deps): bump openai from 5.1.0 to 5.1.1 1e85ee8
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin 9ac880f

v0.9.9

04 Jun 23:24

Choose a tag to compare

  • fix: Uncomment library build steps in release workflow cd7dc6b
  • fix: lint 4e34339
  • fix: Correct version increment choices in npm-publish-tool script b427eb1
  • feat: Enhance release workflow and npm-publish-tool script 8dbdcb8
  • Bump openai from 5.0.2 to 5.1.0 baadbab
  • Bump @typescript-eslint/parser from 8.33.0 to 8.33.1 7c4ae24
  • Bump openai from 4.104.0 to 5.0.2 b6331df
  • Bump eslint-import-resolver-typescript from 4.4.1 to 4.4.2 7f17abd
  • Bump eslint-plugin-prettier from 5.4.0 to 5.4.1 d74c006
  • Bump release-it from 19.0.2 to 19.0.3 d6bd6a1
  • Bump @vitest/coverage-v8 from 3.1.2 to 3.1.4 f5ea7ac
  • Bump lint-staged from 16.0.0 to 16.1.0 9f2c380
  • Bump @vitest/ui from 3.1.2 to 3.1.4 d36629d
  • Bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.0 60c5cfd
  • Bump eslint-import-resolver-typescript from 4.3.5 to 4.4.1 94aa2ff
  • Bump task-master-ai from 0.14.0 to 0.15.0 7473d0b
  • fix: update default model to gpt-4o-mini in index.js a376ba0
  • docs: Update README to generalize AI model reference 0d09676

v0.9.6

25 May 05:06

Choose a tag to compare

  • Update README.md ee23060
  • Bump openai from 4.100.0 to 4.103.0 3313056

0.9.0

08 May 09:35

Choose a tag to compare

What's Changed

✨ New

  • Toggle Commit Prefix

    git gpt prefix

    Enable/disable conventional commit prefixes (feat:, fix:, chore:, etc.).

  • Manage OpenAI API Key

    git gpt open-api-key

    Add, update, display, or delete your stored OpenAI API key.

0.8.0

24 Apr 21:40

Choose a tag to compare

Minor Changes

  • Update README.md: Rename project title to Git GPT Commit: cf9d43e
  • Add Husky pre-commit hook and configure Prettier: 6fae82b
  • Add configuration file support for model selection: 6a873cf
  • Add language selection for commit messages and improve config handling: e7fa735

0.7.3

15 Jul 11:30

Choose a tag to compare

Patches

0.7.2

15 Jul 06:44

Choose a tag to compare

Patches

v0.7.0

28 Jan 14:57

Choose a tag to compare

Feature

  • Update model to "gpt-4-turbo-preview"