Files
ai-code-assistant/pkg/llm/prompts/generate_commitmsg.tmpl
Michael Powers 4b8b8132fd First Working Prototype
This application is a simple proof of concept demonstrating an agent capable of taking a prompt and generating a patch implementing code satisfying the prompt along with an accompanying unit test.
2025-04-20 07:47:41 -04:00

6 lines
231 B
Cheetah

given the following prompt create a descriptive commit message indicating the changes made
only give a single commit message, do not describe your thought process
files changed: {{range .Files}}{{.}} {{end}}
prompt: {{ .Prompt }}