Welcome! Please see the About page for a little more info on how this works.
If I install a clojure tool with a git SHA, in contrast to using a git tag, and then I do clj -Ttools list, the Version column in the output is empty. It would be helpful if the SHA is displayed in the case where there is no version tag.
clj -Ttools list
Version
Good call, added in v0.2.1 3523d8b of tools.tools, will include in next Clojure CLI release.
A SHA can exist on any branch and they aren't ordered in any useful sense. How would the Clojure CLI know what SHA to suggest?