aicommits
aicommits copied to clipboard
A CLI that writes your git commit messages for you with AI
It would be also great to have an extension for WebStorm (and other IDEs from JetBrains). Related to: https://github.com/Nutlope/aicommits/issues/21
Feature request: Please Provide a '-y' flag to non-interactively accept the comment To hack around I did the following: File: /usr/local/lib/node_modules/aicommits/dist/cli.js ``` // const confirmationMessage = yield inquirer_1.default.prompt([ // {...
Thinking about introducing a second mode to address all the Git integration issues: ## Git hook mode By running `aicommits install-hook`, a [`prepare-commit-msg`](https://git-scm.com/docs/githooks#_prepare_commit_msg) hook will be installed to the current...
if `commit.gpgsign` is set to `true`, it's fine. At least a prompt for signing or as an argument such as `aicommits -S`.
It would be nice if there is an option to use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
## Previously There were requests to support certain `git commit ` features (e.g. https://github.com/Nutlope/aicommits/issues/33). closes https://github.com/Nutlope/aicommits/issues/33 ## Currently This passes down unused `argv` down to `git commit` so you can...
## Problem closes https://github.com/Nutlope/aicommits/issues/67 ## Changes - Break `utils.ts` up into smaller files in `utils/*` - Add a `config` command with `get`/`set` sub-commands: ``` aicommits config set OPENAI_KEY= ```
I decided to create a new PR to have a cleaner commit history. Last PR was closed: #48 This PR resolves #30 The supported languages are: `'en', 'es', 'jp', 'zh',...
It would be cool if it could optionally automatically pick a nice emoji, for example following https://gitmoji.dev
Hi, I am making this issue to guide people who encounter the same problem as me on Windows. Be careful while following the ``README.md`` command: ```bash echo "OPENAI_KEY=" >> ~/.aicommits...