Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.37 KB

File metadata and controls

44 lines (28 loc) · 1.37 KB

Changelog

v0.1.0 at 2025-04-03

  • Initial release. See README.md for installation instructions.

v0.2.0 at 2025-04-05

  • [Change] Better "meaning" explanation for commit types;
  • [Change] Prompt improvements.

v0.2.1 at 2025-05-05

  • [Fix] Parsing month for MySQL usage tracking.

v0.3.0 at 2025-08-14

  • [Changes] Commit command:
    • Add --mode option to auto set the commit mode: manual or ai;
    • Add --brief option to type a brief summary of the changes when using ai mode;
    • Add --force option to ignore all confirmations, including LLM confirmations.

v0.4.0 at 2025-08-17

  • [Add] Add versioning command;
  • [Add] Add merge command.

v0.5.0 at 2025-08-22

  • [Add] Add .gitmitignore file to support to exclude files from commit prompt;
  • [Add] Add --no-feat option to ignore feat commit type at commit prompt;
  • [Add] Add --debug option 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.6.0 at 2026-01-12

  • [Add] Add --dry-run flag to commit command;
  • [Add] Add support to OpenRouter;
  • [Changes] Enhanced prompts.

v0.6.1 at 2026-01-14

  • [Fix] Claude Code introduced an implicit bug when fixing types, cannot init a repository this way. Now it's fixed.