feat: improve AI commit experience and remove message length limits

- Remove 72-char limit on AI-generated commit messages (no more ... truncation)
- Add [Y/n] confirmation prompt when using local heuristics (no AI provider)
  - Default to Y (press Enter to accept)
  - Clearly warns user about local heuristics vs AI
  - Bypass with --yes flag for automation
- Enhanced transparency: users now know when AI is used vs local pattern matching
- Safer commits when API keys are not configured
- Bumped version to 0.6.6
This commit is contained in:
s41r4j
2025-10-26 19:42:14 +05:30
parent 260577f1f1
commit 5846c77f51
5 changed files with 102 additions and 94 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gims",
"version": "0.6.5",
"version": "0.6.6",
"description": "Git Made Simple AIpowered git helper using Gemini / OpenAI",
"author": "S41R4J",
"license": "MIT",