Releases: tak-bro/aicommit2
Releases · tak-bro/aicommit2
v2.2.19
2.2.19 (2025-05-30)
Features
- anthropic: add Claude 4 Opus and Sonnet models (be0fc0d)
v2.2.18
2.2.18 (2025-05-27)
Features
- ollama: add support for maxTokens option (3afa316)
v2.2.17
2.2.17 (2025-05-26)
Bug Fixes
- openai-compatible: prevent 'undefined' choices error in message generation (e47d670)
Features
- ai: support multiple models per service (5500614)
- config: add config path and XDG support (7221e28)
- config: add envKey configuration for custom API key environment variables (eac2c57)
- config: allow relative paths for prompt files (7ef098b)
- gemini: add gemini-2.5-flash-preview-05-20 model (31d1939)
- implement XDG config path lookup (c6f0126)
- logger: add option to disable file logging (ca0af40)
- logging: implement file logging with daily rotation (d4f4c34)
- output: add diff character count to staged message (4e8d50e)
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)