mirror of
https://github.com/stablyai/orca.git
synced 2026-09-27 00:02:37 +00:00
fix(omp): separate terminal discovery from generation defaults
This commit is contained in:
@@ -52,7 +52,7 @@ describe('OMP Source Control AI', () => {
|
||||
it.each(['escape', 'literal'] as const)(
|
||||
'plans recipe model overrides with %s path parsing',
|
||||
(backslash) => {
|
||||
const prompt = 'diff --git a/a b/a\n' + 'large patch\n'.repeat(10000)
|
||||
const prompt = `diff --git a/a b/a\n${'large patch\n'.repeat(10000)}`
|
||||
const result = planCommitMessageGeneration(
|
||||
{
|
||||
agentId: 'omp',
|
||||
|
||||
Reference in New Issue
Block a user