1.1.2 • Published 4 months ago

kommiter-ia v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

Kommiter IA v1.1.0

AI-powered commit generator based on changes made to files. Just select the language model, add your API KEY, and forget about contemplating the universe while you come up with what to write in your commits. image

Commands

  • kommit: create a new commit message
  • kommit --help: show the help menu
  • kommit --config: open configure menu
  • kommit --list: Shows available models
  • kommit --file: to provide the AI ​​credentials from the kommit.json file
  • kommit --fileName: is used to use a different file name than kommit.json
  • kommit --set-key: set the apikey for the IA
  • kommit --select-model: select the model for the IA
  • kommit --select-global: select the global model for the IA

File for model credentials

You can run the kommit command using a file to provide your AI model credentials using the --file option. The default file should be called kommit.json but you can change the name using the --fileName option. The content of the file must be in the following format.

{
    "provider": "google",
    "name": "models/gemini-1.5-flash-latest",
    "key": "***********************************"
}

Quick use

By using the --file option, you can run kommit without prior installation using npx, just by correctly configuring the file with the credentials

Installation

npm install -G kommiter-ia

GitHub

https://github.com/zenx5/kommiter-ia

Sponsor it

1.1.1

4 months ago

1.1.0

7 months ago

1.0.17

8 months ago

1.0.16

8 months ago

1.1.2

4 months ago

1.0.15

8 months ago

1.0.14

10 months ago

1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago