Skip to content

Releases: tak-bro/aicommit2

v2.2.21

04 Jun 01:54
Compare
Choose a tag to compare

2.2.21 (2025-06-04)

v2.2.20

30 May 08:20
Compare
Choose a tag to compare

2.2.20 (2025-05-30)

Bug Fixes

  • correct commitType typo (1ff8a27)

v2.2.19

30 May 03:41
Compare
Choose a tag to compare

2.2.19 (2025-05-30)

Features

  • anthropic: add Claude 4 Opus and Sonnet models (be0fc0d)

v2.2.18

27 May 02:24
Compare
Choose a tag to compare

2.2.18 (2025-05-27)

Features

  • ollama: add support for maxTokens option (3afa316)

v2.2.17

26 May 05:54
Compare
Choose a tag to compare

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

19 May 07:12
Compare
Choose a tag to compare

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

06 May 04:52
Compare
Choose a tag to compare

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

02 Apr 05:19
Compare
Choose a tag to compare

2.2.14 (2025-04-02)

Features

  • enhance CLI with config, hook, log commands (fa2824b)

v2.2.13

27 Mar 05:30
Compare
Choose a tag to compare

2.2.13 (2025-03-27)

Bug Fixes

  • use undici fetch for tiemout in Ollama (c939e8a)

v2.2.12

26 Mar 04:36
Compare
Choose a tag to compare

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)