Meet Autopilot: code reviews on cruise control
Autopilot mode lets you run reviews hands-free. Hit Shift+Tab and let Autofix Bot do its thing - switch to another tab and keep working while it detects and fixes issues on its own. Before applying each fix, you get 5 seconds to press any key and take over if you want more control.

We also added severity badges because not all issues deserve the same attention. Security vulnerabilities show up as Critical, while style nits stay Minor. Each finding now shows its category too (Security, Bug Risk, Performance), so you can prioritize what actually matters.
Shipping a release? There's a new option to scan your release diff - analyze all commits since your last git tag in one go. Handy for a final check before you tag.
And you don't need to think about updates anymore. They happen automatically in the background - critical ones install right away, everything else applies when you exit.
If you already have Autofix Bot installed, it'll update itself. If you're new, you can get started with:
curl -fsSL https://autofix.bot/install | sh
Check out the Docs for the full guide. We'd love to hear what you think!