How to disable git co-author in Shelley AI Agent
If you prefer not to have shelley agent not to add itself as co-author in git commits.
You can just disable it.
You can do it either globally or project wise.
git config --global shelley.no-trailer true
Or in project level
git config shelley.no-trailer true