Skip to content

Releases: thorstenfoltz/cai

Release 0.11.0

27 Mar 21:05
Immutable release. Only release title and notes can be modified.
b38a05a

Choose a tag to compare

Features

  • git cai -s N — squash the last N commits
  • git cai -s — squash up to and including a specific commit
  • Warning with confirmation prompt when N exceeds branch commit count
  • Error when N exceeds total repository commits
  • Commit hash validated against current branch history

Release 0.10.1

26 Mar 18:41
Immutable release. Only release title and notes can be modified.
be7dfd3

Choose a tag to compare

fix

  • security issue in package requests. Upgrade package version

Release 0.10.0

25 Mar 17:05
Immutable release. Only release title and notes can be modified.
e9e417d

Choose a tag to compare

feature

New options:

  • amend to regenerate the last commit
  • conventional to follow commit formats
  • allow to change settings from CLI
  • extended man page

Release 0.9.0

16 Mar 19:13
Immutable release. Only release title and notes can be modified.
8369158

Choose a tag to compare

feature

  • count tokens
  • measure time
  • allow to choose provider and model from cli
  • auto-completion can be installed
  • spinner added

Release 0.8.1

15 Feb 17:51
Immutable release. Only release title and notes can be modified.
1830345

Choose a tag to compare

fix

  • fallback to default prompt corrected to read from /home//.config/cai instead from package
  • logging adjusted to improve feedback

Release 0.8.0

14 Feb 20:14
Immutable release. Only release title and notes can be modified.
2fb5ec3

Choose a tag to compare

Features

  • own prompts can be used globally and for each repository
  • Local LLM (Ollama) can be used
  • Language, emoji and style parameters can be set to None
  • Man page extended

Release 0.7.5

11 Feb 07:50
Immutable release. Only release title and notes can be modified.
a6af5c1

Choose a tag to compare

Fix

Packages updated, in particular cryptography to solve bug CVE-2026-26007

Release 0.7.4

11 Jan 17:35
Immutable release. Only release title and notes can be modified.
641c4ce

Choose a tag to compare

refactor

  • remove groq sdk and gemini sdk, use api call directly

Release 0.7.3

11 Jan 16:44
Immutable release. Only release title and notes can be modified.
546a717

Choose a tag to compare

refactor

  • remove anthropic sdk dependency, use api directly

Release 0.7.2

10 Jan 18:55
Immutable release. Only release title and notes can be modified.
474d0e4

Choose a tag to compare

fix

GUI editors like VS Code will work now
(VS Code tested, nothing else tested)