Damus
PayPerQ profile picture
PayPerQ
@PPQdotAI
Are there any AI tools out there able to look at the diff history of repos and understand what caused breaks to happen?

Use case: Today I noticed that some diffs I made a couple weeks ago broke stuff.

And now I want to go into my Claude Code and ask:

"I made some changes a few weeks ago and now X, Y, and Z are broke... can you look into what happened?"

And then it looks into the commit history and figures it out from there instead of going in as if it's starting fresh.
9๐Ÿ‘1
kinihara · 10w
You can do this on Claude Code no?
aljaz · 10w
if you give claude code enough permissions to execute git commands it will easily figure this out for you
Leo Wandersleb · 10w
git bisect should find the culprit quickly.