Skip to content

Commit

Permalink
feat: Implement verbose mode and bump version to 0.1.112
Browse files Browse the repository at this point in the history
This commit introduces a verbose mode that displays the context provided to the LLM. It also updates the version number to 0.1.112 in Cargo.toml, Cargo.lock, package.json, and the version file.
  • Loading branch information
suenot committed Feb 14, 2025
1 parent 8e72b2d commit a49dbd3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aicommit"
version = "0.1.111"
version = "0.1.112"
edition = "2021"
authors = ["Eugen Soloviov <[email protected]>"]
description = "A CLI tool that generates concise and descriptive git commit messages using LLMs"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"postinstall": "chmod +x index.js",
"start": "node index.js"
},
"version": "0.1.111"
"version": "0.1.112"
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ A CLI tool that generates concise and descriptive git commit messages using LLMs
- ✅ Publication in npm
- ✅ Support for cross-compilation (ARM, AARCH64, etc.)
- ✅ Installation from binary
- ✅ --verbose mode (show context for LLM)

### Planned Features
- 🚧 --verbose mode
- 🚧 Support github issues (sync, auto open, auto close)
- 🚧 Tests for each feature to prevent breaking changes
- 🚧 Split commits by file (`aicommit --by-file`)
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.111
0.1.112

0 comments on commit a49dbd3

Please sign in to comment.