CodeTracked since May 20, 2026
Mirror missing Git committer env vars from AGOR author vars
Agor now ensures commit identity is set consistently in PR environments by populating missing `GIT_COMMITTER_*` variables from configured `GIT_AUTHOR_*` values, instead of falling back to the executor host’s `~/.gitconfig`. This fixes author/committer splits that caused incorrect multiple PR authors, while preserving any explicitly configured `GIT_COMMITTER_*` settings.
AgorcreateUserProcessEnvironmentGIT_AUTHOR_NAMEGIT_AUTHOR_EMAIL