You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement local commit history analysis to detect and apply
conventional commit format when no explicit style is configured.
New commit_style module provides pattern matching against recent
commit history with confidence thresholds. When 3+ of 4+ commits
match conventional format (type[scope]: description), Iris injects
style instructions to use the same format.
GitCommitService no longer applies gitmoji post-processing,
allowing agent-generated messages to remain exactly as formatted.
The use_gitmoji parameter is retained for API compatibility but
no longer modifies commit messages.
Git tools extended with range-based commit queries (from/to
parameters) and contributor filtering to support style analysis
and release notes generation.
The detection skips merge commits, fixups, and squashes to avoid
false positives from non-conventional maintenance commits.
0 commit comments