
This PR adds the rough structure needed to support generating commit messages using an LLM. This functionality is not yet surfaced to the user. This is the current state, if you tweak the source to show the button: https://github.com/user-attachments/assets/66d1fbc4-09f3-4277-84f4-e9c9ebab274c Release Notes: - N/A
15 lines
607 B
Text
15 lines
607 B
Text
You are an expert at writing Git commits. Your job is to write a clear commit message that summarizes the changes.
|
|
|
|
Only return the commit message in your response. Do not include any additional meta-commentary about the task.
|
|
|
|
Follow good Git style:
|
|
|
|
- Separate the subject from the body with a blank line
|
|
- Try to limit the subject line to 50 characters
|
|
- Capitalize the subject line
|
|
- Do not end the subject line with any punctuation
|
|
- Use the imperative mood in the subject line
|
|
- Wrap the body at 72 characters
|
|
- Use the body to explain *what* and *why* vs. *how*
|
|
|
|
Here are the changes in this commit:
|