Skip to content

Releases: takai/git-ai-commit

v0.2.1

19 Jan 13:31

Choose a tag to compare

Changelog

  • ebee889 build(release): expand goreleaser config (#4)
  • f5ed466 ci(release): add HOMEBREW_TAP_TOKEN environment variable
  • 82fb8c6 feat(cli): add version flag (#3)
  • 2253831 refactor(prompt): migrate to template-based prompt construction (#2)

v0.2.0

19 Jan 13:19

Choose a tag to compare

Changelog

  • cd895cd build(release): expand goreleaser config
  • 82fb8c6 feat(cli): add version flag (#3)
  • 2253831 refactor(prompt): migrate to template-based prompt construction (#2)

v0.1.1

17 Jan 22:53

Choose a tag to compare

Changelog

  • 65ff9e4 docs(readme): clarify repo trust prompt in config section
  • 6f4a313 fix(config): set codex default model flag

v0.1.0

17 Jan 10:40

Choose a tag to compare

Changelog

  • 3f4a7b5 Add design doc
  • 703098a ci: add GoReleaser and GitHub Actions
  • 3e499f2 docs(config): ban code fence wrappers
  • 598ea21 docs(config): clarify config merging order and precedence
  • 811b3ed feat(app): add claude and cursor-agent engine support
  • ecabd4e feat(config): add local git-ai-commit configuration
  • 7904bc4 feat(config): autodetect engine when missing
  • d3c2bee feat(config): gate repo config by trust list
  • 9d29ec8 feat(config): prefer repo-local config
  • 1644071 feat: add debug output options
  • 5ae8069 feat: add embedded prompt presets
  • a2a8880 feat: add gemini engine defaults
  • c127eff feat: add git-style option parsing
  • 1258896 feat: add staging options and prompt rules
  • 5f766f3 feat: default codex to exec subcommand
  • e4f102a feat: implement core commit flow
  • a09e1fa fix(app): handle diff when amending
  • 0e28ec2 fix(app): sanitize engine messages
  • 146e79b fix(config): use prompt key for preset
  • 4f5e983 fix(config): validate prompt_file paths early
  • e02304c fix(engine): pass prompt args via gemini cli
  • f4553d5 fix(git): print git commit output to stdout
  • e17a732 refactor(config): extract default engine args into DefaultEngineArgs map
  • 7965bb9 refactor(config): implement config merging with user and repo layer
  • 3d27ef8 refactor(config): remove hardcoded default engine fallback
  • ce79fbf refactor(config): remove redundant Command field from EngineConfig
  • c470992 refactor(prompt): replace system_prompt and prompt_strategy with prompt and prompt_file
  • b3f4cd3 refactor: use toml library for config
  • 0c20237 test(release): add manual acceptance check