It's possible to provide predefined prompt that will used to generate the commit? #57
Unanswered
Ridermansb
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The idea is that for each project, I will have a predefined prompt with instructions on how to format the commit message.
For example, I created the Raycast AI Command with the following prompt:
As you can see, the
{argument name="I did:"}
placeholder will prompt me for context. The{browser-tab}
will instruct Raycast AI to read the open browser tab to understand the task I am working on. Additionally, the{clipboard}
contains the pastedgit diff
output.I explain that in this article:
https://www.showwcase.com/article/83307/how-i-use-ai-raycast-and-lazygit-to-help-me-write-better-commit-messages
So will be nice have simpler version of this prompt in order to generate the commit message
Beta Was this translation helpful? Give feedback.
All reactions