chore: migrate @cliffy/table to native jsr protocol & fix prompt typos
This commit is contained in:
parent
4bccbcc9ee
commit
4725f148f3
4 changed files with 4 additions and 5 deletions
|
|
@ -11,7 +11,7 @@ Generate a conventional commit message for this diff. If you are unable to gener
|
|||
|
||||
export const reviewFile = (input: string) => `${input}
|
||||
|
||||
Todays date is ${new Date().toISOString()}, your version info is likely out-of-date.
|
||||
Today's date is ${new Date().toISOString()}, your version info is likely out-of-date.
|
||||
|
||||
Review the included file for any potential bugs, best practices, performance issues, or security flaws.
|
||||
Let me know if you need any more context to complete your review.`;
|
||||
|
|
@ -20,7 +20,7 @@ export const reviewDiff = (input: string) => `\`\`\`diff
|
|||
${input}
|
||||
\`\`\`
|
||||
|
||||
Todays date is ${new Date().toISOString()}, your version info is likely out-of-date.
|
||||
Today's date is ${new Date().toISOString()}, your version info is likely out-of-date.
|
||||
|
||||
Review the included diff for any potential bugs, best practices, performance issues, or security flaws.
|
||||
Let me know if you need any more context to complete your review.`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue