Once you have a CLI tool for pulling release notes for a project, you can pipe them into LLM to use them to answer questions:

./combined-release-notes.sh simonw/llm | llm -s 'how do I install it'

https://til.simonwillison.net/jq/combined-github-release-notes#user-content-using-that-with-llm

Reply to this note

Please Login to reply.

Discussion

Oh this is excellent... I tried running that request for installation instructions through a local Llama 2 7B model and triggered the ethics filter!