- Initial release. See README.md for installation instructions.
- [Change] Better "meaning" explanation for commit types;
- [Change] Prompt improvements.
- [Fix] Parsing month for MySQL usage tracking.
- [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
- [Add] Add
versioningcommand; - [Add] Add
mergecommand.
- [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.
- [Add] Add
--dry-runflag to commit command; - [Add] Add support to OpenRouter;
- [Changes] Enhanced prompts.
- [Fix] Claude Code introduced an implicit bug when fixing types, cannot init a repository this way. Now it's fixed.