tools-deps

2026-04-09T10:37:01.527679Z

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).

Alex Miller (Clojure team) 2026-04-09T12:06:08.665929Z

I can look into that

2026-04-09T12:19:03.886519Z

Thanks!

Alex Miller (Clojure team) 2026-04-10T18:16:02.649549Z

I logged it for when I have a chance at https://clojure.atlassian.net/browse/TDEPS-279

👍 1