what's wrong with "git diff"?

AIs will make often make multiple "commits" worth of changes, and working out what's been done and why from a git diff is often quite hard.

+1, git diffs show you the changes in repository list order but sometimes it makes more sense to read certain things first - our tool does just that