Switch commits Fusion produces (both executor step commits and merger squash commits) from setting `--author="Fusion <noreply@runfusion.ai>"` to appending `-m "Co-authored-by: Fusion <noreply@runfusion.ai>"`. The user's configured git identity now stays as the primary author/committer, and Fusion is recorded as a co-author (recognized by GitHub for shared attribution). The `commitAuthorEnabled` toggle and `commitAuthorName`/`commitAuthorEmail` settings keep their existing keys; the dashboard settings UI relabels them from "Author" to "Co-author" to match. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
617 B
617 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| minor |
Attribute Fusion as a Co-authored-by trailer on managed commits instead of overriding the primary author. The user's configured git identity now remains the author/committer of every commit Fusion produces, and the configured commit author (default Fusion <noreply@runfusion.ai>) is appended as a Co-authored-by: trailer that GitHub recognizes for shared attribution. The commitAuthorEnabled toggle and commitAuthorName/commitAuthorEmail settings keep their existing keys; the dashboard settings UI relabels them from "Author" to "Co-author" to match the new behavior.