Skip to content

Releases: nguyenvanduocit/ai-commit

v1.0.5

02 Mar 08:24
Compare
Choose a tag to compare

Changelog

  • 41bd5ee fix: Refactor commit message handling and prefix logic.

v1.0.4

02 Mar 08:05
Compare
Choose a tag to compare

Changelog

  • 093858f "Improved user experience and error handling in chat program."
  • e152e91 : Ask for commit prefix before commit message.
  • f128014 : Refactor IsAgree function into a standalone function
  • cb308c9 Added SingleQuestion function to GptClient
  • c537a1e Added new styles and improved print functions for better user experience
  • 35faefd Added print functions for normal, warning, success, and error messages.
  • 716db17 Improved reading of user requests in main.go.
  • 5aca2c6 Refactored print functions and style variables to improve code readability, clarity and maintainability.
  • a673517 Refactored user response input validation to account for empty and white space user responses in the main for loop. Modified commit message to indicate that the code was refactored to improve user response input validation.
  • 4cdfab1 Updated commit message to be more concise and descriptive.
  • 7230241 feat: implement IsAgree and agreeWords
  • 050faed feat: remove leading/trailing spaces from GptClient response and update logger message in main.go
  • e5943eb fix: Fix redeclaration issue of 'prefix' variable in askForPrefix() function

v1.0.3

02 Mar 07:11
Compare
Choose a tag to compare

Changelog

  • 3573c18 feat(client): add GptClient and conventional commit message support
  • 064fc1f feat: Add client.go file for main package
  • bb629cf refactor(client): improve agreement status response wording

v0.2.1

13 Feb 04:38
Compare
Choose a tag to compare

Changelog

  • 5cf0bef fix: Update GPT3 engine for client and adjust prompt string for commit message
  • 46952a5 fix: add stop words to complete function

v1.0.0-beta6

06 Feb 09:50
Compare
Choose a tag to compare

Changelog

  • f0d0fcc Update default GPT-3 engine
  • 5ccef35 feat: Update prompt message in main function

v1.0.0-beta5

03 Feb 06:15
Compare
Choose a tag to compare

Changelog

  • 7f47f66 Fix temperature check in main.go
  • 9689f95 feat: Add input handling for empty strings

v1.0.0-beta4

03 Feb 06:13
Compare
Choose a tag to compare

Changelog

  • 88734ea feat: Update temperature parameter in complete function
  • 0059189 feat: Update temperature prompt formatting and input validation

v1.0.0-beta3

03 Feb 04:25
Compare
Choose a tag to compare

Changelog

  • 5d7f6a1 fix: Update diff command args

v1.0.0-beta2

03 Feb 02:10
Compare
Choose a tag to compare

Changelog

  • f38c702 fix: Update README to install latest version of AI-Commit
  • e9abc87 fix: Update module name to ai-commit

v1.0.0-beta1

02 Feb 19:37
Compare
Choose a tag to compare

Changelog

  • 3b89b4a ci: Add create-tag job to release workflow
  • a3b9653 ci: Remove skip-commit flag from release workflow
  • cbbd668 ci: Update GoReleaser config to disable output file
  • 56881f8 ci: Update release workflow
  • 4e560b0 ci: Update release workflow to skip version file