love this! really goes well with @simonw's llm
I added this to my .zshrc config file so i can always pipe llm calls with it now
function llm() {
  command llm "$@" | streamdown
}
might be a good idea to add to llm related tools docs!
https://llm.datasette.io/en/stable/related-tools.html