feat: change g a default behavior to --no-edit

- 'g a' now keeps original commit message by default (--no-edit)
- Added '--edit' flag to generate new AI commit message
- Simpler workflow for quick amendments
- Updated all documentation
- Bumped version to 0.6.5
This commit is contained in:
s41r4j
2025-10-20 10:18:44 +05:30
parent f2518b7db2
commit 260577f1f1
5 changed files with 26 additions and 11 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ g o # AI commit + push
| `g ls` | Commit history (short) |
| `g ll` | Commit history (detailed) |
| `g h` | Commit history (alias for ls) |
| `g a` | Smart amend |
| `g a` | Amend previous commit (keeps message) |
## 🤖 AI Models