Git Diff Viewer & AI Commit Summary
Inspect code differences and get AI commit messages
Source Input
Secondary Code to Compare
Processed Output
What is the Git Diff Viewer & AI Commit Summary?
Git Diff Viewer displays visual side-by-side or unified line diffs of code segments. It calls AI to write a concise summary of changes and generate Conventional Commit messages.
Frequently Asked Questions (FAQ)
Q: What is Conventional Commits format?
A structured commit naming convention (e.g. `feat(billing): message`) that makes release logs easily parseable.