fix: correct command aliases - g i now initializes repo, g int for interactive mode

- Changed 'g i' from interactive to init command
- Updated 'g interactive' alias from 'i' to 'int'
- Verified 'g ls' and 'g ll' working correctly
- Updated all documentation (README, QUICK_REFERENCE, help text)
- Bumped version to 0.6.4
This commit is contained in:
s41r4j
2025-10-19 20:45:26 +05:30
parent ce005adf22
commit f2518b7db2
5 changed files with 23 additions and 9 deletions
+13
View File
@@ -1,5 +1,18 @@
# Changelog
## [0.6.4] - 2025-10-19
### 🔧 Command Aliases Fixed
- **Fixed `g i` alias**: Now correctly initializes a git repository (was incorrectly mapped to interactive mode)
- **Updated `g interactive` alias**: Changed from `g i` to `g int` to avoid conflicts
- **Verified `g ls` and `g ll`**: Both commands working correctly (short and detailed commit history)
### 📚 Documentation Updates
- Updated `QUICK_REFERENCE.md` to reflect correct command aliases
- Updated help output (`g q`) to show correct mappings
---
## [0.6.2] - 2024-12-19
### 🚀 AI Model Updates