📙 prompt.ts

This commit is contained in:
nirholas
2026-03-31 10:23:59 +00:00
parent ae908191f7
commit 872e94b9a0

View File

@@ -367,3 +367,4 @@ export function getSimplePrompt(): string {
...(getCommitAndPRInstructions() ? ['', getCommitAndPRInstructions()] : []), ...(getCommitAndPRInstructions() ? ['', getCommitAndPRInstructions()] : []),
].join('\n') ].join('\n')
} }