fix(omp): separate terminal discovery from generation defaults

This commit is contained in:
Neil
2026-09-14 06:14:23 -07:00
parent 724c38c608
commit a1b0f794df
11 changed files with 270 additions and 15 deletions
+1 -1
View File
@@ -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',