What feature would you like?
It would be nice to be able to set git configuration — either a configuration file like .gitconfig, or command line options — that only applies to container-use.
For example, I want to sign all of my commits with the signing key specified in the repo configuration, but I don’t want container-use to sign my commits at all.
Why would this be useful?
It makes it possible to do things like set the commit author to “Claude”, or disable commit signing for LLM-produced commits.