UNPKG

aicommit2

Version:

A Reactive CLI that generates commit messages for Git and Jujutsu with various AI

88 lines 1.91 kB
{ "name": "aicommit2", "version": "2.4.28", "description": "A Reactive CLI that generates commit messages for Git and Jujutsu with various AI", "keywords": [ "cli", "ai", "git", "jujutsu", "jj", "vcs", "version-control", "commit", "git-commit", "jujutsu-commit", "command-line", "commandline", "aipick", "aicommit", "aicommits", "aicommit2", "openai", "huggingface", "anthropic", "claude", "claude3", "gemini", "gemini-pro", "generative-ai", "mistral", "ollama", "llama3", "llama3.2", "llama3.3", "gemma", "llm", "chatgpt", "cohere", "groq", "codestral", "perplexity", "deepseek", "deepseek-r1", "pre-commit" ], "license": "MIT", "repository": "tak-bro/aicommit2", "author": "Hyungtak Jin(@tak-bro)", "type": "module", "files": [ "dist" ], "bin": { "aicommit2": "./dist/cli.mjs", "aic2": "./dist/cli.mjs" }, "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "@aws-sdk/client-bedrock-runtime": "^3.678.0", "@aws-sdk/credential-providers": "^3.678.0", "@dqbd/tiktoken": "^1.0.21", "@google/generative-ai": "^0.24.1", "@inquirer/prompts": "^3.3.2", "@pacote/xxhash": "^0.3.2", "@types/winston": "^2.4.4", "axios": "^1.9.0", "chalk": "^5.4.1", "chokidar": "^4.0.3", "cleye": "^1.3.4", "cohere-ai": "^7.19.0", "copy-paste": "^1.5.3", "figlet": "^1.8.1", "formdata-node": "^6.0.3", "gradient-string": "^3.0.0", "groq-sdk": "^0.7.0", "inquirer": "9.2.8", "inquirer-reactive-list-prompt": "^1.0.16", "ollama": "^0.5.15", "openai": "^6.3.0", "ora": "^8.2.0", "readline": "^1.3.0", "rxjs": "^7.8.2", "undici": "^7.10.0", "uuid": "^9.0.1", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0" } }