Releases: tak-bro/aicommit2
Releases · tak-bro/aicommit2
v2.2.16
2.2.16 (2025-05-19)
Bug Fixes
- config: support nested keys in get command (d4885bd)
- spell: correct various typos (a2d7f3f)
Features
- config: add delete command for configuration (7da6844)
- config: list all keys when 'get' has no args (be12d8d)
- gemini: update supported models and documentation (5a2e170)
- groq: update default model and supported models (7f162f8)
v2.2.15
2.2.15 (2025-05-06)
Bug Fixes
- utils: fallback for missing git comment char (899cbe6)
Features
- prepare-commit-msg-hook: add support for custom comment character (181a8e9)
v2.2.14
2.2.14 (2025-04-02)
Features
- enhance CLI with config, hook, log commands (fa2824b)
v2.2.13
2.2.13 (2025-03-27)
Bug Fixes
- use undici fetch for tiemout in Ollama (c939e8a)
v2.2.12
2.2.12 (2025-03-26)
Features
- ai: add timeout configuration for AI providers (f207ac6)
- cohere: add timeout configuration for API calls (a04921e)
- ollama: add node-fetch for ollama (6058cf5)
v2.2.11
2.2.11 (2025-03-25)
Bug Fixes
- config: validate config key-value pairs (e15dcbb)
v2.2.10
2.2.10 (2025-03-24)
Bug Fixes
- config: validate and parse configuration key-value pairs (7ffbdbf)
v2.2.9
2.2.9 (2025-03-24)
Features
- config: add list command and AI stream support (78043a6)
v2.2.8
2.2.8 (2025-03-17)
Bug Fixes
- filter out specific flags in hook scripts (bbd9164)
- fix prepare-commit-msg-hook (57f7c09)
v2.2.7
2.2.7 (2025-03-08)
Bug Fixes
- robustify JSON parsing from AI response (7b23554)
Features
- add hook-mode flag and improve hook execution (7e59fe4)
- improve prompt guidelines for clarity (f225f3a)
- pre-commit: add pre-commit hook integration with documentation (d0dd2fc)
- support API key configuration via environment variables (8141e73)