feat: overhaul CLI with new AI commands and mole-style menu (#6)
Build / bun-build (push) Successful in 1m20s

Major CLI redesign introducing a mole-style interactive menu with grouped categories. Added new AI-powered subcommands: explain, review, changelog, and suggest. Includes streaming output, pipe support, and updated brand logo. Refactored codebase into command modules for maintainability.

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-06-17 00:17:31 +08:00
parent 0d9c31ae3b
commit 586487d897
22 changed files with 2824 additions and 1242 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "gai",
"version": "0.1.2",
"description": "AI-powered git commit message generator",
"version": "0.1.3",
"description": "AI-powered git helper — commit messages, PRs, code review, changelogs, and more",
"module": "index.ts",
"type": "module",
"bin": {