Releases: caiquearaujo/gitmit
Releases · caiquearaujo/gitmit
v0.6.1
v0.6.0
- [Add] Add
--dry-runflag to commit command; - [Add] Add support to OpenRouter;
- [Changes] Enhanced prompts.
v0.5.0
- [Add] Add
.gitmitignorefile to support to exclude files from commit prompt; - [Add] Add
--no-featoption to ignorefeatcommit type at commit prompt; - [Add] Add
--debugoption on commit command to display files that will be committed and current prompt; - [Changes] Config command improvements, it displays all configuration (and usage) in a panel;
- [Changes] Commit prompt improvements.
v0.4.0
- [Add] Add
versioningcommand; - [Add] Add
mergecommand.
v0.3.0
- [Changes] Commit command:
- Add
--modeoption to auto set the commit mode:manualorai; - Add
--briefoption to type a brief summary of the changes when usingaimode; - Add
--forceoption to ignore all confirmations, including LLM confirmations.
- Add
v0.2.1
- [Fix] Parsing month for MySQL usage tracking.
v0.2.0
- [Change] Better "meaning" explanation for commit types;
- [Change] Prompt improvements.