Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/core/llm.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@ INSTRUCTIONS:
4. You MUST output ONLY ONE of these exact phrases, and no additional thoughts: "TERMINAL_COMMAND_ERROR" or "CODE_FILE_ISSUE"

Output ONLY ONE of these exact phrases. No need for long explanations. Just a simple single word output:
'TERMINAL_ISSUE',
'CODE_ISSUE'
'TERMINAL_COMMAND_ERROR',
'CODE_FILE_ISSUE'
`.trim();

// Run the analysis using the TempScript approach
Expand Down Expand Up @@ -834,4 +834,4 @@ export async function generatePatch(errorOutput, prevPatches, analysis, currentD
console.error(chalk.red(`Error generating patch: ${error.message}`));
return '';
}
}
}