auto-git:
[change] main.js
This commit is contained in:
2
main.js
2
main.js
@@ -480,7 +480,7 @@ async function runLLMCommitRewrite(folderObj) {
|
|||||||
const folderPath = folderObj.path;
|
const folderPath = folderObj.path;
|
||||||
folderObj.llmCandidates = [];
|
folderObj.llmCandidates = [];
|
||||||
folderObj.firstCandidateBirthday = null;
|
folderObj.firstCandidateBirthday = null;
|
||||||
folders[idx].linesChanged = 0;
|
folderObj.linesChanged = 0;
|
||||||
const prompt = await generateLLMCommitMessages(folderPath, hashes);
|
const prompt = await generateLLMCommitMessages(folderPath, hashes);
|
||||||
const llmRaw = await streamLLMCommitMessages(prompt, chunk => process.stdout.write(chunk));
|
const llmRaw = await streamLLMCommitMessages(prompt, chunk => process.stdout.write(chunk));
|
||||||
const commitList = parseLLMCommitMessages(llmRaw);
|
const commitList = parseLLMCommitMessages(llmRaw);
|
||||||
|
|||||||
Reference in New Issue
Block a user