feat: restore g ls and g ll commands

- Add back separate g ls (short list) and g ll (detailed list) commands
- Keep g h as alias for g ls for backward compatibility
- Update documentation and quick help to show all three options
- Users now have: g ls, g ll, and g h for commit history
- Version bump to 0.6.3
This commit is contained in:
s41r4j
2025-10-10 11:10:05 +05:30
parent 6832a598cb
commit ce005adf22
4 changed files with 73 additions and 17 deletions
+6 -3
View File
@@ -8,7 +8,9 @@ g i # Interactive - Guided commit wizard
g p # Preview - See what will be committed
g l # Local - AI commit locally
g o # Online - AI commit + push
g h # History - Numbered commit log
g ls # List - Short commit history
g ll # Large List - Detailed commit history
g h # History - Alias for list
g a # Amend - Smart amend with AI
g u # Undo - Undo last commit
```
@@ -37,8 +39,9 @@ g o # One-command: commit + push
g l # Local commit only
# 3. View history
g h # Recent commits
g h --detailed --limit 10 # Detailed view
g ls # Recent commits (short)
g ll # Recent commits (detailed)
g h # Same as g ls
```
## Default AI Models