01Smart Dependency Mode Support: Automatically detects Go project vendor or modules mode by analyzing `.gitignore` for optimized performance.
02Optimized Branch Detection: Features refactored logic for efficient single-branch comparison, significantly reducing Git command calls.
03Intelligent Change Detection: Automatically identifies development scope across multiple Git strategies (unpushed, branch fork point, workspace changes).
04Automatic Project Handling: Smartly identifies project roots, groups multi-project changes, and merges results without manual configuration.
05Intelligent Code Inspection: Provides precise, package-level checks for Go code using `golangci-lint`, avoiding cross-file false positives.
060 GitHub stars