I’ve noticed that Cursor IDE’s Git commit message generation feature is not properly following the set Rules. This issue is particularly noticeable in the following case:
Git Commit Messages:
-
Despite having “Reply in Korean” set as the first rule
-
Messages are consistently being generated in English
-
This occurs every time when generating commit messages
Steps to Reproduce:
-
Set Rules with “Reply in Korean” as the first line
-
Try to generate a git commit message
-
Observe that the message is generated in English instead of Korean
Expected Behavior:
- Git commit messages should be generated in Korean as specified in Rules
Current Behavior:
- Git commit messages are generated in English, ignoring the language Rule
Environment:
-
Cursor IDE (latest version)
-
Rules are properly set and saved
-
Issue occurs consistently across different projects
Would it be possible to investigate why the Rules are not being properly applied to this feature?