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

export

evan.jarrett.net 25a98646 8b2706c9

verified
Changed files
+2 -2
.tangled
workflows
+2 -2
.tangled/workflows/release.yml
··· 12 12 13 13 steps: 14 14 - name: Resolve DID to handle 15 - command: HANDLE=$(curl -sf "https://plc.directory/${TANGLED_REPO_DID}" | grep -o 'at://[^"]*' | head -1 | sed 's|at://||') 15 + command: export HANDLE=$(curl -sf "https://plc.directory/${TANGLED_REPO_DID}" | grep -o 'at://[^"]*' | head -1 | sed 's|at://||') 16 16 17 17 - name: set IMAGE_NAME 18 - command: IMAGE_NAME="${IMAGE_REGISTRY}/${HANDLE}/${TANGLED_REPO_NAME}" 18 + command: export IMAGE_NAME="${IMAGE_REGISTRY}/${HANDLE}/${TANGLED_REPO_NAME}" 19 19 20 20 - name: Login to registry 21 21 command: |