Skip to content

Releases: skkdevcraft/git-ai-commit

v0.1.3

21 Feb 05:38
f37b5a2

Choose a tag to compare

Changelog

  • f37b5a2 feat: add support for reading diffs from stdin in show command

v0.1.2

20 Feb 14:30
a4ce6cc

Choose a tag to compare

Changelog

  • a4ce6cc docs: improve API key configuration documentation
  • 2b8b1cc feat(config): enhance API key configuration options for git-ai-commit
  • 111fbaa feat: add support for env var and git-credentials API key resolution
  • eda21b2 docs: update installation instructions and usage guide

v0.1.1

20 Feb 07:30
b532140

Choose a tag to compare

Changelog

  • b532140 chore(ci): use GH_PAT secret for release workflow authentication
  • 3eb8424 chore(release): configure goreleaser archives and brew tap
  • 77652e1 chore(ci): grant write permissions to release workflow

v0.1.0

20 Feb 06:05
2b5a277

Choose a tag to compare

Changelog

  • 2b5a277 chore(goreleaser): update formats syntax and add version flag
  • 821cb4f chore(goreleaser): upgrade goreleaser config to v2
  • d619f9e feat(cli): add version command and CI release pipeline
  • bd414d1 docs(readme): add comprehensive README with install and usage
  • 1adc342 feat(hooks): add install command to install prepare-commit-msg hook
  • b76435c feat(prompt): forbid emoji, quotes, backslashes; require shell-safe output
  • a79cb33 feat(config): add config command, provider presets, endpoint resolver
  • 5095046 fix(config): require and normalize ai-commit.endpoint base URL
  • 8904930 feat(commit): require Conventional Commits for first line
  • ffee98e Add git-ai-commit CLI with hook support and show mode
  • 8c7d37b Initial commit