You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add language support for commit message generation
- Introduced a `--language` flag to specify the language for commit
message generation in the CLI.
- Updated `cobra` integration to handle the new `--language` flag.
- Modified `GenerateCommitMessage` to accept a language parameter and
default to the language specified in the prompt configuration.
- Updated the prompt configuration to include a `language` field with
a default value of "english".
- Enhanced template variable replacement to support dynamic language
selection.
- Added `format` and `lint` tasks to the `Justfile` for code formatting
and linting.
- Updated `README.md` with usage instructions for the `--language` flag.
- Added new dependencies (`cobra`, `pflag`, and others) to `go.mod` and
`go.sum`.
0 commit comments