I don't know if this has been discussed before, but would it be possible to have tools.deps set a user-agent when resolving dependencies? It would be helpful when analyzing Clojars access logs to understand tooling used. It currently sends the default user-agent ("Aether"). I think it's as simple as (System/setProperty "aether.connector.userAgent" "tools.deps/1.12.4.1618") (based on how lein does it).
I can look into that
Thanks!
I logged it for when I have a chance at https://clojure.atlassian.net/browse/TDEPS-279