Releases: takai/git-ai-commit
Releases · takai/git-ai-commit
v0.2.1
v0.2.0
v0.1.1
v0.1.0
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