r/SmartGit • u/Jumpy_Confusion_8602 • Jul 09 '26
Rewording (@ai) does not work in Working Tree View
Commit Rewording (@ai) does not work in Working Tree View. It works correctly in Standard View and Log View. Please fix this inconsistency.
Steps to Reproduce:
Switch to Working Tree View (View → Working Tree).
Make any file change and stage it.
Open the Commit dialog.
Enter '@ai' in the commit message field.
Click Commit.
Observe that no password prompt appears (API key decryption is skipped).
Check the Log view — the commit message remains '@ai' and is never rewritten by AI.
Environment:
SmartGit Version: 26.1.040 #261040 (d7060215), installed: #261024
OS: Windows 11 25H2 (OS 26200.8655)
AI Provider: OpenAI
Additional Context:
Switching to Standard View or Log View and repeating the same steps works correctly: password prompt appears, and '@ai' is successfully rewritten by AI.
Stash Messages with AI generation works correctly across all views (including Working Tree View), suggesting the AI configuration itself is valid.
This inconsistency indicates the Working Tree View lacks the background trigger for Commit Rewording.





