Feature request for product/service
Cursor IDE
Describe the request
Flow:
- The user writes a general rule for generating commits
- The user can write a project rule for generating commits. There is a check mark for “override (general rule)”.
- The user selects the model used to generate commits (I like Gemini 2.5 Flash Thinking)
- The user clicks the generate button (as they are now).
- The generator gets commit rules and something like
git diff && git add . && git status - This generation is counted as a separate request.
What we get
- Style control.
- The ability to correctly generate messages for commits with large changes.