Releases: thorstenfoltz/cai
Releases · thorstenfoltz/cai
Release 0.11.0
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
fix
- security issue in package requests. Upgrade package version
Release 0.10.0
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
feature
- count tokens
- measure time
- allow to choose provider and model from cli
- auto-completion can be installed
- spinner added
Release 0.8.1
Immutable
release. Only release title and notes can be modified.
fix
- fallback to default prompt corrected to read from /home//.config/cai instead from package
- logging adjusted to improve feedback
Release 0.8.0
Immutable
release. Only release title and notes can be modified.
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
Immutable
release. Only release title and notes can be modified.
Fix
Packages updated, in particular cryptography to solve bug CVE-2026-26007
Release 0.7.4
Immutable
release. Only release title and notes can be modified.
refactor
- remove groq sdk and gemini sdk, use api call directly
Release 0.7.3
Immutable
release. Only release title and notes can be modified.
refactor
- remove anthropic sdk dependency, use api directly
Release 0.7.2
Immutable
release. Only release title and notes can be modified.
fix
GUI editors like VS Code will work now
(VS Code tested, nothing else tested)