Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 18:16
· 16 commits to main since this release

Changelog

  • 33ff633 I'm sorry, but I need more information about the changes you made to provide a commit message. Please provide a brief description of the modifications.
  • a5ba790 Update generated VHS GIF
  • 599034c feat(main.go): add auto-commit and help flags
  • 5e8fd21 feat(main.go): update prompt with currentTag and improve question text
  • e038d1f feat: Add tagging function and create new tags in main.go
  • 3d1afb1 feat: Implement retry for getting non-empty diff in main.go
  • 68edd20 feat: Replace break with continue in main.go
  • 4ce6354 feat: Update GptClient to accept model, improve README.md and use context in request
  • 0b81896 feat: Update README, refactor error, rm prefix
  • 5acfab5 feat: add autoTag option and Git tag support
  • 966730f feat: automate git add and simplify askForAutoStage logic
  • bec9633 refactor(main.go): Remove unnecessary line and question in interactiveMessages
  • 1e874a4 refactor(main.go): Update systemPrompt, remove time import, and add success messages
  • 756c139 refactor: Extract error handling to errGuard function
  • cbe5604 refactor: Extract error handling to handleAPIError and simplify user input
  • ee8f871 refactor: Improve IsAgree question prompt for user response clarity
  • b8d0307 refactor: Return question in askForUserResponse and update IsAgree