An AI-powered tool that generates human-readable summaries of git changes using tool calling with a self-hosted LLM

try with username

evan.jarrett.net 89242738 5d04adad

verified
Changed files
+1 -1
.tangled
workflows
+1 -1
.tangled/workflows/release.yml
··· 15 15 - name: Login to registry 16 16 command: | 17 17 echo "${APP_PASSWORD}" | buildah login \ 18 - -u "${TANGLED_REPO_DID}" \ 18 + -u "evan.jarrett.net" \ 19 19 --password-stdin \ 20 20 ${IMAGE_REGISTRY} 21 21