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
+4 -2
View File
@@ -32,7 +32,9 @@ g o # AI commit + push
| `g i` | Interactive commit wizard |
| `g o` | AI commit + push |
| `g l` | AI commit locally |
| `g h` | Commit history |
| `g ls` | Commit history (short) |
| `g ll` | Commit history (detailed) |
| `g h` | Commit history (alias for ls) |
| `g a` | Smart amend |
## 🤖 AI Models
@@ -51,7 +53,7 @@ g o # Quick commit + push
# Advanced
g sg --multiple # Get 3 AI suggestions
g h --detailed # Detailed history
g ll # Detailed history
g sync --rebase # Smart sync
```