Fixed
- Fix error in safeguards when the name of the Git default branch matches multiple remote branch names.
- Fix auto-detection of
--git-change-basefor running change detection with disabled safeguards on commits that are behind main.- Before, this would compare changes to the latest commit on the main branch.
- Now, it uses the result of
git merge-basebetween the current commit and the latest commit on the main branch.