Hopefully this helps explain exactly what the extension does and when you should definitely be using it. Don't miss the agent setup near the end! 🥞🦾

Make Your Diffs Smaller 🩻

My boss told me to make my diffs smaller — consistently, and for long enough that I could recite the follow-up before it showed up in the comments: is this really required?

My answer was nearly always yes, and it got overridden often enough that substantial changes stopped making it out the door at all. The obvious problem, the one we all already know, is that large diffs are difficult to read. GitHub agrees in their docs:

Large pull requests are difficult to review and create bottlenecks, especially when AI helps you generate a high volume of code in a short time.